|
Braindumps
of 310-110
Certified Mobile Application Developer for the Java
2 Platform, Micro Edition
Exam Questions,
Answers, Braindumps (310-110)
Here r some dumps.Original
r also available on www.exams.ws.
QUESTION 1
Which is true about the installation status report
definition?
A. The only protocols supported or the status report
notification are HTTP and UDP.
B. If the installation status report CANNOT be sent,
the device must reuse the installation of the MIDlet
suite.
C. In response to an installation status report, the
server must replay with a 200 OK. HTTP acknowledgment
response.
D. A MIDlet suite CANNOT be removed until the installation
has been successfully sent and the acknowledgment
has been received.
Answer: C
QUESTION 2
What is the result?
A. An expansion is thrown at runtime.
B. myForm contains the string "waiting...."
C. myForm contains the string "run count: 0".
D. myForm contains the string "run count: 1".
E. myForm contains the string "run count: 2".
Answer: D
QUESTION 3
Given:
1. a JAR containing a MIDlet named TesterMIDlet
2. a JAR with this content:
ConfigurationExam: Sun Certified Mobile Application
DevelopreMIDlet-1: TesterMIDlet, , certification.
TesterMIDlet
MIDlet-Jar-Size: 2083
MIDlet-Jar-URL: Certification. Jar
MIDlet-Name: Certification
MIDlet-Vender: A Testing Company
MIDlet-Version: 1.0
MicroEdition-configuration: CLDC-1.0
MicroEdition-Profile: MIDP-2.0
This MIDlet needs to get the property with key CertificationExam
defined in the JAD.
This needs to be assigned to a String ExamName from
within the MIDlet. StartApp( )
method.
What is the way to accomplish this?
A. String Examname = System.getProperty ("CertificationExam");
B. String Examname = System.getAppProperty ("CertificationExam");
C. String Examname = System.getProperty ("MIDIlet-CertificationExam");
D. String Examname = System.getProperty ("MIDIlet-CertificationExam");
Answer: B
QUESTION 4
Which is true regarding access of the manifest file
in a MIDlet suite's JAR file?
A. The manifest file is hidden from MIDlets and CANNOT
be accessed.
B. The manifest file can be accessed by only by any
one authorized MIDlet in every suite.
C. The manifest file can be accessed only by using
MIDlet.getAppProprerty().
D. The manifest file can be accessed by any class
using Class.getResourceAsStream().
Answer: A
QUESTION 5
Which is true about the process of updated MIDlet
suite in a JTWI-complaint device?
A. The RMS record stores of the updated MIDlet suite
always lost.
B. An unsigned MIDlet suite must NOT be allowed to
update a singed MIDlet suite.
C. A MIDlet suite CANNOT be updated with the same
MIDlet suite from a different URL.
D. A MIDlet suite CANNOT be updated with another MIDlet
suite that has a lower value for the MIDlet-Version
attribute.
Answer: B
QUESTION 6
Which two are true about Gauge? (Choose two.)
A. The current value of a Gauge CANNOT be set programmatically.
B. The visual appearance of a Gauge is determined
by the device implementation.
C. You must specify both the initial and maximum values
when creating a Gauge.
D. The range of values displayed by the implementation
always matches the range of values specified by the
application.
Answer: B.C
310-110
|