J2EE Interview Questions & Answers

Showing 10 of 330 questions | Page 29

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

281. What is SQL/J ?

A set of standards that includes specifications for embedding SQL statements in methods in the Java programming language and specifications for calling Java static methods as SQL stored procedures and user-defined functions. An SQL checker can detect errors in static SQL statements at program development time, rather than at execution time as with a JDBC driver.

282. What is SSL ?

Secure Socket Layer. A security protocol that provides privacy over the Internet. The protocol allows client-server applications to communicate in a way that cannot be eavesdropped upon or tampered with. Servers are always authenticated, and clients are optionally authenticated.

283. What is stateful session bean ?

A session bean with a conversational state.

284. What is stateless session bean ?

A session bean with no conversational state. All instances of a stateless session bean are identical.

285. What is system administrator ?

The person responsible for configuring and administering the enterprise's computers, networks, and software systems.

286. What is tag ?

In XML documents, a piece of text that describes a unit of data or an element. The tag is distinguishable as markup, as opposed to data, because it is surrounded by angle brackets (< and >). To treat such markup syntax as data, you use an entity reference or a CDATA section.

287. What is template ?

A set of formatting instructions that apply to the nodes selected by an XPath expression.

288. What is tool provider ?

An organization or software vendor that provides tools used for the development, packaging, and deployment of J2EE applications.

289. What is transaction attribute ?

A value specified in an enterprise bean's deployment descriptor that is used by the EJB container to control the transaction scope when the enterprise bean's methods are invoked. A transaction attribute can have the following values: Required, RequiresNew, Supports, NotSupported, Mandatory, or Never.

290. What is transaction ?

An atomic unit of work that modifies data. A transaction encloses one or more program statements, all of which either complete or roll back. Transactions enable multiple users to access the same data concurrently.
Questions and Answers for Competitive Exams Various Entrance Test