|| Packages in java Explanation ||
Q1.How to create a package?What will be stored inside a package?
Ans:- Inside a package .class files are stored.
To create a package first write "package packageName" in the first line of the .java file.Then save the .java file .
Now move to the te...
rudraprasadmohapatra.hashnode.dev2 min read