Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is a package?

Answers were Sorted based on User's Feedback



what is a package?..

Answer / kavitha

The package is a Java namespace or part of Java libraries.
The Java API is grouped into libraries of related classes
and interfaces; these libraries are known as packages.
You can create your own packages to bind all ur classes at
one place.

Is This Answer Correct ?    6 Yes 0 No

what is a package?..

Answer / chandra rekha

Package in java is a collection of classes and interfaces
that can be reused in any application or applet.

Is This Answer Correct ?    5 Yes 0 No

what is a package?..

Answer / devarathnam c,kotagudibanda(po

Hi...
A package is nothing but collections of classes and
interfaces.
example:java.lang,java.util,java.applet,java.awt,java.net,ja
va.io etc...

Is This Answer Correct ?    3 Yes 0 No

what is a package?..

Answer / sudhakar

Java provides a mechanism for partitioning the class name
space into more manageable chunks. This mechanism is the
PACKAGE.

Is This Answer Correct ?    3 Yes 1 No

what is a package?..

Answer / mahipal reddy.kaitha,hyd

A Package is a collection of Classes Interfaces that
provides a high-level layer of access protection and name
space management.

Is This Answer Correct ?    0 Yes 0 No

what is a package?..

Answer / ravikiran

package defines a name space for members and methods inside
a class

Is This Answer Correct ?    0 Yes 0 No

what is a package?..

Answer / ramesh

A package in java is an encapsulation mechanism that can be
used to group related classes,interfaces,and subpackages.

Is This Answer Correct ?    0 Yes 0 No

what is a package?..

Answer / shripal

package is a collection of classes and interfaces.
whatever classes we used in program they are belongs to the
particular package which we have defined

Is This Answer Correct ?    0 Yes 0 No

what is a package?..

Answer / pooja

a package is nothing but a folder in which there are a
collection of classes and interfaces.
of course it is a folder , a folder which is created
explicitly is not a package .
the keyword used for creation of package is "package"
syntax:package <package_name>;
compilation syntax:javac -d path file_name.java;

Is This Answer Correct ?    0 Yes 0 No

what is a package?..

Answer / kamruz

package is a namespace,for organising classes and interface in a logical manner

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

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

0 Answers   Flextronics, Hexaware,


what is the difference between static block and static method

19 Answers   Huawei,


10. class Nav{ 11. public enum Direction { NORTH, SOUTH, EAST, WEST } 12. } 13. public class Sprite{ 14. // insert code here 15. } Which code, inserted at line 14, allows the Sprite class to compile? a)Direction d = NORTH; b)Nav.Direction d = NORTH; c)Direction d = Direction.NORTH; d)Nav.Direction d = Nav.Direction.NORTH;

2 Answers  


What is contractor means and methods?

0 Answers  


What are passing parameters?

0 Answers  


How can two threads be made to communicate with each other?

3 Answers   HCL,


What are the benefits of java?

0 Answers  


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

0 Answers  


What is getkey () in java?

0 Answers  


List types of storage classes in java?

0 Answers   Cyient,


what is singleton class in java?

0 Answers   Cap Gemini,


What is regex java?

0 Answers  


Categories