27/12/24 ----------- Java Language Fundamentals -------------------------------- Q)What is Java? =>Java is an object Oriented Programming Language =>Java is Development platform Q)What is a platform? =>A software that provides infrastructrual services for the execution of an application is nothing but a platform. PLATFORM DIAGRAM Q)What are the system rquirements to develop and run a Java application? OR Q)Which software should be installed in a computer for developing and executing a Java application? => JDK(Java Development Kit) version 21 Q)What are installed into the Computer when JDK is installed? =>3 major components installed into our computer once we install JDK. 1)Java Compiler 2)JVM 3)Java Libraries(Java API)