Answer Posted / ravikiran
EJB is enterprise java bean, where component based
development takes place and uses RMI for remote method calls
Servlet is a server side program wich will process the
client request inside the server and will return resource
based on the request as a response
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is Servlet API used for connecting database?
What exactly are the functions of servlet?
How the typical servlet code look like ?
Explain load on start-up and its importance?
What is the need of session tracking in web application?
What are the different ways we can maintain state between requests?
Can we get PrintWriter and ServletOutputStream both in a servlet?
Explain the concept of ssi ?
Is it possible to have a constructor inside the servlet?
What are some disadvantages of storing session state in cookies?
What do you mean by mime type?
Write a program to show the functionality of doget and dopost method?
How can we create deadlock situation in servlet?
What is a server side include (ssi)
How to notify an object in session when session is invalidated or timed-out?