Difference between Byte Code and ASCII Code

Questions by vigneswara   answers by vigneswara

Showing Answers 1 - 7 of 7 Answers

Byte Code is in the form of binary codes like 0/1 whether ASCII code is in the form of numeric digits which is assigned to characters and alphabets.
Byte code is platform independent where ASCII codes are platform dependent.
Byte code is intermediate language where ASCII is not.
byte code is interpreted by JVM (Java virtual machine),where ASCII is compiled by compiler and directly converted in to machine code.
byte code is a universal code, where ASCII code is subpart of Byte code.
From
Nikhil Rathore
Sandeep Patel
Sandeep Songar

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions