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 substring 1 in java?
What is a bubble sort in java?
What is bytecode in java ?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
What are the core java topics?
How many types of packages are there in Java?
Does java have a compiler?
Create a form of user Login in JSP, that accepts the user name and password from user and authenticate it with user names and passwords stored in database. (Plz provide me answer immediately)
What is casting ?
what is diff bet iterator and enumeration?
In Inheritence concept, i have a static method in super class and i am inheriting that class to one sub class.in that case the static method is inherited to sub class or not????
What are abstract methods in java?