answersLogoWhite

0


Best Answer

By using Navite Interface we write this type of code

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

12y ago

Because Java is both the name of a programming language and the name of the program(s), also called platform, used to develop and/or run programs written in the "Java programming language".

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How is java both a programming language and a platform?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is java a hardware platform?

No. It is a programming language


What is the Java platform?

Java platform is the name for a bundle of related programs from Oracle (originally Sun) that allow for developing and running software programs for the Java Virtual Machine (JVM). The Java programming language is but one of many programming languages that run on the Java platform including Scala, Clojure, and many others.


What are the differences between java language and net language?

I took a Introduction to Java course last year. I had the same question when I started the class http://www.DevelopIntelligence.com/catalogue/java-training.php. But I learned that Java and .NET are both platforms that run applications. Both platforms use something known as a virtual machine. In the Java platform, the primary programming language use to write applications is called Java. In the .NET platform, the programming language choices include VB.NET, C++.NET, C#.NET. In other words, there is no "difference between the Java langage and the .net language" as there is no "net language". The Java language is most similar to the C# language in .NET. There are some technical differences, but in general they are about the same.


What is jython?

Jython is a version of the Python programming language that is integrated with the Java programming language, allowing you to mix Java and Python code and run both on the Java Virtual Machine.


What is the difference between java and object oriented programming?

java is a programming language/platform that embodies object oriented programming concepts. The question of what is the difference is like asking what is the difference between cars and a Volvo.


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.


What is java card?

Java Card is a Java platform for programming smart cards.


When was the java virtual machine software created?

The Java platform, which consists 3 major parts: Java programming language, Java Virtual Machine (JVM), and several Java Application Programming Interfaces (APIs), was developed at Sun Microsystems in the early 1990s.


What language are the android phones written in?

Google's Android platform uses Java (not Java Script) as it's programming language. You can find out more about how to start at developer.android.com. You can also download their SDK there.


Why java called as platform independent?

Java is called as platform independent because it uses the WORA(Write Once and Run Anywhere) principle. Java programming language is designed to be run under any OS and that is the main advantage of it.


Why and amp How is Java is Better For What if your Enterprise Application?

Java is defined by a specification and consists of a programming language, a compiler, core libraries and a runtime (Java virtual machine) The Java runtime allows software developers to write program code in other languages than the Java programming language which still runs on the Java virtual machine. The Java platform is usually associated with the Java virtual machine and the Java core libraries.


How many bits are required to represent double data type in memory?

It differs slightly depending on what platform your computer uses or what language you are using. for the Java programming language, which is platform independent, it is 64-bits.