Java and J2EE Programming Quiz
Casual Mode - Take your time!
1 / 16
Correct
0
Incorrect
0
Score
0%
Multiple Choice
What advantage does an entity bean have over a session bean?
- Entity bean data survives crashes.
- An entity bean represents non-persistent data.
- It creates its own JAR file during deployment.
- You get authentication code without having to write any.