Computer Knowledge

Java Enterprise and Web Technologies

2,279 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. Instance passivation

  2. TX_SUPPORTS

  3. Application assembler

  4. EJB server provider

  5. Deployment descriptor

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

This EJB architecture role outputs one or more ejb-jar files that contain the enterprise beans along with their application assembly instructions.

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.