Why Learn Java?
why learn java?

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.

6) Compiled and Interpreted 

Java has a compiled as well as an interpreter.     

how java works
how java works?

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

To view or add a comment, sign in

More articles by Kiran Borge

  • Power of React Hooks ?

    " React Hooks are tools that allow you to use state and other React features without writing class components. " They…

  • React.js in Real Life ?

    Imagine building your dream home. Would you paint the walls before laying bricks? Of course not.

  • From Zero to Stack Hero

    My First Step into Modern Web Development When I started learning web development, I was totally confused. What to…

  • Instagram 'Edits' App Transforming the Way We Create Videos

    Hey everyone, Have you ever struggled with editing videos for Instagram? Maybe you've tried using multiple apps…

  • What is Open AI's Sora?

    OpenAI has just revealed its new and amazing technology called Sora. This is a super cool AI model that can turn text…

  • C Program Test

    1) What will be the output of the following C code? #include<stdio.h> void main() // Main is called twice {…

  • What OOP'S ?

    What is OOPs ? Oop's stands for object oriented programming language. The main purpose of oops is to deal with real…

  • DSA (Data Structures And Algorithms) Roadmap

    Data Structures and Algorithms are at the base of almost every application we code, every project we create. Interviews…

Others also viewed

Explore content categories