Can the primary key in the entity bean be a Java primitive
type such as int?
Answer Posted / 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 |
Post New Answer View All Answers
What are the design principles for ejb?
What is backing bean?
Define ripple effect?
why Bean class implements all business method of Remote interface but bean bean class not implements the remote interface
Define Context?
What happens when I change a value in the httpsession from inside an ejb?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
What are the system services of ejb container?
What is stateless programming?
What is the procedure for the creation of stateless ejb?
How to import ejb project in eclipse?
What are the limitations of using local object?
can we stop the execution of a method before completion?
What is stateless code?
Define Clone?