Defining Proper Classes with Java [closed]

Here MyObj is object not classtype. try this out.

MyClass MyObj = new MyClass( );

Leave a Comment