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 |
Explain about public and private access specifiers?
What is variable in java?
What is the internal implementation of set in java?
Is java 1.7 the same as java 7?
What are the differences between wait() and sleep()?
how many types of Inheritance?
What is a singleton in genetics?
How do you empty a list in java?
How Applets & Servlets will communicate with each other?
What is the file extension for java?
What is factor r?
What is this () in java?