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
If some new data has entered the database, explain how can a servlet refresh automatically?
What is the major difference between context parameter and context attribute?
When to use doget() and when dopost()?
What is the capacity the doget can send to the server?
How are filters?
When servlet object is created?
What are the types of Session Tracking ?
How we can get ip address of client in servlet?
What is dispatcher servlet?
What are the functions of Servlet container?
What must be implemented by all servlets?
What is called Session Tracking?
How is an application exception handling is done using a servlet?
What's the difference between authentication and authorization?
what do you understand by url rewriting?