What is the smallest package in Java API?

Answers were Sorted based on User's Feedback



What is the smallest package in Java API?..

Answer / ash

java.applet

Is This Answer Correct ?    13 Yes 2 No

What is the smallest package in Java API?..

Answer / shipra

java.applet

Is This Answer Correct ?    2 Yes 0 No

What is the smallest package in Java API?..

Answer / ranganathkini

java.Math

P.S. Im not sure ;-)

Is This Answer Correct ?    4 Yes 4 No

What is the smallest package in Java API?..

Answer / srinu

javax.xml is the small package.only one class is their.

Is This Answer Correct ?    1 Yes 4 No

What is the smallest package in Java API?..

Answer / s.suresh

java.networking

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More Core Java Interview Questions

What are green threads in java?

0 Answers  


What are three ways in which a thread can enter the waiting state in java programming?

0 Answers  


Do you know why doesn't the java library use a randomized version of quicksort?

0 Answers  


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?

3 Answers  


What is string example?

0 Answers  


What is the use of anonymous inner classes ?

12 Answers   DELL, HCL,


String class is defined under which package in java?

0 Answers  


Differentiate between nested and inner class in java.

0 Answers   Akamai Technologies,


What is difference between wait and notify in java?

0 Answers  


What is the use of System class?

0 Answers  


What is data string?

0 Answers  


Can we have any other return type than void for main method?

0 Answers  


Categories