do we need to give any declarations in java programe at the beginning | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

do we need to give any declarations in java programe at the beginning

In c language we write #include<stdio.h> before starting our programe in this way do we nee to give declarations of any library functions on java

30th Sep 2016, 8:33 AM
Bala Swaraj Reddy
1 Answer
0
No you dont need public class SampleProgram { public static void main(String[] args) { } }
30th Sep 2016, 11:07 AM
Andrew Williams
Andrew Williams - avatar