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 |
What is a finally block? Is there a case when finally will not execute?
How to connect to a remote database using Applet?
How many threads can I run java?
What is the disadvantage of java?
Is null a string?
What is substring in java?
I don’t want my class to be inherited by any other class. What should I do?
What advantage does an entity bean have over a sessin bean?
What is a method vs function?
What is a boolean used for?
what is for datainputstream?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?