What is meant by packages?

Answers were Sorted based on User's Feedback



What is meant by packages?..

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

What is meant by packages?..

Answer / ravikiran(aptech mumbai)

packages are the namespaces to for a group of classes and
interfaces

Is This Answer Correct ?    11 Yes 3 No

What is meant by packages?..

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 meant by packages?..

Answer / ania

it is a collection of class files.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Core Java Interview Questions

Is it possible to create object with out its default constructor? if possible how? else not possible? justify

5 Answers  


Explain, java is compatible with all servers but not all browsers?

0 Answers  


How many return statement are allowed in a function?

0 Answers  


Explain wrapper classes in java?

0 Answers  


Describe inheritance as applied to java?

4 Answers  






Explain Public static void main?

2 Answers   IBM, Vetech,


what is business delegate?

2 Answers   TCS,


How does predicate work in java?

0 Answers  


what is inner class?

6 Answers   HCL,


What is "Java Native Interface" and how to use it?

1 Answers   IBM,


What is string builder?

0 Answers  


What is anagram number?

0 Answers  


Categories