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
1 Réponse
0
No you dont need
public class SampleProgram
{
public static void main(String[] args) {
}
}