can u give some realtime example in ploymorphism? and
inheritance?
Answer Posted / walkinglegendteja
Inheritance is a concept which involves the concept of re
usability Ex:Bank Accounts-->SB Account,RD Account,CD Account
Polymorphism concept of one existing in many forms
Ex:In Graphical User interfaces,AWT
Is This Answer Correct ? | 26 Yes | 17 No |
Post New Answer View All Answers
What is the use of httpservletresponsewrapper?
What is the purpose of inter-servlet communication?
Who is responsible to create the object of servlet?
How we can get ip address of client in servlet?
How do you define a servlet?
When servlet object is created?
Why are servlets used?
request parameter how to find whether a parameter exists in the request object?
How to get the IP address of client in servlet?
What is a web container and what is its responsibility?
What exception should be thrown when servlet is not properly initialized?
Why are http servlets used in programming?
What are the different mode that servlets can be used?
What are the types of Session Tracking ?
Tell the new features added in servletrequest interface i.e. Servlet 2.4