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


Please Help Members By Posting Answers For Below Questions

Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!

1821


When servlet object is created?

590


How can I send user authentication information while making URL Connection?

529


When to use doget() and when dopost()?

617


What are the uses of servlet and what is servlet chaining?

551






why we should override only no-agrs init() method.

667


What exactly is a servlet?

533


Servlet is pure java object or not?

709


Difference between GET and POST?

700


what do you understand by url rewriting?

532


How will two or three servlets interact or communicate with each other?

887


What are the drawbacks of cgi?

556


Why is init() method is used in servlets?

547


What is difference between GenericServlet and HttpServlet?

557


Can you explain in detail 'javax.servlet' package?

535