Answer Posted / raman
A class that implements javax.servlet interface is cslled a
sevlet.It alloes is to develop a web application.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
When throw keyword is used?
Which is better 64 bit or 32 bit?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
What is classname class in java?
Can we override constructor in java?
Can an interface extend a class?
What is a default method?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
What is method overriding in java ?
Can you explain the meaning of aggregation and composition
What is ordered map in java?
What is the largest number a double can hold?
How can constructor chaining be done by using the super keyword?
What are the classes of java?
Can you achieve runtime polymorphism by data members?