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 |
Why put method is used?
Differentiate between stringbuffer and stringbuilder in java.
What is a two-pass assembler?
Why hashmap is used in java?
What is bitwise complement?
What is a method ?
What is difference between final and immutable?
What is static block?
What is difference between arraylist and list in java?
Have you used any version control ? if so explain about it?
Why is method overloading not possible by changing the return type in java?
Is arraylist dynamic in java?