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. Deployment descriptor

  2. EJB server provider

  3. Instance passivation

  4. TX_BEAN_MANAGED

  5. Enterprise bean provider

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

It is responsible for the java classes that implement the enterprise bean's business methods and the definition of the bean's remote and home interfaces.

Multiple choice
  1. EJB server provider

  2. Deployment descriptor

  3. System administrator

  4. Optimized method invocation

  5. TX_BEAN_MANAGED

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

It uses runtime monitoring and management tools provided by the EJB server and container providers to accomplish the configuration and administration of the enterprise's computing and networking infrastructure.

Multiple choice
  1. SOAP platform and language independent, allows to get around firewalls

  2. SOAP is based on HTML

  3. SOAP is designed to communicate through LAN

  4. All of the above

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

SOAP's key advantages are platform and language independence, plus its ability to traverse firewalls by using HTTP as its transport protocol. This makes it ideal for heterogeneous environments. SOAP is XML-based, not HTML-based, and is designed for WAN/internet communication, not just LAN.