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 |
Whether thread can be used in servlets?
What are the uses of servlet and what is servlet chaining?
What is the difference in between the httpservlet and generic servlet?
What is the difference between doGet and doPost?
What is the procedure of invoking different servlet in a different application?
what is the difference between doGet() and doPost()?
If some new data has entered the database, explain how can a servlet refresh automatically?
How can I send user authentication information while making URL Connection?
What mechanisms are used by a Servlet Container to maintain session information?
Why do we have servlet wrapper classes?
What's the advantages using servlets than using cgi?
Given the request path below, which are context path, servlet path and path info?