What is meant by packages?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ravikiran(aptech mumbai)
packages are the namespaces to for a group of classes and
interfaces
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / dhivyashree.p
packages are the collection of pre-defined classes and
objects. which is used to reduce the size of the program and
use the functions in the predefined classes in our own
function simply by using the format with appropriate name to
use the required classes.
| Is This Answer Correct ? | 8 Yes | 4 No |
What is the final keyword?
Explain how to convert any java object into byte array.
why we are calling j2se why not j1se or j3se or j4se..etc is there any reason.. can u please explain it... i shocked in my interview when they asked this question please explain ans
What is the difference between equals() and?
Which sorting is used in arrays sort in java?
Is java is a fully object object oriented language?
Which is fastest collection in java?
Are nested try statements are possible?
what is the use of declaring constructor as private?
5 Answers Cyient, IVY Technologies, Sai Softech, Virtusa,
Define how objects are stored in java?
Why does java not support operator overloading?
What is difference between add() and addelement() in vector?