# Introduction To Java

* Java is a statically typed language.
    
* It is an OOP language.
    
* Java is very secure so much so that many big enterprises like Google and Amazon use it.
    
* Currently, Java 21 is available for developers.
    
* Java is a platform-independent language which means a file compiled in one OS can run in any other OS.
    
* Java is an OOP language but not 100% because it supports primitive types.
