do we need to give any declarations in java programe at the beginning | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
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