answersLogoWhite

0

Why the java hybrid language?

Updated: 8/10/2023
User Avatar

Wiki User

11y ago

Best Answer

I am not sure why you label it "hybrid". Java compiles the source code, not for a specific processor, but for what you might consider a fictitious processor. That is, it doesn't compile for the specific machine code understood by a real processor.As for the reason, that's because that's what Java is all about. Java programs are supposed to be compiled only once, and then run on any computer that has an appropriate Java runtime (the "Java Virtual Machine").

User Avatar

Wiki User

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

Wiki User

6y ago

Java doesn't use a hybrid compiler. A compiler is a computer program that converts a high-level source code to a lower-level source code. In most cases, a compiler will output machine code and/or assembly language, neither of which is portable. However, the Java compiler converts Java source code to Java byte code which is suitable for interpretation by any Java virtual machine and is therefore highly portable.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

because it uses party interpreted and complied language.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why the java hybrid language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is the java is procedural language?

Java is an Object Oriented language not a procedural language


Does Visual Java plus plus and Java Builder is different from the Java language?

Yes!Visual Java plus plus and Java Builder is different from the Java language?


Why you are preferring java?

java is platform independent language and open source. java is object oriented language.


Why you learn java language?

java language moreover solve the problems witch is encounter in c and c++ that s why we use the java language...


Which type of language is java?

Java is truly object oriented programming language


In the first step of the Java hybrid compilation process Java program code is converted into an intermediate format called .?

Java byte code.


Is java DBMS?

no, Java is not dbms.. Java is a programming language Dbms is database


What are java applications?

Applications that are built using the Java language are termed as Java applications.


What is a Java programmer?

A computer programmer who uses the Java language.


Is check a keyword in java?

No, 'check' is not a keyword in java language.


Did java oriented language works on object?

Java is an object oriented language, and it works with classes and objects.


Why do you require a object in java but not in C?

Because Java is an object-oriented language and C is a procedural language.