answersLogoWhite

0

You can create games, desktop applications and mobile applications using Java programming language.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Can you install java application on nokia n95?

Most mobile devices do not have the capability of handling the Java program.


How to make java application?

a Java application is a program written with the very popular porgramming language (Java). the Java programs can run on any operating system (windows,linux,mac...etc) and also it can be run on mobile devices too. in order to the java application to run,it needs to have JRE(Java Runtime Enviroment)installed on the device that it will run on.


Can you run java on your android G1?

the Android platform using the Java programming language there is one application on market that converts to apk the name escapes me but just type java in market search and it will pop up


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 NumberFormatException in java?

NumberFormatException is a subclass of the RuntimeException class. An object of type NumberFormatException is thrown when an application attempts to convert a string (that does not represent a number) into a numeric type.


What type of technology is a refrigerator associated with?

Refrigeration Technology is the application of Laws of Thermodynamics and makes use ofEvaporation & Compression methods.


Why java was develop?

Java language was developed as a part of research work to develop software for consumer electronics. It was developed as a full-fledged programming language in which one can accomplish the same type of task and solve the similar problems that one can in other programming languages such as BASIC, C++ etc.


How is java both a programming language and a platform?

By using Navite Interface we write this type of code


What are some common uses of Java powered IDEs?

There are many common uses for Java powered IDEs, or integrated development environments. This type software application is often used by programmers to edit source code or program am automation.


What type of government in java?

Java has a Communist government.


How do you find out if your computer has java?

Open cmd and type java


How do you compile your java code?

save it into a .java file. then open command prompt and navigate to your java bin directory. then type CD then your java bin directory. then type this . javac ProgName.java