Multiple choice technology

A _____ object is created at runtime and destroyed with session termination.

  1. Persistent

  2. Non Persistent

  3. No objects are created

  4. type of object is not predictable

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Non-persistent (transient) objects exist only during a session and are destroyed when the session terminates. These objects are created at runtime for temporary operations and are not stored in the database, making them ideal for short-lived processing needs.