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
Why servlet is faster than jsp?
What is servlet container. how it works?
Which application server is best for java?
Explain in brief the directory structure of a web application?
Can we override servlet service method?
What's the advantages using servlets than using cgi?
What is a java servlet?
If some new data has entered the database, explain how can a servlet refresh automatically?
What are the annotations used in servlet 3?
How to find whether a parameter exists in the request object?
What are the different ways we can maintain state between requests?
What is the process to implement doget and dopost methods?
What is Client-Server Computing?
Whether thread can be used in servlets?
Explain jsessionid?