Java for mobile

How is java implemented in mobile phones?

[48 byte] By [Raghu_nca] at [2007-11-27 11:53:56]
# 1

What do you mean by how? By writing code?

kajbja at 2007-7-29 18:53:04 > top of Java-index,Java Essentials,New To Java...
# 2

> How is java implemented in mobile phones?

Java is a programming language and as such cannot really be implemented.

If you mean the JVM, it's probably implemented like any other program.

CeciNEstPasUnProgrammeura at 2007-7-29 18:53:04 > top of Java-index,Java Essentials,New To Java...
# 3

> How is java implemented in mobile phones?

http://developers.sun.com/mobility/learn/

cotton.ma at 2007-7-29 18:53:04 > top of Java-index,Java Essentials,New To Java...
# 4

> How is java implemented in mobile phones?

I answered in this thread:

http://forum.java.sun.com/thread.jspa?messageID=9792366

Please don't crosspost next time.

java_knighta at 2007-7-29 18:53:04 > top of Java-index,Java Essentials,New To Java...
# 5

Ok.. Bcz I couldn't get a proper ans I had do.. I just meant whether the programming done for mobile phones is same s that of desktop applications or not..

Raghu_nca at 2007-7-29 18:53:04 > top of Java-index,Java Essentials,New To Java...
# 6

> whether the programming done for mobile

> phones is same s that of desktop applications or not..

Not.

java_knighta at 2007-7-29 18:53:04 > top of Java-index,Java Essentials,New To Java...
# 7

no, for mobile applications you have a separte java api's. you have to use those api's to implement mobile applications.

sekhar.allaa at 2007-7-29 18:53:04 > top of Java-index,Java Essentials,New To Java...