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 |
Explain the difference between abstract classes and interfaces in java?
How are variables stored?
Does .length start 0 java?
Name few java 8 annotations ?
What are Normalization Rules? Define Normalization?
What is the old name of java?
What is a variable declaration?
Can we sort arraylist in java?
difference between arraylist and linkedlist otherthan performance
Can a static class have a constructor?
Why do I need to declare the type of a variable in java?
Explain naming conventions for packages?