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. Applets are inserted inside a JVM interpreter when the web page is loaded.

  2. An untrusted applet is bypassed in to sandbox to restrict its behaviour.

  3. A system call is made only when the applet is found trusted by the interpreter.

  4. An applet, which comes from a local disk cannot be trusted.

  5. A security monitor is placed, when the applet is try to access the system resources to check its approval.

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

This is false statement as a local disk applet is termed as a secure applet.

Multiple choice
  1. Password

  2. Session ID

  3. Enterprise JavaBeans

  4. Cookie

  5. Email tracking

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

A cookie, also known as an HTTP cookie, web cookie, or browser cookie, is a small piece of data sent from a website and stored in a user's web browser while the user is browsing that website. Every time the user loads the website, the browser sends the cookie back to the server to notify the website of the user's previous activity.

Multiple choice
  1. Deployer

  2. EJB server provider

  3. Deployment descriptor

  4. EJB specification

  5. Portable object adapter

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

This EJB architecture role takes one or more ejb-jar files by a bean provider or application assembler and deploys the enterprise beans contained in the ejb-jar files in a specific operational environment.