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

why we r not use pointers in corejava?

2 Answers   Samsung,


How do you join strings in java?

0 Answers  


What are the two types of java?

0 Answers  


how to open and edit XML file in Weblogic???

0 Answers   Symphony,


How do you remove duplicates from an array in java?

0 Answers  






How do you remove duplicates in java?

0 Answers  


How do you find the independent variable?

0 Answers  


How do you sort words in java?

0 Answers  


How you can force the garbage collection?

0 Answers  


what is bmg file and how to create that files?what will it contailn?

0 Answers   HCL, Probe Services,


What is difference between array and arraylist in java?

0 Answers  


What is the immediate superclass of the Dialog class?

2 Answers  


Categories