Tuesday, November 29, 2011

What is differnce between byte code and unicode?

Byte code is simply the converted source code into arrays of bytes and generated after compilation of source code and is understandable only for interpreter or you can say java run time environment.
Category:Java Interview Questions

No comments:

Post a Comment