Computer Knowledge

Java Enterprise and Web Technologies

2,183 Questions

Java enterprise and web technologies questions focus on J2EE architecture, web services like SOAP, and servlet functionalities. These topics frequently appear in IT officer and specialist scale examinations. Regular practice ensures familiarity with enterprise application components.

HttpServlet methodsSOAP and web servicesEJB architecture rolesJ2EE componentsJSP servlet callingUDDI concepts

Java Enterprise and Web Technologies Questions

Multiple choice
  1. Java applet

  2. Remote method invocation

  3. Optimized method invocations

  4. Filter

  5. StockHolder.java

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

RMI treats a remote object differently from a non remote object when the object is passed from one java virtual machine to another java virtual machine.

Multiple choice
  1. Optimized method invocation

  2. WebSphere

  3. Remote method invocation

  4. Filter

  5. Portable object adapter

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

RMI passes objects by their actual classes, so the behaviour of the objects is not changed when they are sent to another java virtual machine.