What is a package?
Answers were Sorted based on User's Feedback
Answer / janet
A package is a collection of classes and interfaces that
provides a high-level layer of access protection and name
space management.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / suganthi
Package are container for classes that are used to keep the
class name space compartmentalized.
| Is This Answer Correct ? | 1 Yes | 0 No |
write java code to print second max number in the array
How are java objects passed to a method and what are native methods?
What’s the difference between callable and runnable?
What are bind parameters?
What is computer compiler?
How to know the host from which Applet is originated?
What is string [] args?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
Where are local variables stored?
Is java 9 released?
What are the restrictions that are applied to the java static methods?
What is an argument in java?