can u explain is this program will compile or not,,
January 27, 2007 at 5:02 PM
can u explain is this program will compile or not, but why? public class A { //body of class } public static void main(String args[]) { A a=new a(); a.methodname(); }
View All Comments
| View Tutorial