📚 Practice Mode

Java and J2EE Programming Quiz

Learn at your own pace with hints and detailed explanations

1 / 16
Multiple Choice

What advantage does an entity bean have over a session bean?

  1. Entity bean data survives crashes.
  2. An entity bean represents non-persistent data.
  3. It creates its own JAR file during deployment.
  4. You get authentication code without having to write any.