INTERPRETED
The Java is an interpreted language as well. With an interpreted language
like Java, programs run directly from the source code.
The interpreter program reads the source code and translates it on the fly
into computations. Thus,the Java is language is interpreted language depends
on an interpreter program.
The versatility of being platform independent makes Java to different and
attractive from other languages. The java program source code to be written
and distributed is platform independent.
Another main advantage of Java language as an interpreted language is its error
debugging quality. Due to this quality any error in the program gets traced and
shortout.
0 comments:
Post a Comment
...