what is a package?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does java runtime require a license?

572


Can we access instance variables within static methods ?

560


What does sprintf mean?

525


What is the largest data type in java?

506


What is the difference between JVM and JRE?

616






Can you make a constructor final in Java?

621


How big is a 64 bit float?

531


Explain the importance of join() method in thread class?

636


What is a variable analysis?

628


What are the different access modifiers available in java?

557


When is an object subject to garbage collection?

572


Tell us something about set interface.

555


What is a instance variable?

579


Can a class be a super class and a sub-class at the same time? Give example.

788


What is formatted output in java?

495