|
-
July 28th, 1999, 12:00 PM
#1
Java Code
1.
class ***{
System,out.println(" " + 2 +3 );
System,out.println(2 +3);
System,out.println(2 +3 + " ");
System,out.println(2 + " " +3 );
}
Gives error has : Type Expected.
2.class Test{
System.out.println( -1 * Double.NEGATIVE_INFINITY);
}
Does nor compile.
It would be helpful if I get an explanation.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|