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 use of 'super' keyword inside a constructor?
0 Answers Flextronics, Thomson Reuters, Virtusa,
Can we declare Pointer in Java?
Which class is extended by all other classes?
How to declare an arraylist in java?
What is unicode in java?
Explain the polymorphism principle?
What is garbage collection? What is the process that is responsible for doing that in java?
Is arraylist dynamic in java?
Can we sort hashmap in java?
What is passing value java?
What is Runtime class and its purpose?
Can java hashmap have duplicate keys?