How exactly does the Java interpreter or any interpreter work?
问题 I have been figuring out the exact working of an interpreter, have googled around and have come up with some conclusion, just wanted it to be rectified by someone who can give me a better understanding of the working of interpreter. So what i have understood is: An interpreter is a software program that converts code from high level language to machine format. speaking specifically about java interpreter, it gets code in binary format (which is earlier translated by java compiler from source