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
Do I need java for windows 10?
What is meant by JVM? Is JVM platform independent or not?
How do you sort in ascending order in java?
How do you convert an int to a double in java?
Explain when we should make an instance variable private.
Can we have a try block without catch block?
What is the difference between checked exception and unchecked exception?
What is the difference between the file and randomaccessfile classes?
What is singleton class and how can we make a class singleton?
Explain the different forms of polymorphism?
What is a lambda expression ? What's its use ?
What is java beans?
Why does java have different data types for integers and floating-point values?
What is the difference between C++ and Java and your preferences?
What is data type modifier?