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 are green threads in java?
What are three ways in which a thread can enter the waiting state in java programming?
Do you know why doesn't the java library use a randomized version of quicksort?
This is related to threads. I have a class with synchronized method m1(). Can I create different instances of this class and execute the m1() for different threads?
What is string example?
What is the use of anonymous inner classes ?
String class is defined under which package in java?
Differentiate between nested and inner class in java.
0 Answers Akamai Technologies,
What is difference between wait and notify in java?
What is the use of System class?
What is data string?
Can we have any other return type than void for main method?