♫musicjinni

๐Ÿš€๐Ÿ”ฅ JAVA Complete Course Part-1 (2024) | 100+ Programming Challenges

video thumbnail
- GitHub Code Repo: https://github.com/KG-Coding-with-Prashant-Sir/Java_Complete_Youtube
- Notes: https://notes.kgcoding.in/
- A completion Certificate will be given after parts 2 & 3 of the course.

๐Ÿงฌ Our Prime PLACEMENT Courses: ๐Ÿ‘‡
DSA Course: https://www.kgcoding.in/courses/DSA-using-Java

๐Ÿ‘‰ Free Notes for all Courses: ๐Ÿ‘‡
https://www.kgcoding.in/products

๐Ÿ‘‰ KG Coding Platform: ๐Ÿ‘‡
Website: https://www.kgcoding.in
App: https://play.google.com/store/apps/details?id=com.kgcoding.learners

๐Ÿ‘‰ Social Media: ๐Ÿ‘‡
๐Ÿ“ Telegram: https://t.me/kg_coding
๐Ÿ“ฑ WhatsApp: https://whatsapp.com/channel/0029VaCmRnF7tkj3fAzbtp3Y
๐Ÿงฌ LinkedIn: https://www.linkedin.com/company/kgcoding

๐Ÿ‘‰ Our One Shot videos ๐Ÿ‘‡:
- Complete HTML for Beginner: https://www.youtube.com/watch?v=rklidcZ-aLU
- Complete CSS for Beginner: https://www.youtube.com/watch?v=OpWjt_wbV4E
- Complete JavaScript for Beginner: https://youtu.be/cpoXLj24BDY
- Complete React and Redux for Beginner: https://youtu.be/eILUmCJhl64
- Git and Github One Shot Video: https://www.youtube.com/watch?v=zGq7T9gZH2k
- Java and OOPs One Shot Video: https://www.youtube.com/watch?v=LepLT82RtxA

Contact Us: ๐Ÿ‘‡
๐ŸŒŽ Whatsapp on: https://wa.me/918920719928
๐Ÿ“žCall on: +91-8000121313, +91-9650184667
๐Ÿ’ป Email: contact@kgcoding.in

๐Ÿ‘‰ Our Other YouTube Channels For More Preparation ๐Ÿ‘‡
๐Ÿ†• KnowledgeGate: https://www.youtube.com/@KNOWLEDGEGATE_kg
๐Ÿ†• KnowledgeGate Placement Prep: http://tiny.cc/kg_placement_prep_yt
๐Ÿ†• SanchitSocket: http://tiny.cc/sanchitsocket_yt

#knowledgegate #KGCoding #PrashantSir
*******************************************************
โญ๏ธTime Stampsโญ๏ธ
#0 (00:00) Introduction ๐Ÿ‘ท
#1 (02:02) Introduction to Java โ˜•
#1.1 (03:00) Why you must learn Java โŒ
#1.2 (06:53) What is a Programming Language ๐Ÿ’ฑ
#1.3 (12:44) What is an Algorithm โฌ‡
#1.4 (15:37) What is Syntax ๐ŸŒ
#1.5 (18:25) History of Java ๐Ÿ”’
#1.6 (29:58) Magic of Byte Code โšก
#1.7 (33:18) How Java Changed the Internet ๐Ÿ•
#1.8 (37:09) Java Buzzwords ๐ŸŽ‰
#1.9 (43:53) What is Object Oriented Programming โ›”

#2 (48:34) Java Basics ๐Ÿ“œ
#2.1 (49:49) Installing JDK ๐Ÿ”ƒ
#2.2 (55:13) First Class using Text Editor ๐Ÿ’ฌ
#2.3 (1:05:30) Compiling and Running ๐ŸŽ
#2.4 (1:06:09) Anatomy of a Class ๐Ÿงพ
#2.5 (1:12:07) File Extensions ๐Ÿฑ
#2.6 (1:13:33) JDK vs JVM vs JRE ๐Ÿ‘ช
#2.7 (1:22:08) Showing Output ๐Ÿฆธโ€โ™‚๏ธ
#2.8 (1:27:30) Importance of the main method ๐Ÿ‘ป
#2.9 (1:34:09) Installing IDE(Intellij Idea) ๐Ÿ’Š
#2.10 (1:48:30) Project Structure ๐Ÿ–จ๏ธ
#2 (1:50:49) Programming Challenge 1-3 ๐Ÿ™…โ€โ™‚๏ธ
#2 (2:10:10) Practice Exercise ๐Ÿ™…โ€โ™‚๏ธ

#3 (2:14:00) Data Types, Variables & Input ๐Ÿฌ
#3.1 (2:14:31) Variables ๐Ÿ–จ๏ธ
#3.2 (2:28:10) Data Types ๐Ÿšš
#3.3 (2:45:27) Naming Conventions โš ๏ธ
#3.4 (2:56:06) Literals ๐Ÿ“
#3.5 (3:00:06) Keywords ๐Ÿš—
#3.6 (3:01:15) Escape Sequences ๐Ÿ”„
#3 (3:07:04) Programming Challenge 4 ๐Ÿ™…โ€โ™‚๏ธ
#3.7 (3:12:58) User Input ๐Ÿšง
#3 (3:22:55) Programming Challenge 5-6 ๐Ÿ™…โ€โ™‚๏ธ
#3.8 (3:31:43) Type Conversion and Casting ๐Ÿ
#3 (3:39:12) Practice Exercise ๐Ÿ™…โ€โ™‚๏ธ

#4 (3:42:45) Operators, If-else, Number System ๐Ÿฌ
#4.1 (3:45:22) Assignment Operator ๐Ÿฆ…
#4 (3:53:37) Programming Challenge 7 ๐Ÿ™…โ€โ™‚๏ธ
#4.2 (4:04:02) Arithmetic Operators โ˜Ž๏ธ
#4.3 (4:11:40) Order of Operation ๐Ÿ“
#4.4 (4:21:01) Shorthand Operators โœจ
#4.5 (4:26:06) Unary Operators ๐Ÿ”Š
#4 (4:34:50) Programming Challenge 8-14 ๐Ÿ™…โ€โ™‚๏ธ
#4.6 (5:16:48) If-else โ—
#4.7 (5:36:25) Relational Operators โžฐ
#4.8 (5:47:46) Logical Operators โ˜•
#4 (5:55:30) Programming Challenge 15-20 ๐Ÿ™…โ€โ™‚๏ธ
#4.9 (6:38:40) Operator Precedence ๐Ÿ“–
#4.10 (6:41:48) Intro to Number System ๐Ÿ“–
#4.11 (6:51:48) Intro to Bitwise Operators ๐Ÿ‘จโ€๐Ÿ’ป
#4 (6:58:15) Programming Challenge 21-27 ๐Ÿ™…โ€โ™‚๏ธ
#4 (7:21:00) Practice Exercise ๐Ÿ™…โ€โ™‚๏ธ

#5 (7:24:37) While Loop, Methods & Arrays ๐Ÿ–ผ๏ธ
#5.1 (7:25:02) Comments ๐Ÿ“
#5.2 (7:32:23) While Loop ๐Ÿ“ž
#5.3 (7:46:13) Methods โžฟ
#5.4 (8:22:55) Return statement x
#5.5 (8:36:42) Arguments ๐Ÿšฉ
#4 (8:50:23) Programming Challenge 28-39 ๐Ÿ™…โ€โ™‚๏ธ
#5.6 (10:02:13) Arrays ๐Ÿงฎ
#5.7 (11:39:36) 2D Arrays โŒจ๏ธ
#5 (11:56:53) Programming Challenge 40-50 ๐Ÿ™…โ€โ™‚๏ธ

Java Tutorial for Beginners | Learn Java in 2 Hours

Java Programming Full Tutorial in One Video (2024) | Java full course

Java OOPs in One Shot | Object Oriented Programming | Java Language | Placement Course

Java Tutorial for Beginners 2023

Introduction to Java Language | Lecture 1 | Complete Placement Course

Java Full Course for Beginners (Hindi) | Learn Coding

Functions & Methods | Java Complete Placement Course | Lecture 7

Java Tutorial for Beginners in Hindi ๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅ || Core Java Full Course 2023 by JTC

Java OOPs Concepts in just 60 minutes | Object Oriented Programming | Java Tutorial For Beginners

Conditional Statements | If-else, Switch Break | Complete Java Placement Course | Lecture 3

๐Ÿš€๐Ÿ”ฅ JAVA Complete Course Part-1 (2024) | 100+ Programming Challenges

Loops in Java | Java Placement Full Course | Lecture 4

Variables in Java | Input Output | Complete Placement Course | Lecture 2

Basics of Time Complexity and Space Complexity | Java | Complete Placement Course | Lecture 9

Java OOPs Concepts in 120 minutes |Object Oriented Programming | Java Placement Course | Simplilearn

#23 JDK JRE JVM in Java

Arrays Introduction | Java Complete Placement Course | Lecture 10

C++ or Java | Which coding language to learn?

9 Best Patterns Questions In Java (for Beginners) | Java Placement Course | Lecture 5

๐Ÿš€๐Ÿ”ฅ JAVA Complete Course Part-2 (2024) | 100+ Programming Challenges

Sorting in Java | Bubble Sort, Selection Sort & Insertion Sort | Java Placement Course

Java Collections Framework | Java Placement Course

ArrayList In Java + Notes | Java Placement Course

#4.6 Java Tutorial | Static Keyword

#66 What is Interface in Java

Advanced Java Full Course 2023 | Advance Java Tutorial | J2EE, JSP, JDBC, Java API | Simplilearn

#43 Constructor in Java

Merge Sort | For Beginners | Java Placement Course

How I Learned Java to Become an Automation Tester? | How to Become Test Automation Engineer

Top Core Java Interview Questions || Core Java Interview Questions and Answers [MOST ASKED]

Disclaimer DMCA