J2EE Interview Questions & Answers

Showing 10 of 330 questions | Page 4

Technical interview questions and answers are important for any J2EE Interview because companies want candidates who understand enterprise Java components, servlets, JSP, JDBC, MVC frameworks, and server-side development. J2EE is widely used for building scalable and secure enterprise applications, making it a key topic in Java-based interviews. Companies like TCS, Infosys, Wipro, Cognizant, and Accenture often include J2EE questions in their placement tests and technical rounds to evaluate backend development skills. This guide provides fully solved J2EE interview questions with clear explanations, helping freshers and job seekers build strong fundamentals. Preparing these questions will help you perform confidently in technical interviews, project discussions, and Java-based coding assessments.

Showing 10 of 330 questions

31. What is caller ?

Same as caller principal.

32. What is caller principal ?

The principal that identifies the invoker of the enterprise bean method.

33. What is cascade delete ?

A deletion that triggers another deletion. A cascade delete can be specified for an entity bean that has container-managed persistence.

34. What is CDATA ?

A predefined XML tag for character data that means "don't interpret these characters," as opposed to parsed character data (PCDATA), in which the normal rules of XML syntax apply. CDATA sections are typically used to show examples of XML syntax.

35. What is certificate authority ?

A trusted organization that issues public key certificates and provides identification to the bearer.

36. What is client-certificate authentication ?

An authentication mechanism that uses HTTP over SSL, in which the server and, optionally, the client authenticate each other with a public key certificate that conforms to a standard that is defined by X.509 Public Key Infrastructure.

37. What is comment ?

In an XML document, text that is ignored unless the parser is specifically told to recognize it.

38. What is commit ?

The point in a transaction when all updates to any resources involved in the transaction are made permanent.

39. What is component contract ?

The contract between a J2EE component and its container. The contract includes life-cycle management of the component, a context interface that the instance uses to obtain various information and services from its container, and a list of services that every container must provide for its components.

40. What is component-managed sign-on ?

A mechanism whereby security information needed for signing on to a resource is provided by an application component.
Questions and Answers for Competitive Exams Various Entrance Test