|
Duplicate :
|
Name: skT45625 Date: 05/01/2000
java version "1.2.2"
Classic VM (build JDK-1.2.2-001, native threads, symcjit)
private static void main(String args[]) executes fine without reporting problems
I used the following code segment
class IsThisABug
{
private static void main(String args[])
{
System.out.println("Is this is a bug.");
}
}
(Review ID: 104317)
======================================================================
|