Why Learn Java?
Features of #Java
1) Simple and easy to learn
It is very easy to learn java language. It 's syntax also very easy.
2) Open Source
It is open source language. You can learn it for free anywhere and anytime.
3) Platform Independent
Platform Independent meaning here, is that you can run it in any system. then no matter which operating system it is.
4) Secure
It is a secure programming language, because it contain byte code. When we compile the program then it converts into byte code, and we can't understand such byte code.
5) Embedded
Java is an embedded programming language. what would it mean Eg. Assume you did some part of coding in C++ and now you want to do further coding part in java, so you can use the C++ part in java is called embedded.
Recommended by LinkedIn
6) Compiled and Interpreted
Java has a compiled as well as an interpreter.
1. Compiled : First we compiled the code, then this code is converted into byte code (provide security), then this byte code is submitted to the interpreted.
2. Interpreted : We call byte code as JVM (Java Virtual Machine), and only JVM can understand this byte code.
7) Robust
Java is Robust programming language, what does it mean that java has a garbage collector which we use to destroy unused objects, for which it's memory is not waste. And it has the mechanism of exception handling , due to which it not only handles the incoming error but also maintains it's program.
8) Large Library and Frameworks
Java library is very large, if go to learn you will get to learn a lot. And there are also frameworks in it, which means that a lot of source code has already been done in Java, you just need to know how to use it doe your project.
So, I hope know you understood why we should learn Java Language. Follow me for such interesting topics and you also learn with me...! #javaprogramming
very amazing 👍