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 |
what is the difference between statis block and static variable
What is the order of method invocation in an Applet?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
what is heap memory?
0 Answers Tavant Technologies, Zensar,
what models are available for event handling?
When will we prefer to use set and list in java and why?
Is zero a positive integer?
What is the use of pattern in java?
what are the states associated in the thread? : Java thread
What is set and get methods in java?
What is the use of parseint in java?
Where import statement is used in a java program?