can u give some realtime example in ploymorphism? and
inheritance?
Answer Posted / srinu
polymorphism: Polymorphism one form existing many forms is
called polymorphism.its used for over ridding.
EX:Man
Because A Man go to office he is an Employee.
A Man go to movie he is an auditor.
A man walk with his lover she's boy friend
inheritance is hierarchy of class,that is one class derived
from another class
EX:
grant father
--father
--son
| Is This Answer Correct ? | 19 Yes | 8 No |
Post New Answer View All Answers
Can filter be used as request or response?
What are all the advantages of servlet over cgi?
What is getservletcontext?
Which method is called when reference variable is passed in system.net?
How to commuincate between an applet and a servlet?
I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>
Explain in brief the directory structure of a web application?
What is the importance of init() method in Servlet ?
What do you mean by the servlet chaining?
What is a servlet-to-servlet communcation?
Define the lifecycle for executing a jsp page.
What if we pass negative value in load-on-startup?
How can we invoke another servlet in a different application?
How can the session in servlet be destroyed?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255