Answer Posted / manoj kumar sahu(secon pvt.ltd
Package is nothing but it can be call as container of all
related class.All *.class files are stored in a package for
that we can implement the require *.class files in our
program.In java one package can be implement by using the
keyword import.The syntex is
import java.<packagename>.*;
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What does method mean?
Why do we need wrapper class?
How do you remove duplicates in java?
What does || || mean in math?
what is comparable and comparator interface?
How do you escape sequences in java?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
What is the default execution method in java?
Can an object subclass another object?
When can an object reference be cast to an interface reference in java programming?
Where are the local variables stored?
What is a constructor, constructor overloading in java?
What is regex java?
Which graphs are functions?
How many bits is size_t?