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 meant by package in java?

Answers were Sorted based on User's Feedback



what is meant by package in java?..

Answer / thamarai selvi

Package is the java mechanism for grouping the classes..

Is This Answer Correct ?    20 Yes 2 No

what is meant by package in java?..

Answer / ilavarasi

1.A package is a grouping of related types providing access
protection and name space management.
2.The types refers to classes, interfaces, enumerations,
and annotation types.
3.Enumerations and annotation types are special kinds of
classes and interfaces, respectively.

Is This Answer Correct ?    15 Yes 3 No

what is meant by package in java?..

Answer / manoj kumar sahu(secon pvt.ltd

Package is nothing but it can be call as container of all
related class.All *.class files are stored in a package for
that we can implement the require *.class files in our
program.In java one package can be implement by using the
keyword import.The syntex is
import java.<packagename>.*;

Is This Answer Correct ?    5 Yes 1 No

what is meant by package in java?..

Answer / raja qaiser

package is container which contain difference classes,using
package we use functions of different classes.

Is This Answer Correct ?    3 Yes 0 No

what is meant by package in java?..

Answer / sonali

package is collection of classes and interfaces, that
provides a high level layer of access protection and nams
space mgt. Also it is a way of grouping of variety of
classes and interfaces together.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the symbol for average?

0 Answers  


How we can declare a static variable?

0 Answers   HCL,


Can we force garbage collector to run ?

0 Answers   B-Ways TecnoSoft,


what is private constructor?what are the uses of writing private constructor in our program?

10 Answers  


Does treeset allow null in java?

0 Answers  


How does linkedhashmap work in java?

0 Answers  


Does a class inherit the constructors of its superclass in java programming?

0 Answers  


What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

1 Answers  


INTERVIEW QUESTION FOR ANDROID

0 Answers  


What are different access specifiers in java? Explain

0 Answers  


How many types of design patterns are there?

0 Answers  


What is the different types of functions?

0 Answers  


Categories