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 |
How can the session in servlet can be destroyed?
Can we get PrintWriter and ServletOutputStream both in a servlet?
Write the code to get the server information in servlet.
Can we use servlets in JavaScript?
What do you mean by servlet?
i have class files in class folder. but i have no java files. but i want to modify the java files which are related to class files . how ?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What do you mean by session tracking?
What is URL Rewriting ?
What do you mean by filter in servlet?
Why filter is used in servlet?
What are common tasks performed by Servlet Container?