can u give some realtime example in ploymorphism? and
inheritance?
Answer Posted / dharmaraj
As i dont know these is correct answer but my knowledge is ok.
METHOD OVERLOADING: In one women got many children
(same method name but different parameter).
METHOD OVERRIDING: In women married in two different persons.
(one method two override the another method)
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Write a command to get actual path of a servlet to the server?
What is meant by Servlet? What are the parameters of service method?
Explain is servlet mapping?
Write a simple servlet program to print the contents of html.
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What are the mechanisms used by a servlet container for maintaining session information?
What is MIME Type?
How can we create deadlock situation in servlet?
How can we achieve transport layer security for our web application?
How the JSP file will be executed on the Server side?
What if we pass negative value in load-on-startup?
What is the structure of the http response
Whether thread can be used in servlets?
What's the difference between authentication and authorization?
Difference between GET and POST?