Skip to content

dotQuestionmark/30DaysOfJava

Repository files navigation

Java-for-dummies

Keep the track of tutorial files uploaded daywise and learn java

Contributions guidelines can be found here.

Setting up JDK

https://www.oracle.com/java/technologies/javase-jdk13-downloads.html
  1. visit this site and download the latest version of jdk
  2. Second go to your system enviorment settings and copy paste the path of your jdk folder till bin there
  3. to check run java command on command promt if it runs you are good to goo

Setting up an IDE (ECLIPSE)

I personally prefer ECPLISE IDE

https://www.eclipse.org/downloads/
  1. visit this website and download the ide for free
  2. while downloading choose java devloper option that would be sufficient for beginner level
  3. After downloading go to new and select new project (JAVA)
  4. Create a new java class with a specific pakage name
  5. start coding you are good to go

Java ?

Java is a general-purpose programming language that is class-based, object-oriented, and designed to have as few implementation dependencies as possible.

Stable release: Java SE 14 / March 17, 2020;

All the projects are licenced under GNU GENERAL PUBLIC LICENSE

About

java for dummies learn java from start

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published