Is it a "bytecode" file, made of binary digits? | Sololearn: Learn to code for FREE!
+ 2

Is it a "bytecode" file, made of binary digits?

Is it a "bytecode" file (.class / java) written just with binary digits?

26th Mar 2017, 1:02 PM
Raphael Coelho
Raphael Coelho - avatar
4 odpowiedzi
+ 12
Yes, it's equivalent to what you have in an .exe file.
26th Mar 2017, 1:46 PM
Karl T.
Karl T. - avatar
+ 1
Short answer: Yes, like everything else on your computer is. Long answer: Technically, compiled programs aren't even supposed to be read by humans. If you look at one in Notepad or something similar, you'll see a cacophony of random symbols, whitespace, and system state checks that can't even be displayed normally. This is because the .class file is actually full of machine instructions (for the JVM), and all that text is how text editors represent the bytes that make up the file.
26th Mar 2017, 1:43 PM
DaemonThread
DaemonThread - avatar
0
bytecode is language of so is binary digits
5th Apr 2017, 12:05 AM
Francisco Freitas
Francisco Freitas - avatar
0
pc
5th Apr 2017, 12:05 AM
Francisco Freitas
Francisco Freitas - avatar