can u give some realtime example in ploymorphism? and
inheritance?
Answer Posted / walkinglegendteja
Inheritance is a concept which involves the concept of re
usability Ex:Bank Accounts-->SB Account,RD Account,CD Account
Polymorphism concept of one existing in many forms
Ex:In Graphical User interfaces,AWT
| Is This Answer Correct ? | 26 Yes | 17 No |
Post New Answer View All Answers
What is MIME Type?
Can we override servlet service method?
Difference between forward() method and sendredirect() method ?
How do you communicate in between Applets and Servlets?
What is servlet and its types?
Does servlet have main method?
What is servlet attributes and their scope?
What do you mean by the servlet chaining?
Explain jsessionid and when is it created?
What are the phases of a servlet life cycle?
How does Cookies work in Servlets?
Is servlet a controller?
Why are http servlets used in programming?
Name the packages that work with servlet?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?