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 ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the uses of servlet and what is servlet chaining?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
How does java thread pool work?
What is the purpose of inter-servlet communication?
What is the difference between portlet and servlet?
Which event is fired at the time of project deployment and undeployment?
What do you mean by scope object and what are its types?
How native code can be used in a servlet?
What is called servlet mapping?
Why the container loads server at the application startup and how?
Can you call a jsp from the servlet?
What is a servlet-to-servlet communcation?
How do we translate jsp?
What is the disadvantage of cookies?
Can we use the constructor, instead of init(), to initialize servlet?