Answer Posted / 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 |
Post New Answer View All Answers
How do I support both get and post from the same servlet?
Which exception is thrown if the servlet is not initialized properly?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
What are the phases of the servlet life cycle?
How do servlets work?
How to generate the server side programming and the advantages of it over the other languages?
How do you create a cookie using servlet?
How do we translate jsp?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is new in ServletRequest interface ? (Servlet 2.4)
How does java thread pool work?
What are the steps that are involved in using the httpservlet class?
explain the advantages of servlet life cycle?
What do you mean by cgi and what are its drawbacks?
Write a program to show the functionality of doget and dopost method?