describe all about advanced java with presentation
Answer Posted / ravikiran
advanced java is the one which deals with web application
components...servlets will deal with the business logic by
putting the html code inside java,jsp concentrates on
presentation logic by putting the java code inside html..
The EJB will act on the distribute applications which run on
the same JVM or in a remote location
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to get the actual path of servlet in server?
How do we share data using 'getservletcontext ()?
What is servlet and how it works?
What are different Authentication options available in Servlets.
Explain Action Servlet?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What do you mean by a filter and how does it work?
What is the major difference between context parameter and context attribute?
What is preinitialization of a servlet?
What is the
Is it possible to have a constructor inside the servlet?
What is the disadvantage of cookies?
What is the dispatcher servlet?
What is war file?
How do I use cookies to store session state on the client?