Java Fundamentals Java: Java is a programming language, platform & technology. Java is called as programming language because by using Java we can write programs. Platform: It can be a software or hardware environment in which program runs. C compiler converts unicode into bit code whereas Java compiler converts unicode into byte code. JVM: JVM stands for Java Virtual Machine. It contains interpreter which converts byte code into bit code. Both compiler & interpreter are called translation softwares. Differences between compiler & interpreter: Compiler converts the whole program at a time whereas interpreter converts line by line. Compiler will produce the file whereas interpreter does not produce the file. C is a platform dependent whereas Java is a platform independent. Java is called as platform independent because programs written in Java language can be executed on any platform. Java Virtual Machine(JVM) is not a platform independent...
Posts
Showing posts from March, 2026