can u give some realtime example in ploymorphism? and
inheritance?

Answers were Sorted based on User's Feedback



can u give some realtime example in ploymorphism? and inheritance?..

Answer / m.arunachalam

Examples of Inheritance :The flight can fly... the mechanism
of fly is derived from a bird.....

Is This Answer Correct ?    5 Yes 7 No

Post New Answer

More Servlets Interview Questions

What’s the difference between forward() and sendredirect() methods?

0 Answers  


What is the requirement of servlet config and servlet context implemented and how are they implemented?

0 Answers  


How are filters?

0 Answers  


can i override service method

3 Answers   Intelligroup,


What is a java servlet?

0 Answers  






How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?

1 Answers   AZTEC,


Which event is fired at the time of session creation and destroy?

0 Answers  


How will you pass values from HTML page to the servlet?

0 Answers  


What is a Session Id?

1 Answers  


how can we execute servelt? what the use ".war" or ".jar" file creation

3 Answers   CTS,


How variables can be accessed across the sessions?

3 Answers  


What do you mean by filter in servlet?

0 Answers  


Categories