nerdexam
Oracle

1Z0-807 · Question #20

You are the architect for a patient management system with an HTMLUI. Currently, it is used by ward nurses who access the system using dockable tablet computers. The application uses the HttpSession…

The correct answer is B. The HTML UI and native clients both use stateful session beans. D. The HTML UI uses an HttpSession object; native clients create a session management object. See the full explanation below for the reasoning.

Question

You are the architect for a patient management system with an HTMLUI. Currently, it is used by ward nurses who access the system using dockable tablet computers. The application uses the HttpSession object to store information. In phase two of the implementation, nurses will also have access through smart phones. These phones will use a native client rather than HTML, and will access the same business logic using a Web service. Which two are optimal methods to manage conversational state in the new version of the system?

Options

  • AThe HTML UI and native clients both use HttpSession objects.
  • BThe HTML UI and native clients both use stateful session beans.
  • CThe HTML UI and native clients both use stateless session beans.
  • DThe HTML UI uses an HttpSession object; native clients create a session management object.
  • EThe HTML UI and native clients both use singleton beans.

How the community answered

(39 responses)
  • A
    10% (4)
  • B
    72% (28)
  • C
    13% (5)
  • E
    5% (2)

Community Discussion

No community discussion yet for this question.

Full 1Z0-807 Practice