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 |
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?
Can static method access instance variables ?
How many types of memory areas are allocated by JVM in java?
What is an off by one error in java?
What is object
What are sets in java?
What are streams?
What is nan inf?
How do you create a null object?
What is access modifiers?
JSP is by default thread safe or not? what is the meaning of isThreadSafe="true" and isThreadSafe="false". Explain it? Thanks, Seenu