what is EJB and Java servlet
Answers were Sorted based on User's Feedback
Answer / madan
EJB is a distributed technology used in many real time applications such atm transaction,online booking...
now the latest verions ejb3 has annotations which feel easy and good to learn..
Enterprise java beans heart of banking applications ..
and
Servlet-Servlet is a server side components which is used to develop server side applications.. it is based on request response methodlogy..it has own life cycle init(),service(),doget() or dopost() and destroy()..
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Difference between Include, Forward and sendRedirect in Servlet?
In servlets, Why do we need both GET and POST method implementations?
What is use of parseQueryString?
Can you refresh servlet in client and server-side automatically?
How to debug a servlet?
What are the types of protocols supported by httpservlet ?
what is SSL?
What is cookie? Why is cookie used?
What is the difference between servlet config and servlet context.
19 Answers TCS, Tech Mahindra, Vertex,
Explain url encoding in servlet?
What are the difference between HttpServlet and GenericServlets?
What is the difference between context parameter and context attribute?