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 is difference between server and servlet?
How will you pass values from HTML page to the servlet?
How do you invoke a servelt?
How can you use a servlet to generate a plain text instead of html?
Explain the difference between servlet and cgi?
How the typical servlet code look like ?
How does tomcat servlet container work?
What exception should be thrown when servlet is not properly initialized?
How can we include static files in the jsp page?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What is the difference between encodeRedirectUrl and encodeURL?
What methods do you use in servlet - applet communication?
Can we use the constructor, instead of init(), to initialize servlet?
What are the features added in Servlet 2.5?
What are the important functions of filters?