can u give some realtime example in ploymorphism? and
inheritance?
Answers were Sorted based on User's Feedback
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 |
What’s the difference between forward() and sendredirect() methods?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
How are filters?
can i override service method
What is a java servlet?
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?
Which event is fired at the time of session creation and destroy?
How will you pass values from HTML page to the servlet?
What is a Session Id?
how can we execute servelt? what the use ".war" or ".jar" file creation
How variables can be accessed across the sessions?
What do you mean by filter in servlet?