310-110  Exam

Exam # of questions Description  Update
310-110 169 Sun 310-110 Sun Certified Mobile Application Deve... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

310-110 - Exam Information
  • Description: Sun 310-110 Sun Certified Mobile Application Developer for the Java 2 Platform, Micro Edition, Version 1.0
  • Passing Score: 75%
  • Practice Test - Number of questions: 169 questions
  • Simulation Test - Number of questions: 169 questions
  • Simulation Test Duration: 41 minutes
  • Has explanations: Yes

Question of the day

What is true when enumeration applies both a Record Filter class and Record Comparator class on a record store?

Answer(s)

  1. The return order of the result set is undefined.
  2. All records will always be available as part of the enumeration result set.
  3. An enumeration CANNOT apply a Record Filter and Record Comparator.
  4. The records that match the search criteria in Record Comparator will be returned using the ordering defined by Record Filter.
  5. The records that match the search criteria in Record Filter will be returned using the ordering defined by Record Comparator.
Correct Answer

The records that match the search criteria in Record Filter will be returned using the ordering defined by Record Comparator.