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
Can you explain in detail 'javax.servlet' package?
What is http servlet?
Difference between httpservlet and generic servlets?
How native code can be used in a servlet?
What are the steps involved in placing a servlet within a package?
Given the request path below, which are context path, servlet path and path info?
What is the difference between context parameter and context attribute?
What is pure servlet?
What are the advantages of servlets over traditional cgi?
What must be implemented by all servlets?
Write a simple servlet program to print the contents of html.
Is that servlet is pure java object or not?
What is servlet mapping?
What's the advantages using servlets than using cgi?
What is the purpose of requestdispatcher interface?