|
| Total Answers and Comments: 3 |
Last Update: December 04, 2008 Asked by: vigneswara |
|
| | |
|
Submitted by: Nikhil_Rathore 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
Above answer was rated as good by the following members: talktoatish | Go To Top
|