Define package in Java.
Answer / nashiinformaticssolutions
The package is a collective bundle of classes and interfaces and the necessary libraries and JAR files. The use of packages helps in code reusability
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you check if a character in a string is a digit or letter?
What is double checked locking in singleton?
What is treeset and treemap in java?
What is void in java?
What is a singleton class? Give a practical example of its usage.
what do you mean by stream pipelining in java 8? Explain
What is the base class of all exception classes?
What does bitwise or mean?
Difference between interface and abstract class with ex.
4 Answers Cognizant, Tech Mahindra,
What steps are taken when the OS shifts from one-thread execution to another?
Why main method is static in java?
What is the difference between processes and threads?