Java Theory
Java Theory
1.WHAT IS JAVA ?
● Java is a high-level programming language which is platform
independent. It is an object-oriented programming language.
● Write Once and Run Anywhere (WORA), meaning that compiled Java
code can run on all platforms that support Java without the
need for recompilation.
● Java was developed by James Gosling at Sun Microsystems Inc.
in May 1995 and later acquired by Oracle Corporation and is
widely used for developing applications for desktop, web, and
mobile devices. Case sensitive.
3.WHAT IS SYSTEM.OUT.PRINTLN()?