Programming Tutorials

Explain the Polymorphism principle.

By: Karthik in Interview Tutorials on 2012-06-16  

Answer: The meaning of Polymorphism is something like one name many forms. Polymorphism enables one entity to be used as as general category for different types of actions. The specific action is determined by the exact nature of the situation. The concept of polymorphism can be explained as "one interface, multiple methods".





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

What are the services provided by a J2EE container?

Question: Explain the life-cycle methods in JSP?

Question: What is an output comment in JSP?

Explain the Polymorphism principle.

Interview Question: What is the difference between sessioncontext and entitycontext?

What is difference between Java Bean and Enterprise Java Bean?

Interview Question: What is the difference between Message Driven Beans and Stateless Session beans?

Interview Question: What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

How to define an Interface?

Question: What is an Expression tag in JSP?

Question: Difference between forward and sendRedirect in JSP?

Types of Interviews

Interview Question: What is abstract schema?

Interview Question: What is the difference between JavaBean and EJB?

Interview Question: What is the difference between find and select methods in EJB?

Latest Articles (in Interview)