Completed
– Installing IntelliJ IDEA
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Java Tutorial in Hindi
Automatically move to the next video in the Classroom when playback concludes
- 1 – Tutorial Introduction
- 2 – Downloading Java JDK
- 3 – Downloading Java IDE IntelliJ
- 4 – Installing Java JDK
- 5 – Installing IntelliJ IDEA
- 6 – Creating a new project
- 7 – Running first program
- 8 – Understanding our first program
- 9 – Comments
- 10 – Programming Basics
- 11 – Variables
- 12 – Primitive & Non-primitive data types
- 13 – Operators
- 14 – Taking user input
- 15 – String Methods
- 16 – Math class in Java
- 17 – Conditional Statements If-else
- 18 – Switch Statements
- 19 – Quick Quiz
- 20 – Loops Iterative statements
- 21 – Break & Continue statements
- 22 – Arrays
- 23 – Try-Catch
- 24 – Methods
- 25 – Mini-project Calculator
- 26 – Sum-up & where to go from here