Java, J2EE Interview Questions: the Basics

by HSG on Sep 21, 2012 in Java Tutorial

As part of our Java Tutorials program, we will list a number of interview questions to aid in a better understaing of Java and J2EE and, hopefully, provide a greater likelihood of getting a job.  Let us begin with the basics:

1. What is meant by J2EE?

Teaching You Tools to Become Empowered
To build a successful business and career, you must always keep up with changes in the IT Marketplace. AWS, Office 365, LinkedIn, Sales Force, SEO, Social Media are just a few examples of where knowledge is a huge factor for success.
Training with HSG addresses your knowledge gaps and provides you with the requisite tools to outpace the competition.

J2EE is an abreviation for Java 2 Platform Enterprise Edition

2.  What is the purpose of J2EE?

The purpose of J2EE is to provide a component based platform in a multitier application model with transaction management, web services and reusable component support.

3.  What is the tier structure of the typical J2EE application?

A typical J2EE application consists of the following tiers/machines:  the client machine (browser/non-browser application), the J2EE server (an application server such as Oracle, JBoss, GlassFish, Tomcat) and a database.

4.  What are J2EE components?

Components are self-contained software units written in java that, when combined, are part of a larger application.  A common misconception among novice developers is that these components are written by one institution.  It is quite common to purchase components or software applications and then integrate them into the application server environment.  Examples of a component are as follows:

  • Client components - application/applets
  • Web component - servlets/JSPs
  • Business component - enterprise java bean
  • Resource adapters - provided by tool vendors/EIS

5.  What are J2EE clients?

J2EE clients are either web clients or application clients.  The web client connects to the server by way of Transmission Control Protocol, TCP, with non-persistent connections and handles all communication through markup languages i.e. XML or HTML.  Application clients connect to the server via RMI with persistent connections and typically provide the user with a richer interface for handling more sophisticated tasks.  Such tasks may include handling user generated sql calls, testing electrical grids or any of a number of other actions that are not appropriate or possible on the net.

6.  What are Servlets?

Servlets are a library of Java classes created to handle and respond to incoming requests.  Most often, these are http requests but can be used for other client-server protocols. This technology includes, but is not limited to, Java Server Pages, JSTL, Scriplets and much more.  They are the basis of many frameworks such as Wicket, Java Server Faces (JSF), Struts 1 & 2 and others.

7.  Explain the different types of enterprise beans.

Session Bean - a software component, created for whatever reason, whose lifetime is dependent upon the length of the conversation it has with the client.  It deletes itself after it completes the executable task.

Entity Bean - unlike a session bean, an entity bean persists data to a row in a database so that when a server is shut down, the information can be retrieved.

Message Driven Bean - uses asynchronous message handling to receive Java Message Service messages.  Depending upon how the developer configures this bean and the incoming messages, messages may be persisted to a database or, like a session bean, lost enroute in the event of a server crash.

8.  What is a J2EE container?

A container is an interface between a component and low-level platform specific functionality which supports the component i.e. how components communicate with one another, how they are defined and accessed, multi-threading ...

9.  What is meant by J2EE assembly process?

The process of specifying the container and the application settings.

10.  What does it mean to pack a J2EE application?

Compressing files in java means to place them into a Java Archive file (JAR) which is akin to a zip file.  In a J2EE application, such a file in referred to as an Enterprise Archive file (EAR) or a JAR file with a .ear extension.  Another compressed file in java is a Web Archive file (WAR) which is a compressed collection of java web files.  Like the EAR file, it, too, has a unqiue extenstion:  .war.  The reason for compression lies in the need to ensure that files are not lost and that the application footprint (the size of the applcation), is not exceedingly large.

11.  What is a J2EE deployment descriptor?

Deployment descriptors are XML files with a .xml extension that describe the deployment settings of an application.  There are two types of deployment descriptors in J2EE:  J2EE and runtime.  The J2EE descriptor is used to configure the deployment descriptor settings; the runtime descriptor is used to configure the J2EE implementation parameters.

other blog entries

Course Directory [training on all levels]

Upcoming Classes
Gain insight and ideas from students with different perspectives and experiences.

Interesting Reads Take a class with us and receive a book of your choosing for 50% off MSRP.

did you know? HSG is one of the foremost training companies in the United States

Information Technology Training that enables companies to build better applications and expertly manage the software development process.

Our courses focus on two areas: the most current and critical object-oriented and component based tools, technologies and languages; and the fundamentals of effective development methodology. Our programs are designed to deliver technology essentials while improving development staff productivity.

Personalized courses for unique business and technology needs

An experienced trainer and faculty member will identify the client's individual training requirements, then adapt and tailor the course appropriately. Our custom training solutions reduce time, risk and cost while keeping development teams motivated. The Hartmann Software Group's faculty consists of veteran software engineers, some of whom currently teach at several Colorado Universities. Our faculty's wealth of knowledge combined with their continued real world consulting experience enables us to produce more effective training programs to ensure our clients receive the highest quality and most relevant instruction available. Instruction is available at client locations or at various training facilities located in the metropolitan Denver area.

Upcoming Classes

consulting services we do what we know ... write software

Design and Development
Application lifecycle management
We generate use cases, UML documentation, architect the system, create an object model, iteratively develop the system, unit and system test and modularize where necessary. These types of engagements are typically longterm and, almost always, incorporate a variety of software technologies.
If you are in need of expertise but only require the assistance of one or two engineers, the Hartmann Software Group can be of help. Instead of procuring talent by way of a placement agency who is likely to contact us, come to the Hartmann Software Group directly. You may realize some savings.
Mentor
The best way to learn is by doing.

The coaching program integrates our course instruction with hands on software development practices. By employing XP (Extreme Programming) techniques, we teach students as follows:

Configure and integrate the needed development tools

MOntitor each students progress and offer feedback, perspective and alternatives when needed.

Establish an Action plan to yield a set of deliverables in order to guarantee productive learning.

Establish an Commit to a deliverable time line.

Hold each student accountable to a standard that is comparable to that of an engineer/project manager with at least one year's experience in the field.

These coaching cycles typically last 2-4 weeks in duration.

Provide Expertise
Services for your business growth.
With the introduction of smart devices, e-marketplaces, electronic forms, SEO practices, big data, virtual office environments, media streaming and so much more, there is hardly a business whose livelihood is not, in some way, dependent upon the inclusion of such software functionality into its online presence, work environment and product offerings. Such inclusion often presents a complex array of challenges that are far beyond the expertise of the business as it demands an understanding of technological options, modular decomposition, backend systems integration and web services. Most importantly, the business requires IT talent and expertise; this is where the Hartmann Software Group shines. To that end, here is an overview of some of the services that we offer:

Business Rule isolation and integration for large scale systems using Blaze Advisor

Develop Java, .NET, Perl, Python, TCL and C++ related technologies for Web, Telephony, Transactional i.e. financial and a variety of other considerations.

Windows and Unix/Linux System Administration.

Application Server Administration, in particular, Weblogic, Oracle and JBoss.

Desperate application communication by way of Web Services (SOAP & Restful), RMI, EJBs, Sockets, HTTP, FTP and a number of other protocols.

Graphics Rich application development work i.e. fat clients and/or Web Clients to include graphic design

Performance improvement through code rewrites, code interpreter enhancements, inline and native code compilations and system alterations.

Mentoring of IT and Business Teams for quick and guaranteed expertise transfer.

Architect both small and large software development systems to include: Data Dictionaries, UML Diagrams, Software & Systems Selections and more