Login
Remember
Register
CodersEditor Q&A
Online IDE
Questions
Unanswered
Tags
Users
Ask a Question
Programming Tutorials
Ask a Question
What are the advantages of Byte code?
0
votes
asked
Jan 18, 2021
by
Annie
(
1.1k
points)
java
Please
log in
or
register
to answer this question.
1
Answer
+1
vote
answered
Jan 18, 2021
by
PreethiSadhish
(
524
points)
selected
Jan 19, 2021
by
Annie
Best answer
Byte code is the code that is generated after the compilation process of source code. The main advantage of byte code are portability of code and platform-independent.
Please
log in
or
register
to add a comment.
Welcome to CodersEditor Q&A, where you can ask questions and receive answers from other members of the community.
239
questions
203
answers
2
comments
692
users
Related questions
What are the different types of garbage collectors in Java?
What are features of java?
What is the role of JDBC Driver Manager class?
What is the life-cycle of a servlet?
What are the differences between throw and throws?
...