Skip to content

ivenkatraj/learn-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Learn Java

This is my progress towards learning java

# Day Topics
01 Introduction

🧡🧡🧡 HAPPY LEARNING 🧡🧡🧡

Learn Java

📕 Day 1

What is Java?

Java is a widely used programming language for its independence from web application to mobile applications. The main characteristics of Java are

-Platform Independence - means the java code can be run on any operating system from windows, linux based distros and mac. That's why platform independence.

-Write Once, Run Anywhere - It follows WORA(Write Once, Run Anywhere) philosophy as mentioned in platform independence.

-Multithreading - means we can do multitask at the same time in a single page. Eg. in youtube you can watch video, open comments and see other videos by scrolling at the same time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published