Is Java a compiler or Interpreter?

Asked by Last Modified  

32 Answers

Learn Java

Follow 2
Answer

Please enter your answer

Java Expert

Java is a programming language and computing platform first released by Sun Microsystems in 1995. A Java compiler is a compiler for the Java programming language. A JVM interprets bytecode and a Java interpreter interprets Java. They are different because bytecode and Java are different languages....
read more
Java is a programming language and computing platform first released by Sun Microsystems in 1995. A Java compiler is a compiler for the Java programming language. A JVM interprets bytecode and a Java interpreter interprets Java. They are different because bytecode and Java are different languages. Bytecode is a low-level language, like machine code. read less
Comments

Certified C/C++/Core & Advance Java/Python Trainer

Well, Java is a high level programming language.And when it comes to a certain high level programming language, we need a language processor in order to convert or translate the program or code written in that language to a form which could be understood by the computer. Now here we require some language...
read more
Well, Java is a high level programming language.And when it comes to a certain high level programming language, we need a language processor in order to convert or translate the program or code written in that language to a form which could be understood by the computer. Now here we require some language processor. Java( language) uses a java compiler for the conversion of a high level language java code to an intermediate code known as BYTECODE. ( this byte code is the key feature through which java claims PLATFORM INDEPENDENCE). In order to execute this byte code , again a translator is required known as java interpreter. Thus, we can say that java language uses both a compiler and an interpreter for a basic program to run. read less
Comments

Assistant Professor

JAVA is a programming language, it has both compiler for generating byte code and also interpreter jvm for executing byte code
Comments

Java has both compiler and interpreter.
Comments

Interpreter
Comments

Java Team Lead cum Mentor having 18 years of experience.

Its a compiler.
Comments

3 yrs teaching experience in Java/J2EE

Java is not a compiler or interpreter. Compiler or interpreter is translator which is used to translate from source code to native code. What program we r writing that is called source code. Native code is machine understandable code which understand by machine. Interpreter converts the code line...
read more
Java is not a compiler or interpreter. Compiler or interpreter is translator which is used to translate from source code to native code. What program we r writing that is called source code. Native code is machine understandable code which understand by machine. Interpreter converts the code line by line but compiler converts at a time all the code read less
Comments

Computer wizard

It have both of them
Comments

B.E. In Information Technology

Java is both a compiler and interpreter
Comments

Completed B.Tech in IT.Teaching is my Passion

Java has both compiler and interpreter.
Comments

View 30 more Answers

Related Questions

in java every thing is in the form of object
Everything is object is java except primitive data types like int,long etc..thats the reason its not 100 % object oriented language..
Abrar
Why Operator Overloading in not allowed in JAVA?
Java does not support operator overloading by programmers. This is not the same as stating that Java does not need operator overloading. Operator overloading is syntactic sugar to express an operation...
Ashish
What is the general syllabus covered in core Java training from any institution?
Welcome Course Overview Review of Java Fundamentals The Java Environment Data Types The String Class The StringBuffer Class Arrays Passing Data Types to a Method Constructors &...
Shiv Kohli
0 0
5
Why Java is platform independent?
Once your java code compiled, compiled code(.class) can be executed on any os platform...if your question is HOW..it is interesting which deals with bytecode conversation
Sunita
Between Java and Python, which one is better to learn first and why?
Both the development programs come with their strong suits. While Java allows you to enjoy the cross-platform support, Python helps you execute on at least ten different operating systems. It would help...
Priyanka
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Priority in TestNG
public class Priority { @Test (priority=1)public void login() {System.out.println("login");} @Testpublic void email1() {System.out.println("email1");} @Test (priority=-2)public void email2() {System.out.println("email2");} //I...
S

Sarthak C.

0 0
0

Class and Objects in Java
Class is a template or a blueprint which is used to describe an object. On other hand Object is a reference of a class which follows all the stuff written inside the class. How about taking the whole tour in the following video

Facebook Analytics
Assume how the Facebook application will store the millions of customer's record in real-time: facebook = { 'jose': { 'name': 'jose', 'age': 33, 'hobby': , # cricket,football 'mobile': 1111111111, 'email':...

Tips of learning Java Language/Other Programming Languages
1.You should know the basic concept: If we talk about programming languages so basic concept are same in all the high level languages. So you should know the basic concept firstly then you can easily understand...
I

ICreative Solution

0 0
0

Java Interview Questions & Answers
Java Interview Questions have been designed especially to get you acquainted with the nature of questions you may encounter during your interview for the subject of Java Programming Language. As per my...

Recommended Articles

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you