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 the need to implement Serializable interface (with no methods) for objects which are to be serialized ? We can write our own functionality which writes objects to streams then why we need to implement and tell JVM that which objects can be serialized.
How do you create a first line indent?
can we Connect Applet to Data Base ? with Discriptiom. and also What is Diff. from Applet & Servlet?
What is meant by inheritance and what are its advantages?
What is the difference between an interface and an abstract class?
What is the difference between member variables initialization and assignment in a constructor?
Write a java program to count the number of words present in a string?
How to obtain a performance profile of java program
In C we use only compiler. Why java uses both compiler and interpreter? What is its significance?
What is a class variable?
What is difference between this and super keyword?
Can we have static methods in an interface?