Henry Clout

Greenhorn
+ Follow
since Sep 26, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Henry Clout

The Sun J2ME wirless toolkit, which includes an emulator, is at:
http://java.sun.com/products/j2mewtoolkit/download.html
(this is the 1.0.1 version -- the 1.0.3 version has 'issues'
with HTTP connections)
Zucotto also offer an emulator / IDE: http://www.zucotto.com/whiteboard/product_downloads.html
22 years ago
My post on the KVM-INTEREST group concerned code space optimization -- I agree that it's not a particularly useful performance optimization.
As you can see, however, it does save a significant amount of code space -- in the case of String.class vs "".getClass()
it saves 419 bytes, mainly thanks to the removal of the extra static method. This probably isn't exactly a winning argument in the J2SE world, but in the sadly constrained
MIDP world this kind of saving can make a difference...
Henry
[This message has been edited by Henry Clout (edited September 27, 2001).]
22 years ago