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 is string tokenizer?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What are the types of Session Tracking ?
What exactly are the functions of servlet?
What is servlet collaboration?
Servlet is pure java object or not?
What is servlet mapping?
Which is the methods of generated servlet?
What is servlet invoker?
Can we get PrintWriter and ServletOutputStream both in a servlet?
What are different ways for servlet authentication?
why we should override only no-agrs init() method.
Explain the difference between servletconfig and servletcontext in servlet?
What do you mean by web applications?
Why session tracking is needed?