Working With Compilers

While using java compiler
* The class name should be ' Main'
  else you would get an exception
 
While using c compiler
* The return type should be void (or) int.. but should not be left blank
* Don't use #include<conio.h> as we are not running the program in console
   
 

No comments:

Post a Comment