Answer Posted / sudhakar
Java provides a mechanism for partitioning the class name
space into more manageable chunks. This mechanism is the
PACKAGE.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the 3 types of loops in java?
How many ways can you break a singleton class in java?
Is null a string?
What are different types of arrays?
Explain about strings in java?
How do you end a program?
What are the different conditional statements?
Why is string class considered immutable?
Explain the scope or life time of class variables or static variables?
Can you inherit from an abstract class java?
What is the use of volatile in java?
How many bytes is double?
Is it possible for yielded thread to get chance for its execution again ?
What is jit compiler ?
which class is the wait() method defined in? : Java thread