What is a Java package and how is it used?
Answers were Sorted based on User's Feedback
Answer / guest
Package is a separate naming context for the group of
classes and interfaces.It provides a high level layer of
access protection and name space management.Packages can
have access specifiers.
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / kumar
package is a related classes,first software companies facing the problem of package creation,in java devolopers using all package names are co-inside.so thats time they are start using
package names our company website names.
| Is This Answer Correct ? | 3 Yes | 2 No |
how to handled exceptions & erros in ejb?
Can a class be declared as static?
what is jdk1.5 features?
What are abstract classes and anonymous classes?
0 Answers Flextronics, Thomson Reuters, Virtusa,
Is java hard to learn?
Explain about GridBag Layout?
How to prevent to create multiple objects of a java class?
Give few examples of final classes defined in Java API?
Explain treeset?
Can a static class have a constructor?
Is it necessary that each try block must be followed by a catch block?
What do you understand by classes in java?