Explain the difference between, Java Class and Bean?
Answer Posted / nagarjuna
Java class and Bean class both r similar but in Bean class contain Setters and Getter methods
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is the new basic requirement for a cmp entity bean class in 2.0 from that of ejb 1.1?
What is the default transaction attribute for an ejb?
Why do we use ejb?
What is remote interface in ejb?
Define Initial Context?
What changes have been made in ejb 2.0 specifications?
What is an ejb context?
How is consistency maintained by Stateful Session through transaction updates ?
How do I use a less than or greater than on a message selector in ejb-jar.xml?
How do you decide whether you should use session, entity or message driven bean?
How many types of session beans are available in ejb?
How to generate ejb stubs in eclipse?
can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.
What is the use of @resource?
Is microservice stateless?