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 can you use a servlet to generate a plain text instead of html?
What is the main purpose of java servlets?
What do you mean by request dispatcher in servlet? Also explain its methods.
What are the servlet events?
Is java servlet still used?
What is a servlet-to-servlet communcation?
What is a web application and what is it’s directory structure?
Explain the servlet context.
What are important features of Servlet 3?
What are the different session tracking techniques?
how the HTML data stored in web server?
What is the purpose of requestdispatcher interface?
Who is responsible for writing a constructor?
What is difference between get and post method?
What are session variable in servlets?