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

Why non nested classes in java are not having marked as protected access specifier

2 Answers   Google,


what is static import in java? Explain

0 Answers  


Name the packages in JDK?

2 Answers  


What does those terms actually mean included in the j.d.k i.6?

0 Answers  


What is formatted output in java?

0 Answers  






What is passing parameters in java?

0 Answers  


How do you declare an array in java?

0 Answers  


Is double bigger than float?

0 Answers  


Can a constructor be private and how are this() and super() method used with constructor?

0 Answers   Flextronics, Hexaware,


How listener identify that the event came from a particular object?

0 Answers  


What is tree in java?

0 Answers  


What is difference between wait and notify in java?

0 Answers  


Categories