Introduction
Java is a object oriented programming language and its created by James Gosling. It is a independent platform that means you can run any environment.
Where java used?
- Android Application
- Web Application
- Desktop Application
- Big Data Technology
- Cloud-based Applications
- IoT Applications
Java features
- Object oriented
- Platform independent
- Secure
- Robust
- High performance
- Multithread
How java work
First, The java source code convert to byte code using compiler.Then JAVA VIRTUAL MACHINE work with byte code.