sahil
sahil

Reputation: 265

what is basic difference between J2ME MIDlets and blackberry RIMlets

I just started with Blackberry application development. What are differences between J2ME MIDlets and Blackberry RIMlets? Which is better for GUI Applications for Blackberry?

Upvotes: 3

Views: 865

Answers (1)

Ken Chan
Ken Chan

Reputation: 90417

One of the main difference is that : RIMLet only can work on BlackBerry devices while MIDlets can work on any devices that have the Java Virtual Machine installed on it.

See this for the information

Upvotes: 2

Related Questions