what is a package?
Answers were Sorted based on User's Feedback
Answer / shyam
package is a collection of related classes and interfaces.or
package is a nothing but directory.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the java reflection api? Why it’s so important to have?
What are types of Java applications?
Can we nested try statements in java?
Can a method inside a interface be declared as final?
How is a structure different from array ?
What is ternary operator in java?
Explain the transient field modifier?
What is ResourceBundle class?
When is the garbage collection used in Java?
What is static class
How will you print number in reverse (descending) order in BST.
What is a variable declaration?