what is meant by Byte code concept in Java?



what is meant by Byte code concept in Java?..

Answer / Teekam Singh

Bytecode is a low-level representation of Java programs, which can be executed by the Java Virtual Machine (JVM) regardless of the platform.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is type safety in java?

1 Answers  


Explain a few methods of overloading best practices in java?

1 Answers  


What is set and get methods in java?

1 Answers  


How do you check if a string is lexicographically in java?

1 Answers  


What will happens if you opened Internet Explorer 4 times?

2 Answers  


how does the run() method in runnable work? : Java thread

1 Answers  


Differentiate between vector and array list.

1 Answers  


Can the garbage collection be forced by any means?

1 Answers  


What are the differences between heap and stack memory in java?

0 Answers  


How do you make a thread in java?

1 Answers  


Does java support multiple inheritance or not?

1 Answers   Hexaware,


What does isempty () do in java?

1 Answers  


Categories