Creating package
Packages can be created using keyword package.
Syntax :
package
Eg: package first;
This statement should be very first statement in your java source file.
September 10th, 2006 Admin Posted in Creating Package No Comments »
Creating package
Packages can be created using keyword package.
Syntax :
package
Eg: package first;
This statement should be very first statement in your java source file.