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 is the r character?
What is a function in programming?
Can we overload destructor in java?
What is the file type?
What is the importance of static variable?
What is the difference between overriding & overloading?
What is difference between static and final?
What is a class reference?
What is character in data type?
what is the volatile modifier for? : Java thread
Explain importance of throws keyword in java?
How to implement an arraylist in java?
What is the do while loop syntax?
What invokes a thread's run() method in java programming?
What is final modifier?