Answer Posted / nashiinformaticssolutions
Packages in Java can be defined as the grouping of related types of classes, interfaces, etc providing access to protection and namespace management.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is size of int in java?
Explain about anonymous inner classes ?
What is the exact difference in between unicast and multicast object? Where we will use?
What is a parameter in java?
What technique can be employed to compare two strings?
How to declare objects of a class ?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
Is a method a function?
Can a singleton class be inherited?
What is incompatible types in java?
How can we make sure main() is the last thread to finish in java program?
Explain importance of finally block in java?
What are the methods of object class ?
Name some classes present in java.util.regex package.
What is a condition in programming?