Answer Posted / s.shekhar
J2ee is a specification, which provides a framework to
develop a web based application using Servlet, JSP, Java
Beans(EJB).Its also support distributed system.
While Advance java means Java, Servlet, JDBC.
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
When a thread blocks on i/o, what state does it enter?
What are the call back methods in entity bean?
What is a session? Can you share a session object between different theads?
What do you know about seam?
How can I scroll through list of pages like the search results in google?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
What is the difference between a static and a non-static inner class?
Explain what is synchronization?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Is the session factory thread safe?
What is a sessionfactory? Is it a thread-safe object?
what is Activation Instantinator?
What is the difference between static and non-static with examples?
Can you control when passivation occurs?
How primary key is implemented in Oracle?