DEV Community

Cover image for Getting started with Java ..
Divya Kumari
Divya Kumari

Posted on

2 1

Getting started with Java ..

Hello !!
This is my very first blog and in this blog I'm gonna write about my learnings of day 1 and 2 . How I started learning this and still doing that.

So, I started it from the very basics like how it basically works.
So, the very first step is that Source code is compiled to byte code and then Java Virtual Machine compiles the byte code into machine code.

Introduction to Java :-

  1. It is most popular language as we can use this in app development, web development, client- server applications e.t.c.

  2. It is an object oriented programming language developed by Sun Microsystems of the USA in 1991.

  3. Originally it was known as Oak by James Goslin who was also one of the Inventors of Java.

Then I saw the basic structure of Java Program.

Naming conventions (Pascal and camel case), Variables and data types, Literals, Keywords ,then How we can take input from the user and did some basic questions.

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

Image of Stellar post

Check out Episode 1: How a Hackathon Project Became a Web3 Startup 🚀

Ever wondered what it takes to build a web3 startup from scratch? In the Stellar Dev Diaries series, we follow the journey of a team of developers building on the Stellar Network as they go from hackathon win to getting funded and launching on mainnet.

Read more

👋 Kindness is contagious

Please drop a ❤️ or a friendly comment on this post if it resonated with you!

Okay