What are byte codes?



What are byte codes?..

Answer / Pankaj Bhardwaj

Bytecodes are low-level instructions that the Java Virtual Machine (JVM) can execute. When a Java program is compiled, the compiler generates bytecode instead of machine code specific to a particular platform.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Is java pure object oriented or not? if yes, give the valid reason.

13 Answers   Emphasis, NIIT, Syntel, Wipro,


What is the range of the short type?

1 Answers  


Can static method access instance variables ?

1 Answers  


How many types of memory areas are allocated by JVM in java?

1 Answers   UGC Corporation,


What is an off by one error in java?

1 Answers  


What is object

6 Answers  


What are sets in java?

1 Answers  


What are streams?

1 Answers  


What is nan inf?

1 Answers  


How do you create a null object?

1 Answers  


What is access modifiers?

1 Answers   Cap Gemini,


JSP is by default thread safe or not? what is the meaning of isThreadSafe="true" and isThreadSafe="false". Explain it? Thanks, Seenu

9 Answers   Huawei,


Categories