Search results

  1. A

    I got a JAVA Problem

    Oops My mistake ... :wink: The Error message is : "Illegal Unicode character." at line <so and so> The class name is not taken by intension. I mean to say whatever you take class name .. Error remains the Same. Now how about it? :?
  2. A

    I got a JAVA Problem

    Hello Everybody Why following Commented Statement JAVAC cannot compile ?? public class Unicode { public static void main(String[] args) { //char a = '\u007'; /*char b = '\u007'*/; } } It is understandable that Unicode escape should...
Top Bottom