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
Define declaration.
Why do you use session tracking in httpservlet?
How can the session in servlet can be destroyed?
What are the servlet events?
Who is responsible for writing a constructor?
What is http servlet?
What is servlet instance?
What is a servlet context object?
What are life cycle methods of a servlet?
What are the uses of servlet and what is servlet chaining?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
What are the type of protocols used in httpservlet?
Can we override servlet service method?
What is the difference between Server and Container?
What is the directory structure of a war file?