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
Can we create our own daemon thread?
What is the reason behind using constructors and destructors?
What is anti pattern in cyber security?
Explain java coding standards for constants?
What is runtime polymorphism or dynamic method dispatch?
Which api is provided by java for operations on set of objects?
How are the elements of a gridbaglayout organized?
Can you change array size in java?
Explain 5 io best practices?
Why we used break and continue statement in java?
When throws keyword is used?
Explain about collection interface in java?
What is the use of using enum to declare a constant?
How transient variable is different from volatile variable?
Why can't you declare a class as protected?