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 |
When super keyword is used?
Give reasons supporting that string is immutable.
Describe the term diamond problem.
What are latest features introduced with java 8?
Explain about the interpreter in java?
Why does java have different data types for integers and floating-point values?
What is anti pattern in programming?
Why we use methods in java?
What is polymorphism in java? What are the kinds of polymorphism?
What is the statements?
What Is Resource Leak?
Why wait and notify methods are declared in object class?