EXAMPLE OF PACKAGE (JAVA)
package mypack;
public class PackageExample{
public static void main(String args[]){
System.out.println("Welcome to package");
}
}
//HOW TO RUN
// javac -d. PackageExample.java
// java mypack.PackageExample
We here at iknowmycamera try to bring you out some amazing pictures along with related info of some places which we travel. You may choose a category which you might be interested in and start exploring.
Comments
Post a Comment
If you have any doubts, Feel free to Ask !