I have came across the work "binaries" a lot. I don't know what is it. For example, I read somewhere
source, binaries and documentation
What are binaries and what is there use?
Printable View
I have came across the work "binaries" a lot. I don't know what is it. For example, I read somewhere
source, binaries and documentation
What are binaries and what is there use?
Software is usually written in a language easily understandable by humans which is called Source Code. This code is converted to a form understood directly by the computer's processor. This code is called Binary because it consists of a string of zeros and ones. ...
http://www.netproject.com/docs/migos.../glossary.html
I think this is what you are looking for?
Makes sense. Thanks.
So binaries are class files/ byte code ?