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
Explain the significance of listiterator.
Is sizeof a preprocessor?
What is difference between wait and notify in java?
How would you use Bubble Sort to sort the number of elements?
Can I learn java without any programming experience?
What is the base class of all exception classes in java?
What is the base class in java from which all classes are derived?
What does opcode mean?
Explain method overloading?
In the below example, what will be the output?
What is a nested structure?
Can we pass null as argument in java?
Which method must be implemented by all threads?
What is the mapping mechanism used by java to identify IDL language?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?