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 are the steps to do connection pooling in weblogic?
Suppose i have two threads t1 and t2 are running.How the main thread will know that the two threads t1,t2 execution has completed?
What is the life-cycle of an object?
Where can I find data structures question and answers with comprehensive working code written in Java
Why method overloading and method overriding required in java?
What is a nullable field?
Can we declare main () method as non static?
Can static methods be overridden?
Can bool be null?
What is nested loop? What is dangling else condition in it?
What is Locale class?
What do you mean by boolean?