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 is the use of inner class?
What is the latest version of java?
What is an image buffer?
What is difference between add() and addelement() in vector?
abstract class A{ int list []=new int [100]; A(int x,int y){ rondom n=new rondom(); for (int i==;i<100;i++); list [i]=x+r.next int(y-x+1); abstract sort (); abstract binary sarch(int temp); class B extends A{
Can we have more than one package statement in the source file?
what is meant by abstract class?
"We cannot create an object of interface but we can create a variable of it". Discuss the statement with the help of an example. (Plz help us to provide immediately.)
What does java edition mean?
How do you convert bytes to character in java?
How to make a write-only class in java?
What are keywords in programming?