What is a package?
Answers were Sorted based on User's Feedback
Answer / janet
A package is a collection of classes and interfaces that
provides a high-level layer of access protection and name
space management.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / suganthi
Package are container for classes that are used to keep the
class name space compartmentalized.
| Is This Answer Correct ? | 1 Yes | 0 No |
What do you understand by overloading and overriding in java?
What is lifetime variable?
What are disadvantages of java?
Why java is said to be pass-by-value ?
In Java why we write public static void main(String args[]) why not main()?
46 Answers Aptech, GE Healthcare, Infosys, Microsoft, New Horizon, Practical Viva Questions, TCS, Wipro,
What is substring in java?
What is flush buffer?
What access modifiers can be used for class ?
what really hapens when a object is created using new operator? 1.is it allocates memory to all variables and methods in the class with reference to that object?
I dont want to use serialzable in java is there any another concept so plz tell me
Does a class inherit the constructors of its superclass in java programming?
What is sorting in java?