can u give some realtime example in ploymorphism? and
inheritance?
Answer Posted / ashish rathore
Inheritence is a process by which object of one class aquire
the property of any object of another class. it provides the
idea of reusearility.
this means the ability to take more than one form from
existing class without modifying it.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What are some advantages of storing session state in cookies?
What do you mean by cgi?
Explain how to improve Servlet Performance?
How do cookies work in servlets?
What is the difference between using getSession(true) and getSession(false) methods?
What is called Session Tracking?
How is the get () method different from the post() method?
What is the GenericServlet class?
Explain the role of dispatcherservlet and contextloaderlistener.
What are the key methods that are involved in processing of http servlets?
How do you load an image in a Servlet?
What are the advantages of Servlet over CGI?
How do you deal property files in servlet?
Which java application server is the best?
What is the difference between servlet and jsp?