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 exact difference in between Unicast and Multicast object ?
Differentiate between vector and array list.
. What are the differences between constructor and method of a class in Java?
Where pragma is used?
What are the types of java languages?
How do you sort in ascending order in java?
how to open and edit XML file in Weblogic???
Explain about transient variables in java?
'A class is a template for an object' explain this statement.
0 Answers Akamai Technologies,
What is Yield() method when we r using this ? tell exactly
According to java operator precedence, which operator is considered to be with highest precedence?
What exceptions occur during serialization?