Hi, Is there true interoperability across devices/platforms that support J2ME ? Can an application be compiled once and then run on any j2me enabled device/platform? Thanx Ruchika
Mark Herschberg
Sheriff
Joined: Dec 04, 2000
Posts: 6035
posted
0
In theory, yes. In reality, you'll probably use proprietary APIs. At the very least, you'll customize it to the screen real estate and/or input devices, which varies grealy from one device to the next. --Mark
subject: Are j2me applications truely interoperable?