answersLogoWhite

0


Best Answer

Java byte code.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: In the first step of the Java hybrid compilation process Java program code is converted into an intermediate format called .?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

When do preprocessor directives execute in c plus plus?

Preprocessing is the first stage of compilation, where macros are expanded, conditional compilation established and code replaced according to the specified directives. The resulting code produces intermediate source files which are then compiled by the main compilation process. Your IDE may include options to retain these intermediate files so you may examine them.


What is high level to binary language and binary to high level?

High-level to binary is known as compilation or interpretation, depending on whether the entire program is converted at once (compilation) or only one statement at a time is converted (interpretation). There is no conversion from binary to high level -- it's one-way only.


What are the two parts of compilation?

1) source program to object program 2)object program to object program output


What is the purpose of intermediate code generation incompiler?

The intermediate code generation phase transforms parse tree into an intermediate-language representation of the source program.Intermediate codes are machine independent codes, but they are close to machine instructions.The given program in a source language is converted to an equivalent program in an intermediate language by the intermediate code generator.Intermediate language can be many different languages, and the designer of the compiler decides this intermediate language.syntax trees can be used as an intermediate language.postfix notation can be used as an intermediate language.three-address code (Quadraples) can be used as an intermediate languagewe will use quadraples to discuss intermediate code generationquadraples are close to machine instructions, but they are not actual machine instructions.some programming languages have well defined intermediate languages.java - java virtual machineprolog - warren abstract machineIn fact, there are byte-code emulators to execute instructions in these intermediate languages.


What is an Program compilation?

That means to convert the original program - the source code, written by a programmer - into machine language, or into an intermediate form, for example, Java bytecode in the case of Java.That means to convert the original program - the source code, written by a programmer - into machine language, or into an intermediate form, for example, Java bytecode in the case of Java.That means to convert the original program - the source code, written by a programmer - into machine language, or into an intermediate form, for example, Java bytecode in the case of Java.That means to convert the original program - the source code, written by a programmer - into machine language, or into an intermediate form, for example, Java bytecode in the case of Java.

Related questions

Does compilation is a fast process?

If your program is short then yes.


When do preprocessor directives execute in c plus plus?

Preprocessing is the first stage of compilation, where macros are expanded, conditional compilation established and code replaced according to the specified directives. The resulting code produces intermediate source files which are then compiled by the main compilation process. Your IDE may include options to retain these intermediate files so you may examine them.


What is the process of converting a program to machine language called?

Binary, executable or object code


What is high level to binary language and binary to high level?

High-level to binary is known as compilation or interpretation, depending on whether the entire program is converted at once (compilation) or only one statement at a time is converted (interpretation). There is no conversion from binary to high level -- it's one-way only.


What is polymorphic viruses.?

The process by which program code is converted into machine language is called?


What is execution of program?

Exec. Of program is the compilation of document or the run of a type program.


How do you compile a program in jre?

You don't. It's the program "javac" that does the compilation.


Where does the compilation of c program starts?

After main()


What are the two parts of compilation?

1) source program to object program 2)object program to object program output


What is the purpose of intermediate code generation incompiler?

The intermediate code generation phase transforms parse tree into an intermediate-language representation of the source program.Intermediate codes are machine independent codes, but they are close to machine instructions.The given program in a source language is converted to an equivalent program in an intermediate language by the intermediate code generator.Intermediate language can be many different languages, and the designer of the compiler decides this intermediate language.syntax trees can be used as an intermediate language.postfix notation can be used as an intermediate language.three-address code (Quadraples) can be used as an intermediate languagewe will use quadraples to discuss intermediate code generationquadraples are close to machine instructions, but they are not actual machine instructions.some programming languages have well defined intermediate languages.java - java virtual machineprolog - warren abstract machineIn fact, there are byte-code emulators to execute instructions in these intermediate languages.


What is an Program compilation?

That means to convert the original program - the source code, written by a programmer - into machine language, or into an intermediate form, for example, Java bytecode in the case of Java.That means to convert the original program - the source code, written by a programmer - into machine language, or into an intermediate form, for example, Java bytecode in the case of Java.That means to convert the original program - the source code, written by a programmer - into machine language, or into an intermediate form, for example, Java bytecode in the case of Java.That means to convert the original program - the source code, written by a programmer - into machine language, or into an intermediate form, for example, Java bytecode in the case of Java.


How compiler do compilation?

Use a compiler program, such as bcc, gcc, javac, etc.