• Menu
  • Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

JavaBeat

Java Tutorial Blog

  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)
  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)

Interview Questions

J2EE Interview Questions

February 13, 2009 //  by Krishna Srinivasan//  Leave a Comment

1) What is J2EE? J2EE is an environment for developing and deploying enterprise applications. The J2EE platform consists of a set of services, application programming interfaces (APIs), and protocols that provide the functionality for developing multi tiered, and web-based applications. 2) What is the J2EE module? A J2EE module consists of one or more J2EE …

Category: Interview QuestionsTag: J2EE

JMS Interview Questions

February 13, 2009 //  by Krishna Srinivasan//  Leave a Comment

1) What is JMS? Java Message Service is the new standard for interclient communication. It allows J2EE application components to create, send, receive, and read messages. It enables distributed communication that is loosely coupled, reliable, and asynchronous. 2) What type messaging is provided by JMS Both synchronous and asynchronous 3) How may messaging models do …

Category: Interview QuestionsTag: JMS

Java Interview Questions & Answers

February 13, 2009 //  by Krishna Srinivasan//  Leave a Comment

This article lists over 200+ questions for the Java interview. These questions are most frequently asked by the Java interviewers. If you are preparing for the Core java interview, this questions will be much helpful to understand the nature of questions. Note that this preparations would be very much suitable for the beginners and the …

Category: Interview QuestionsTag: Java

EJB Interview Questions

February 13, 2009 //  by JB Administr@t//  Leave a Comment

This article presents comprehensive guide for the EJB Interview Questions. The questions presented in this article are mos frequently asked in the Java interviews. If we have missed any of the important questions or there is mistake in the questions, please write it in the comments section. We are happy to improve this article based …

Category: Interview QuestionsTag: EJB

Design Patterns Interview Questions

February 13, 2009 //  by Krishna Srinivasan//  Leave a Comment

1) What is a software design pattern? A design pattern is a solution to a general software problem within a particular context. Context : A recurring set of situations where the pattern applies. Problem : A system of forces (goals and constraints) that occur repeatedly in this context. Solution : A description of communicating objects …

Category: Interview QuestionsTag: Design Patterns

JSF Interview Questions

February 13, 2009 //  by Krishna Srinivasan//  Leave a Comment

1) What is JSF? JSF stands for Java Server Faces. JSF has set of pre-assembled User Interface (UI). By this it means complex components are pre-coded and can be used with ease. It is event-driven programming model. By that it means that JSF has all necessary code for event handling and component organization. Application programmers …

Category: Interview QuestionsTag: JSF

Hibernate Interview Questions

February 13, 2009 //  by Krishna Srinivasan//  Leave a Comment

1) What is Hibernate? Hibernate is a powerful, high performance object/relational persistence and query service. This lets the users to develop persistent classes following object-oriented principles such as association, inheritance, polymorphism, composition, and collections. Hibernate eliminates developers to spend more time on writing the native SQL queries and understand the complete underlying database persistence mechanism. …

Category: Interview QuestionsTag: Hibernate

Spring Framework Interview Questions

February 13, 2009 //  by Krishna Srinivasan//  Leave a Comment

This article has 50 spring interview questions based on the most frequently asked in the spring framework interviews. We will be adding the more number of questions from readers request. If you are looking for any specific questions and doubts, please post your queries in the comments section of this article. We will update the …

Category: Interview QuestionsTag: Spring

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3

Primary Sidebar

Follow Us

  • Facebook
  • Pinterest

FEATURED TUTORIALS

EJB 3.0 Timer Services

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

Introductiion to Jakarta Struts

What’s new in Struts 2.0? – Struts 2.0 Framework

JavaBeat

Copyright © by JavaBeat · All rights reserved
Privacy Policy | Contact