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
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
Whether thread can be used in servlets?
What is called servlet container?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
How is an application exception handling is done using a servlet?
Which exception is thrown if the servlet is not initialized properly?
What are the important functions of filters?
What is pure servlet?
What's the difference between servlets and applets?
How we can call a jsp from the servlet?
List out the difference between ServletConfig and ServletContext?
What is war file?
What is the use of servlet context?
What's the difference between authentication and authorization?
What is the process to implement doget and dopost methods?