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 create multithreaded program? Explain different ways of using thread? : Java thread
Can we use return in constructor?
What is the default initialized value of String type variable?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
Can we define private and protected modifiers for variables in interfaces?
where the static methods will live ,on stack ? can you explain brefly
Why hashcode is used in java?
What is complexity in java?
What is :: operator in java 8?
What is the use of list in java?
What is math exp in java?
What is the difference between Java Bean and Java Class.?