![Motorola RAZR V3x Technical Manual Download Page 98](http://html.mh-extra.com/html/motorola/razr-v3x/razr-v3x_technical-manual_242165098.webp)
98
16
JSR 139 – CLDC 1.1
JSR 139
CLDC 1.1 is an incremental release of CLDC version 1.0. CLDC 1.1 is fully backwards
compatible with CLDC 1.0. Implementation of CLDC 1.1 supports the following:
Floating Point
−
Data Types float and double
−
All floating point byte codes
−
New Data Type classes Float and Double
−
Library classes to handle floating point values
Weak reference
Classes Calender, Date and TimeZone are J2SE compliant
Thread objects to be compliant with J2SE.
The support of thread objects to be compliant with J2SE requires the addition of
Thread.getName
and a few new contructors. The following table lists the additional
classes, fields, and methods supported for CLDC 1.1 compliance:
Classes
Additional Fields/Methods
Comments
System Classes Java.lang.Thread
Thread (Runnable target,
String name)
Allocates a new Thread object
with the given target and name.
Thread (String name)
Allocates a new Thread object
with the given name
String getName ()
Returns this thread’s name
Void interrupt ()
Interrupts this thread
Java.lang.String
Boolean equalIgnoreCase
(String anotherString)
Compares this string to another
String, ignoring case
considerations