Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

EJB%20Interview%20Questions%20and%20Answers

Question: Can the primary key in the entity bean be a Java primitive type such as int?
Answer: 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 it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook