According to JTWI, what is the recommended screen size?
96 x 54 (12 bit color depth) 0%
96 x 54 (1 bit color depth) 0%
125 x 125 (1 bit color depth) 0%
125 x 125 (12 bit color depth) 0%
According to JTWI, what is the recommended size for a heap?
256KB 0%
128KB 0%
64KB 0%
16KB 0%
According to JTWI, what is the standard size for a JAD file?
32KB 0%
128KB 0%
64KB 0%
5KB 0%
According to JTWI, what is the standard size for a MIDlet jar file?
32KB 0%
128KB 0%
64KB 0%
16KB 0%
An attribute is defined in both JAD and MIDlet JAR files. Which one will take precedence over the other?
The same attributes cannot be specified in both the files 0%
JAR file 0%
JAD file 0%
For a device to be JTWI MMAPI enabled, it must support:
16 Bit KHz color PCM (video) 0%
16 Bit KHz mono PCM (audio) 0%
8 Bit KHz mono PCM (audio) 0%
8 Bit KHz color PCM (video) 0%
Identify the incorrect statement regarding CLDC:
It enables dynamic downloading of applications and content to small devices 0%
It is a minimum-footprint application development platform for resource constrained connected devices 0%
It enables third-party software development for small devices 0%
It is not standardized through the Java Community Process 0%
In J2ME, the approximate number of classes taken from J2SE java.io is:
In J2ME, the approximate number of classes taken from J2SE java.util is:
MIDP specification requires support for which of the following auth schemes?
Digest 0%
Form 0%
Basic 0%
Mids server should only download data which has a MIME type of:
text/vnd.sun.j2me.app-configuration 0%
text/vnd.sun.j2me.app-description 0%
text/vnd.sun.j2me.domain-configuration 0%
text/vnd.sun.j2me.domain-description 0%
SMS Push is not required for JTWI.
State whether true or false: A MIDlet can retrieve its environment properties.
State whether true or false: Migration of code from J2SE to CDC would be a straight forward process.
The callback method that is invoked for a specific item event is _____________.
itemEventFired(ItemEvent) 0%
itemStateChanged(Item) 0%
itemEventFired(Item) 0%
itemStateChanged(ItemEvent ie) 0%
The character limit for an SMS Text message is:
70 characters 0%
160 characters 0%
Whether it is 160 or 70 characters depends on the encoding 0%
The CLDC properties are defined in:
microedition.platform 0%
microedition.profiles 0%
microedition.configuration 0%
microedition.reflection 0%
The CLDC specific classes are defined in a package called:
javax.cldc.io 0%
javax.configuration.util 0%
javax.j2me.util 0%
javax.microedition.io 0%
The constant to create a modal alert is:
Alert.FOREVER 100.0%
AlertType.FOREVER 0.0%
Alert.MODAL 0.0%
AlertType.ALWAY 0.0%
The default mode for an open connection is:
READ 0%
WRITE 0%
READ_WRITE 0%
Any of the above 0%
The following are the two statements related to Java Community Process: Statement X: A Java specification begins life as a Java Community Process Statement Y: The specifications for Java standard,...
Statement X is incorrect and Statement Y is correct 0%
Statement X is correct and Statement Y is incorrect 0%
Both Statements X,Y are correct 0%
Both Statements X,Y are incorrect 0%
The MIDlet permission is defined in a JAD file using __________.
Microedition-Permissions 0%
MIDP-Permissions 0%
Midlet-Permissions 0%
MIDlet-Configuration 0%
The minimum number of threads supported by JTWI complaint implementations are:
The RecordStore can be shared among multiple MIDlets.
The version of CLDC in a JAD file can be known by the:
MIDlet-Configuration 100.0%
Microedition-Configuration 0.0%
MIDP-Configuration 0.0%
Configuration 0.0%
What will happen on attempting to compile and run the following code? public class ERMidlet extends MIDlet implements CommandListener, Runnable { private Display mDisplay; private ...
It will display 15 on the devices screen 100.0%
The code will not compile 0.0%
The code will compile but will throw a runtime exception 0.0%
It will not display anything 0.0%
What would be the values for boxes 1 and 2 respectively in the given Generic Framework figure?
Content connection and stream connection 0%
Stream connection and content connection 0%
Data Notifier and stream connection 0%
What would you infer from the following code? 1.MessageConnection conn; 2. 3. public void startApp() 4. { 5. 6. try 7. { 8. conn = (MessageConnection)Connector.open("cbs://:3382"); 9. } 10. catch(...
There is an error on line 8 0%
There is an error on line 18 0%
There is an error on line 19 0%
Which of the following are a part of the CLDC expert group?
Nokia 0%
Motorola 0%
Sony 0%
Ericsson 0%
Symbian 0%
All of the above 0%
Only a, b and e 0%
Which of the following are Java ME profiles?
MIDP 100.0%
Foundation 0.0%
Personal 0.0%
Vista 0.0%
Which of the following are not Java ME Configurations?
Connected Device Configuration 0%
Connected Restricted Configuration 0%
Connected Limited Device Configuration 0%
Common Legitimate Device Configuration 0%
Which of the following are not supported by the CLDC 1.1 VM?
Weak references 0.0%
Float calculations 100.0%
Threads 0.0%
Finalization 0.0%
Which of the following are the optional packages available with CDC?
RMI Optional Package 0%
JDBC Optional Package 0%
Multimedia Optional Package 0%
Which of the following authmodes can be used to share a RecordStore between multiple MIDlets?
AUTHMODE_ANY 0%
AUTHMODE_SHARED 0%
AUTHMODE_PUBLIC 0%
A RecordStore cannot be shared between multiple MIDlets 0%
Which of the following capabilities are provided to device manufacturers by embedded Java technology?
A familiar object model based on C++ 0%
A rich set of functionality for developers including networking, security, graphics, database, and XML support 0%
Optimizing for devices with no GUI and intermittent networking 0%
A single Platform Support 0%
Which of the following could be the reasons for the introduction of the Generic Connection framework?
In J2SE Networking classes, the total size was greater than 200Mb 0%
J2SE Networking classes assume TCP/IP is available 0%
Both of the above 0%
Which of the following devices is served by CDC?
PDAs and Communicators 0%
Phones and Pagers 0%
Smart Cards 0%
Embedded Devices 0%
Which of the following devices is served by CLDC?
PDAs and Communicators 0%
Phones and Pagers 0%
Embedded Devices 0%
Which of the following fall under the scope of CLDC?
Core Java Libraries 0%
Profile Configuration 0%
High-level Application Model 0%
User Interface Support 0%
Which of the following features are absent in CLDC as compared to JVM?
Floating point calculations 0%
Error Handling 0%
Garbage Collection 0%
Object finalization 0%
Which of the following features would the target devices for CLDC have?
They have a 128KB to 512KB of memory 0%
They are often battery powered 0%
They have a processor speed of 6MHZ-16MHZ 0%
They often have a limited bandwidth network connection (9600) 0%
Which of the following form a part of CLDC?
Event handling 0%
Database support 0%
Additional I/O and networking libraries 0%
Security features 0%
Which of the following functions fall under the scope of J2ME profiles?
Application installation and life-cycle management 0%
Event Handling 0%
Database Support 0%
High-level Application Model 0%
User Interface Support 0%
All of the above 0%
Which of the following image formats is supported by JTWI 1.0?
JPEG and GIF 0%
PNG 0%
TIFF and PNG 0%
PNG and JPEG 0%
Which of the following in CLDC is not derived from J2SE?
Vector 0%
Stack 0%
Hashtable 0%
ArrayList 0%
Enumeration 0%
Which of the following is a CDC based profiles?
Foundation 0%
PDA 0%
MID 0%
Which of the following is designed for multi-processor enterprise server environments that require maximum program execution speed, 64-bit support and very large memory heaps?
CDC HotSpot Implementation 0%
CLDC HotSpot Implementation 0%
Java HotSpot Client 0%
Java HotSpot Server 0%
Which of the following is designed for resource-constrained devices like consumer products and embedded devices?
CDC HotSpot Implementation 0%
CLDC HotSpot Implementation 0%
Java HotSpot Client 0%
Java HotSpot Server 0%
Which of the following is designed for single-processor desktop environments that require faster start-up time and a smaller memory footprint?
CLDC HotSpot Implementation 0%
Java HotSpot Client 0%
Java HotSpot Server 0%
Which of the following is designed for very small memory scenarios, typically 128 KB to 512 KB for the Java application environment?
CDC HotSpot Implementation 0%
CLDC HotSpot Implementation 0%
Java HotSpot Client 0%
Which of the following is in sync with the sandbox model?
Java class files have been properly verified and guaranteed to be valid Java applications 0%
Access to native functions is allowed 0%
Only a limited, predefined set of Java APIs are available to the application programmer 0%
The programmer can override the standard class loading mechanism or the system classes of the VM 0%
The programmer can download new libraries containing the native code 0%
Which of the following is not a characteristic features of the target devices of CDLC?
They have 128KB to 512KB of total memory 0.0%
They support the complete JVM specification 100.0%
They are often battery powered 0.0%
They are network enabled 0.0%
Which of the following is not addressed by MIDP?
Display toolkit and user input methods 0.0%
Messaging 0.0%
Security and networking over wireless network connections 0.0%
Persistent data storage 0.0%
All of the above are addressed 100.0%
Which of the following is not required for JTWI?
WMA 1.1 0%
CLDC 1.1 0%
MIDP 2.0 0%
MMAPI 1.1 0%
Which of the following is not the characteristic feature of the target devices of CDC?
They have a minimum of 512KB ROM 0%
They support the complete JVM specification 0%
They are network enabled 0%
They have a minimum of 512KB RAM 0%
Which of the following is true for Technology Compatibility Kit(TCK)?
TCK is applicable in CLDC only 0%
TCKs are developed and licensed by the JSR specification lead 0%
TCK is a test suite that verifies whether an implementation is compliant with a given JSR 0%
Which of the following is used to specify the Push enable MIDlets?
Midlet-Push-<y> 0%
Midlet-enable-<n> 0%
Midlet-Push-<n> 0%
Midlet-enable-<y> 0%
Which of the following methods are defined as a part of CLDC Internationalization? 1.new InputStreamReader(InputStream) 2.new InputStreamReader( InputStream,String) 3.new OutputStreamWriter(OutputS...
1,2 0%
1,3 0%
2,3,4, 0%
1,2,3,4 0%
Which of the following methods would be suitable in opening a connection using the Generic Connection framework?
connect(url) 0%
Connector.open(url) 0%
Network.open(url) 0%
conopen(url) 0%
Which of the following migration of codes is possible?
CDC-->CLDC 0%
CLDC-->CDC 0%
MIDP-->CDC 0%
Which of the following packages constitute the Java ME?
JCP 0%
Configuration 0%
Profiles 0%
Optional packages 0%
Which of the following profile is supported by CLDC?
MIDP 100.0%
Foundation 0.0%
Personal 0.0%
Which of the following profiles give full AWT and applet support?
Personal 0%
Foundation 0%
RMI 0%
All of the above 0%
Which of the following statements are correct regarding CLDC security?
The J2SE security model is too big to be implemented in J2ME 0%
It defines low-level virtual machine security 0%
It defines high-level virtual machine security 0%
It defines application-level security 0%
Which of the following statements are correct regarding Xlet application programming model?
Xlets must have GUI, whereas standalone application may have or may not have GUI 0%
It is very similar to the applet application programming model 0%
It is possible only to run single Xlet application 0%
The lifecycle of Xlet is init, start, stop and destroy, whereas for stand-alone application there is main and exit only 0%
Which of the following statements is correct regarding RecordStores?
A call to RecordStore.deleteRecord will allow the recordID to be reused 0%
When updating a record, another user can update the same record at the same time 0%
All RecordStore operations are atomic, synchronized, and serialized 0%
Which of the following statements is incorrect regarding the Generic Connection framework?
The central idea is to treat everything as a URL 0%
Protocols are defined by profiles 0%
A new set of classes are defined for CLDC 0%
CLDC defines basic network types and mandates the network protocols 0%
Which of the following statements regarding configuration in Java ME is incorrect?
It is defined by the Java Community Process 0%
It is not subjected to compatibility tests 0%
It specifies the minimum Java libraries required for a particular set of devices 0%
It specifies the minimum virtual machine capabilities required for a particular set of devices 0%
Which of the following statements with respect to Java ME profiles is incorrect?
They are defined through the Java Community Process initiative 0%
They are subject to a compatibility test 0%
They are a set of APIs which support a configuration for all devices 0%
They are subsets of two configurations, the Connected Limited Device Configuration (CLDC) and the Connected Device Configuration (CDC) 0%