can u give some realtime example in ploymorphism? and
inheritance?
Answer Posted / nazneen
Polymorphism applies to Overriding
Inheritance applies to Reusability of code defined earlier in one Class and later on used by Other Classes..
| Is This Answer Correct ? | 14 Yes | 11 No |
Post New Answer View All Answers
What are some advantages of storing session state in cookies?
How to read request headers from servlets?
What is a deployment descriptor?
What is http servlet? Explain with the help of an example.
What is the use of httpservletrequestwrapper?
Explain web container.
What are the jobs performed by servlets?
request parameter how to find whether a parameter exists in the request object?
Define the life cycle of a servlets.
How to generate the server side programming and the advantages of it over the other languages?
Why jsp is better than servlet?
What are the functions of Servlet container?
What is httpservlet and how it is different from genericservlet?
Which interface must be implemented by all servlets?
What is meant by session? Tell me something about httpsession class?