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 state does a thread enter when it terminates its processing in java programming?
what is webservices
5 Answers Consultancy, Mind Tree,
What isan abstract class and when do you use it?
What is the difference between array and array list in java?
What is protected access modifier?
What are different types of multitasking?
What is a modifier?
What are the skills required for core java?
what is different between static and non static methods ,using example
what are literals in java?
Why char array is favored over string for the storage of passwords?
What is the difference between Grid and Gridbaglayout?