Java, like many other programming languages is a OOP language. OOP stands for Object Oriented Programming. Java offers many ways to make ypur programme bug free and make your programme easy to maintain. It is a more reliable than other languages and that is the reason why it gained huge popularity.
We all know that a computer can understand only machine languge or assembly language, in which instructions are written in binary code(i.e. 0 and 1s). The Machine language is the only language an computer and execute. Now, it is not possible for us to write programs on machine languge, so the tedious work of converting the code you write into the machine language is done by the java compiler.
We all know that a computer can understand only machine languge or assembly language, in which instructions are written in binary code(i.e. 0 and 1s). The Machine language is the only language an computer and execute. Now, it is not possible for us to write programs on machine languge, so the tedious work of converting the code you write into the machine language is done by the java compiler.
No comments:
Post a Comment