Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can the primary key in the entity bean be a Java primitive
type such as int?

Answers were Sorted based on User's Feedback



Can the primary key in the entity bean be a Java primitive type such as int?..

Answer / geetanand

IT SHOULD NOT BE PRIMITIVE. IT SHOULD BE AN OBJECT. AND IN
JAVA WE CAN CREATE OBJECTS OF ANY TYPE USING WRAPPER CLASSES.
SO WE CAN USE THIS WRAPPER CLASS OBJECTS.

Is This Answer Correct ?    4 Yes 0 No

Can the primary key in the entity bean be a Java primitive type such as int?..

Answer / kameshwar

The primary key can't be a primitive type--use the
primitive wrapper classes, instead. For example, you can use
java.lang.Integer as the primary key class, but not int (it
has to be a class, not a primitive)

Is This Answer Correct ?    5 Yes 2 No

Post New Answer

More EJB Interview Questions

Should services be stateless?

0 Answers  


Explain the architectural relationship between EJB & XML?

1 Answers   Wipro,


What is ejb container?

0 Answers  


What does ejb stand for?

0 Answers  


Is soap stateless or stateful?

0 Answers  


What is ejb in java?

0 Answers  


Is functional programming stateless?

0 Answers  


Define ACID Properties?

0 Answers  


Name the attributes of javax.ejb.stateful.

0 Answers  


What is ejb in java with example?

0 Answers  


what are required main interfaces in EJB?

2 Answers  


what is ejb

3 Answers   Tech Mahindra,


Categories