can u give some realtime example in ploymorphism? and
inheritance?
Answers were Sorted based on User's Feedback
Answer / m.arunachalam
Examples of Inheritance :The flight can fly... the mechanism
of fly is derived from a bird.....
| Is This Answer Correct ? | 5 Yes | 7 No |
How can I send user authentication information while making URL Connection?
Whether we can get deadlock situation in servlets?
What is difference between Forward() and sendRedirect() methode?
What is pure servlet?
Explain the lifecycle of a servlet?
What is servlet collaboration?
How can you run a servlet program?
Which protocol will be used by browser and servlet to communicate
What is the difference between doGet and doPost?
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.
What is called a session?
What are the phases of servlet life cycle?