describe all about advanced java with presentation
Answer Posted / p.a.v.k.prasad
According to JAVA specifications there is no Advance java.
SUN releses the JAVA in 3 flavours.
1)J2SE---Java 2 Standard Edition(Core Java).
2)J2EE---Java 2 Enterprise Edition (Business applications)
1)Servlets
2)JSP
3)EJB
3)J2ME---Java 2 Mobile Edition.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the important functions of filters?
How to upload a file to the server using servlet?
What is difference between GenericServlet and HttpServlet?
What is meant by session? Tell me something about httpsession class?
How to commuincate between an applet and a servlet?
What is the use of servlet context?
What are the ways to handle multi-threading in servlets?
How do we share data using 'getservletcontext ()?
Servlet is pure java object or not?
Is it possible to have a constructor inside the servlet?
Which application server is best for java?
What is the use of attribute in servlets?
How to notify an object in session when session is invalidated or timed-out?
What is the structure of the http response
request parameter how to find whether a parameter exists in the request object?