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 the typical servlet code look like ?
What are the differences between servlet context vs servlet config?
What is the servlet?
What are the types of servlets? Explain
Difference between httpservlet and generic servlets?
What are the type of protocols used in httpservlet?
How does tomcat servlet container work?
Explain the lifecycle of a servlet?
Why HttpServlet class is declared abstract?
How do you deal property files in servlet?
What exactly are the functions of servlet?
How we can get ip address of client in servlet?
Explain the servlet filter.
How to generate the server side programming and the advantages of it over the other languages?
Can a jsp be called using a servlet?