What is the smallest package in Java API?
Answers were Sorted based on User's Feedback
Answer / srinu
javax.xml is the small package.only one class is their.
| Is This Answer Correct ? | 1 Yes | 4 No |
What is rule of accessibility in java?
What are assertions in java?
Without creating a new object, How you can retrieve a String or other object?
How to do encapsulation in java?
Are static members inherited to sub classes?
How to prevent a field from serialization ?
why static class in java or what is use of static class in java
what do you mean by marker interface in java?
What is the difference between static and non-static variables in java programming?
class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example
An inner class can actually be a subclass of the outer class? a. true b. false
What is a variable in java?