000-287  Exam

Exam # of questions Description  Update
000-287 95 000-287 Enterprise Application Development with I... 02/15/2011
[Practice Test]   [Download Study Guide(PDF)]  [Update Exam]

000-287 - Exam Information
  • Description:000-287 Enterprise Application Development with IBM WebSphere Studio, V5.0
  • Passing Score:75%
  • Practice Test - Number of questions:95 questions
  • Simulation Test - Number of questions:95 questions
  • Simulation Test Duration:41 minutes
  • Has explanations:No

Question of the day

Which application designs have a NEGATIVE impact on the performance of an IBM WebSphere application?

Answer(s)

  1. For each SQL access, obtain JDBC data source through a JNDI naming lookup.
  2. Use HttpSession objects to only store user profile information and the users current session state.
  3. Explicitly invalidate the HttpSession object associated with a user when it is no longer needed.
  4. Use System out.printin in servlets to log application specific messages to log files
Correct Answer

For each SQL access, obtain JDBC data source through a JNDI naming lookup.

Use System out.printin in servlets to log application specific messages to log files