GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  J2EE
Go To First  |  Previous Question  |  Next Question 
 J2EE  |  Question 31 of 104    Print  
What is the difference between session entity and message driven beans ?
What is the difference between session entity and message driven beans ? why beans concept is required?


  
Total Answers and Comments: 2 Last Update: April 04, 2007     Asked by: baddamramesh10@yahoo.co.in 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
April 24, 2006 23:11:47   #1  
N.N.Ramesh        

RE: what is the difference between session entity and ...
The difference between Session entity and message driven bean is the session entity can not stores the information when the system is switched off. while the message driven bean can stores the information even when the system is switched off. In message driven bean the whole message is transferred at a time.
 
Is this answer useful? Yes | No
April 04, 2007 02:17:20   #2  
leodonz        

RE: what is the difference between session entity and ...
Session Bean :- Used to encapsulate the business data
Entity bean :- Represents the shared business data
Message driven Bean:- Used for Asynchronus Communication

 
Is this answer useful? Yes | No

 Related Questions

The complier thinks that the businness exception is a Runtime exception , It just bypasses without any error message. 
Latest Answer : Extending the Runtime Exception means you are giving the definition of your exception as System Exception, for each System Exception your container will do a different process, mean what ever transaction you have, would be rolled back and the instance ...
Read Answers (4) | Asked by : Vinay Gowda

Latest Answer : its nothing but connection pool ...
Read Answers (9) | Asked by : koteswararao

How does the container manage to store the conversational state of the client in case of a Stateful Session Bean ?
Read Answers (2) | Asked by : jaygeek

What is the difference between Abstract Factory Pattern and factory Pattern? When would you use each of them? 
Latest Answer : Abstract factory pattern is typically used for giving implementation to specification (eg., jdbc, servlet specifications etc...). Factory pattern is used when you want to defer object creation to later stages (when concrete implementation of that class/interface ...
Read Answers (3) | Asked by : santanu
Tags : Abstract

Latest Answer : In C args[0] = filename args[1]= first argumentin Java args[0] = first argument ...

Latest Answer : OBJECTS SIT ON HEAPPRIMITIVES (LIKE INT, DOUBLE ETC) SIT ON STACKSTACK IS FASTER THAN HEAP.OBJECTS ARE PASSED BY REFERENCE.  PRIMITIVES ARE PASSED BY VALUE.OBJECTS ARE GARBAGE COLLECTED.  PRIMITIVES ARE CLEARED FROM THE STACK BY MOVING THE STACK ...

Latest Answer : java.sql.Date - Used mainly while storing in the databasejava.util.Date - Used to format the date ...
Read Answers (10) | Asked by : murthy

Latest Answer : Marshalling is one kind of converting data and objects into byte streams and unmarshalling is reverse process of this. ...
Read Answers (4) | Asked by : shekhar

What is the difference between light weight component(like swing) and heavy weight component(like awt).
Read Answers (9) | Asked by : Naresh

Latest Answer : Boolean Logical Operators - & (Logical AND), | (Logical Inclusive OR), ^ (Logical Exclusive OR ) :Boolean Logical Operators can be applied to Boolean Operands returning a Boolean Value. It can also be applied to integral operands to perform ...
Read Answers (2) | Asked by : Ashruf


 Sponsored Links

 
Related Articles

What is Data Entity

Data Entity represents a data subject from the common data model that is used in the logical data model. A Data Model has three theoretical components. The first is the structural component which is a collection of data structures which will used to represent entities or objects in the database. The
 

Business-Driven Data Distribution

Business-driven data distribution refers to the situation where the business need for data at a specific location drives the company to develop a data site and the distribution of data to the said newly developed site. This data distribution is independent of a telecommunications network. Having a
 

What is Business-Driven Approach

A Business-driven approach is any process of identifying the data needed to support business activities, acquiring or capturing those data, and maintaining them in the data resource. Everyday, billions of data and information gets carried across different communications media.  The number m
 

What is difference between call by value and call by reference in function?

The arguments passed to function can be of two types 1. Values passed 2. Address passed The first type refers to call by value and the second type refers to call by reference. For instance consider program1 main() { int x=50, y=70; interchange(x,y); printf(“x=%d y=%d”,x,
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof
 

SOA 2.0 Event Driven Architecture

SOA 2 0 Event Driven Architecture There has been much negative press in recent years in regards to Oracle’ s touting of SOA 2 0 as the next generation version of SOA Its combination of Event Driven Architecture with SOA considers the first iteration of SOA to be a mere client server drive
 

Importance of Proper English during Job Interview

Importance of Proper English during Job Interview Your job interview is crucially important and it will determine whether or not you will get the job Depending on the type of job you re going for it is very important for you to use proper English In most cases jobs which offer higher salaries will h
 

JSP Implicit and Session Objects

JSP Implicit and Session Objects In this JPS tutorial you will learn how to program using JSP JSP expressions and Implicit Objects JSP Session Object methods of session object getAttribute String name getAttributeNames and isNew mosgoogle JSP expressions If a programmer wants to insert data into an
 

Entity Relationship Model

Entity Relationship Model Structured data is stored in databases Along with various other constraints this data’ s structure can be designed using entity relationship modeling with the end result being an entity relationship diagram Data modeling entails the usage of a notation for the rep
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape