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
List some life cycle methods of a servlet.
Why do you use session tracking in httpservlet?
Why servlet is faster than jsp?
Why is servlet used?
Why do we have servlet listeners?
What is the difference between Difference between doGet() and doPost()?
What is servlet attributes and their scope?
Is servlet a server side scripting language?
How do you run a servlet?
What if we pass negative value in load-on-startup?
What is the use of send redirect () method?
Which are the different ways you can communicate between servlets?
What do you mean by chaining in servlet?
How to create war file?
Explain the differences between jsp and servlet.