Computer Scientists are Pretty Pessimistic

Wednesday 22 June 2016

Is Java compiled language or interpreted language or both ? Give justification to your answer.


Generally a programming language is compiled or interpreted. But Java is both compiled and interpreted. Because firstly a Java source code converted into byte code. This byte code is machine independent. After that this byte code converted into machine code by Java interpreter. So, Java is called both compiled and interpreted language. And also java is known two stage programming language.



No comments:

Post a Comment