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 is the difference between using getSession(true) and getSession(false) methods?
Is that servlet is pure java object or not?
How to get the path of servlet in the server?
What is servlet interface?
What do you mean by httpservlet?
Is servlet thread safe?
What are different ways for servlet authentication?
What is the difference between context parameter and context attribute?
What is servlet used for?
Why are http servlets used in programming?
Can you use javascript in servlets?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
Why are servlets used?
What is called Session Tracking?
What is servlet instance?