Answer Posted / ranganathkini
Packages are a way of grouping classes with related
functionality there by possible avoiding class name
collision and making it easier for the class library to be used.
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
Which collection does not allow duplicates in java?
extending thread class or implementing runnable interface. Which is better? : Java thread
What modifiers are allowed for methods in an interface?
How do listeners work?
Explain about interrupt() method of thread class ?
What is the difference between overriding & overloading?
which pattern is default in scanner package?
How many return statement are allowed in a function?
What do you mean by scope of variable?
What is enhanced loop in java?
Why arraylist is not synchronized in java example?
What is internal variable?
What is ascii format?
What is a treeset class?
what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread