Hi everyone !!!
Could anyone please tell me do all mobiles support java. If yes, then must install jar files to the mobile without restriction....
Please Reply...
Hi everyone !!!
Could anyone please tell me do all mobiles support java. If yes, then must install jar files to the mobile without restriction....
Please Reply...
And to expand a little.
For Android phones apps are written in Java like language but it is totally different from Java ME.
iPhones do not support Java at all.
RIM/Blackberry phones are programmed with Java with a lot of proprietary extensions and you need to build the applications specifically for them.
I do not understand what the second part of your question means?
"If yes, then must install jar files to the mobile without restriction...."
Hartti
"Java enabled" just means "supports Java".
If your device does not support Java, then Java applications cannot be installed.
If your device does support Java, then a Java application might work on it. Whether or not a specific application will work depends on the speciication of the device and the requirements of the application. For example, if your application needs more memory than the device can provide, it will not work. Similarly, if your application requires location, then the device must support JSR 179 (location API), and may need GPS hardware.
Graham.