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 bytecode ?explain in detail and watz the difference between bytecode and machine code?
how do you store phone numbers using java collections
What is internal variable?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
How can you reverse a string?
Can a class be final?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
There are three interfaces A,B & C. A extends B, B extends C, and C extends A.Is it multiple Inheritance? please anybody help me.....
How do you reverse a string in java?
Can we overload the methods by making them static?
what are literals in java?
What is difference between an object and a class?