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 independent and dependent variables in research?
1) There are 10 different threads in runnable state. Each having priority 1 to 10. How does the CPU schedules or executes these threads?
What is singleton class in java and how can we make a class singleton?
Name and explain the types of ways which are used to pass arguments in any function in java.
Why spring singleton is not thread safe?
What is the use of isempty in java?
What is static import?
What is function overriding and overloading in java?
What is ternary operator in java?
Why deletion in linkedlist is fast than arraylist?
what is server side caching?
Where is java located?