answersLogoWhite

0


Best Answer

J2ME - Java 2 Micro Edition is generally used in java enabled phones. Simple Java Applications use JVM(Java Virtual Machine) for generating bytecode where as Java Mobile Applications use KVM(KiloByte Virtual Machine) for the same purpose. Reason for this is KVM occupies small amount of memory and hence can be embedded inside a java enabled phone easily.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What type of java used in java enable phone?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How do you install game on samsung j700 using jar or jad file?

China phones, is a term that is used to refer to Chinese-made mobile phones that are affordable low- and mid- range budget phones. Most China phones do not come with an operating system installed. Although most China phones do not support Java natively, there is a way you can install Java applications. Installing the essential tools will allow you to have access to a rich database of JAVA applications that work on almost any JAVA enabled device, including Chinese mobile phones.InstructionsDownload and install the JAVA ME (Micro Edition) on your computer. You can download Java ME configuration (also called CLDC) directly from Sun Microsystems' website.Transfer the JAVA ME to your phone. Connect your phone to your computer and use it as a mass-storage device (similar to a USB thumb drive). If your phone doesn't have an embedded file explorer, download and install a file explorer like Fexplorer because you will need it to transfer data and applications to your china phone.Install JAVA ME on your phone. Using your phone's file explorer, find the JAVA ME file and install it. This software will allow your mobile phone to run java applications on a small scale. To increase functionality,Configure and download Connected Device Configuration (or CDC). The CDC will enable your phone to run the complete Java experience that is similar to Java Runtime Environment for smart phone or other high-end mobile devices. Download and install this platform. CDC or Java Runtime Environment will allow your phone to process and run JAVA programs that have been sent to multiple users.Download your JAVA applications to your phone. Download and install your Java applications. You can find a number of free and paid for Java applications by an online search. Alternatively visit www.getjar.com, which provides the largest software of Java based applications for all models of phones.Transfer and install the downloaded application(s) to your phone. Java applications in two file format types, .jar (Java Archive files that contain program files needed to install the application) and .jad (Java installation programs). Your phone should be able to support both types with the installation of JAVA ME and CDC. If you already have applications, transfer them directly onto the root directory of your phone's memory card. Use the file explorer you have installed to open and install the applications.


Command use on how to run a java program?

You execute it the same way you would on any other OS. As long as you have the Java Runtime Environment installed and the "java" executable is in your path, from the command line you would simply run: java -cp /path/to/file/here com.some.class.to.run.Here


What JDK command is used to run a java application in byteCodeclass?

To run a Java program, you use the following form: java ClassFileName ClassFileName is the name of the .class file that you wish to execute. However, you do not type the .class extension.


What is the purposes of generics in Java programming?

Generics are a part of generic programming within Java. They are commonly used to hold objects of any type, within a Java Collection Framework (JCF), and are a reusable data collection tool.


Differences between Java Applet and Java Beans?

Java applet is a program used to run java applications while beans is a compiler used to design java programs (IDE, GUI) :-) GilbertC

Related questions

What is the difference between android and java used as mobile os?

java is a programming language and android is a mobile phone platform developed by google.


Is float a data type in Java?

Yes it is but it is not usually used


Which encapsulation must be used to enable Ethernet II frame type on your Ethernet?

Arpa encapsulation must be used to enable Ethernet II frame type on your Ethernet.


What type of file is created by Java?

Java created a file called class, and is identified by having the .class at the end. This file includes a Java bytecode, which then can be used on the Java Virtual Machine.


How do you install game on samsung j700 using jar or jad file?

China phones, is a term that is used to refer to Chinese-made mobile phones that are affordable low- and mid- range budget phones. Most China phones do not come with an operating system installed. Although most China phones do not support Java natively, there is a way you can install Java applications. Installing the essential tools will allow you to have access to a rich database of JAVA applications that work on almost any JAVA enabled device, including Chinese mobile phones.InstructionsDownload and install the JAVA ME (Micro Edition) on your computer. You can download Java ME configuration (also called CLDC) directly from Sun Microsystems' website.Transfer the JAVA ME to your phone. Connect your phone to your computer and use it as a mass-storage device (similar to a USB thumb drive). If your phone doesn't have an embedded file explorer, download and install a file explorer like Fexplorer because you will need it to transfer data and applications to your china phone.Install JAVA ME on your phone. Using your phone's file explorer, find the JAVA ME file and install it. This software will allow your mobile phone to run java applications on a small scale. To increase functionality,Configure and download Connected Device Configuration (or CDC). The CDC will enable your phone to run the complete Java experience that is similar to Java Runtime Environment for smart phone or other high-end mobile devices. Download and install this platform. CDC or Java Runtime Environment will allow your phone to process and run JAVA programs that have been sent to multiple users.Download your JAVA applications to your phone. Download and install your Java applications. You can find a number of free and paid for Java applications by an online search. Alternatively visit www.getjar.com, which provides the largest software of Java based applications for all models of phones.Transfer and install the downloaded application(s) to your phone. Java applications in two file format types, .jar (Java Archive files that contain program files needed to install the application) and .jad (Java installation programs). Your phone should be able to support both types with the installation of JAVA ME and CDC. If you already have applications, transfer them directly onto the root directory of your phone's memory card. Use the file explorer you have installed to open and install the applications.


Which programming language to choose for mobile application?

Java is the most powerful language used for current mobile phone and also other languages are used like symbion . it is widely used in various cell phone manufacturer like nokia, samsung, and LG and etc. java is Object oriented programming system.


Why do use typecasting in java?

Type casting is used to convert from one datatype to the other


What type of software is used with robots?

I am on a first robotics team and we use java and labview.


Command use on how to run a java program?

You execute it the same way you would on any other OS. As long as you have the Java Runtime Environment installed and the "java" executable is in your path, from the command line you would simply run: java -cp /path/to/file/here com.some.class.to.run.Here


Tell you about java programmeswhat are java programmes?

JAVA is an Object Oriented programming language. Its widely used in system based and web based application developments and also in Mobile Phone technologies also. I caould understand what you mean by this question .. Anyway the programs using the JAVA is known as JAVA programmes. And a lot of Job opportunities are there if you are looking for a career in JAVA. You can find many resources and tutorials in internt to learn JAVA.


What version of java was used in 1995?

what version of java was used in 1995 and what kind of database was used along with java from 1995 to 1998?


What JDK command is used to run a java application in byteCodeclass?

To run a Java program, you use the following form: java ClassFileName ClassFileName is the name of the .class file that you wish to execute. However, you do not type the .class extension.