What is a package?

Answers were Sorted based on User's Feedback



What is a package?..

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

What is a package?..

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

Post New Answer

More Core Java Interview Questions

What is the use of inner class?

0 Answers  


What is the latest version of java?

0 Answers  


What is an image buffer?

0 Answers  


What is difference between add() and addelement() in vector?

0 Answers  


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{

3 Answers  






Can we have more than one package statement in the source file?

0 Answers  


what is meant by abstract class?

0 Answers   Aspire,


"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.)

3 Answers  


What does java edition mean?

0 Answers  


How do you convert bytes to character in java?

0 Answers  


How to make a write-only class in java?

0 Answers  


What are keywords in programming?

0 Answers  


Categories