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
Difference between forward() method and sendredirect() method ?
How will you pass values from HTML page to the servlet?
How do you invoke a servelt?
Difference between GET and POST?
List the Different types of servlet?
What is the use of httpservletresponsewrapper?
What is servlet invoker?
What is called servlet mapping?
What is Servlet API used for connecting database?
When jsessionid is created?
Tell us something about servletconfig interface.
Explain the difference between a web server and a web container?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What exactly are the functions of servlet?
How can we include static files in the jsp page?