Complete Java, Spring, and Microservices course

Поділитися
Вставка
  • Опубліковано 11 січ 2024
  • Java developer in 48 hours; technically, it will take months to master.
    00:00:00 Core Java
    13:13:08 JUnit
    16:04:39 DSA
    21:11:50 Git
    23:12:20 JDBC
    24:33:04 Servlet and JSP
    30:29:58 Hibernate
    33:49:37 Rest API Web Service
    36:24:17 Spring Framework
    37:46:54 Spring JDBC
    38:16:19 Spring MVC
    39:41:39 Spring ORM Theory
    40:12:45 Spring Data JPA
    40:41:13 Rest API using Spring Boot
    41:17:32 Project Using Spring Boot MVC
    43:45:47 Java Spring Boot MongoDB Full Project
    45:01:07 Spring AOP
    45:21:59 Spring Security
    46:28:34 Microservice
    Core Java Git Link: github.com/navinreddy20/Javacode
    Spring Git Link: github.com/navinreddy20/Sprin...
    Microservice Git Link : github.com/navinreddy20/Micro...
    Telusko Courses:
    Spring and Microservices Live Course : bit.ly/springmslive
    Coupon: TELUSKO25 (25% Discount)
    Industry-Ready Java Spring Microservices Developer Live : bit.ly/JavaMS2
    Complete Java Developer Course : bit.ly/Comp-Java-Dev-2
    Coupon: TELUSKO20 (20% Discount)
    Udemy Courses:
    Java, Spring 6 and Spring Boot 3 and Microservices :- bit.ly/SpringUdemyTelusko
    Java 17 :- bit.ly/JavaUdemyTelusko
    Java For Programmers: bit.ly/javaProgrammers
    For More Queries, WhatsApp or Call: +919008963671
    website : courses.telusko.com/
    Instagram : / navinreddyofficial
    Linkedin : / navinreddy20
    TELUSKO Android App : bit.ly/TeluskoApp
    TELUSKO IOS App : apple.co/3SsgmU2
    Discord : / discord
    Core Java: • Java Tutorial For begi...
    JUnit: • JUnit 5 Tutorial by Hy...
    DSA: • Data Structures and Al...
    Git: • Git Tutorial For begin...
    JDBC: • Java Database Connecti...
    Servlet and JSP: • Java Servlet and JSP T...
    Hibernate: • Hibernate Tutorial for...
    Rest API-web service: • Rest Api | Restful Web...
    Spring Framework 5 and Spring Boot: • Video
    Project Using Spring Boot MVC: • Project Using Spring B...
    Java Spring Boot Mongodb: • Java Spring Boot Mongo...
    Microserivce: • Microservice Tutorial ...
  • Наука та технологія

КОМЕНТАРІ • 680

  • @Telusko
    @Telusko  4 місяці тому +35

    Checkout the live course : bit.ly/JavaMS2

    • @vishnuvardhan7204
      @vishnuvardhan7204 Місяць тому +2

      hi bro can i know difference between one of your paid courses and free course (this one)in youtube

    • @penchant91
      @penchant91 Місяць тому

      job assure provided by you mujhe karni thi to pucha

  • @annyd3406
    @annyd3406 4 місяці тому +878

    00:00:00 Introduction to Java Course
    00:05:04 Java Development Kit setup
    00:13:21 First code in java
    00:24:35 How Java Works
    00:36:34 Variables in java
    00:48:11 Data types in java
    01:00:28 Literal
    01:04:49 Type conversion
    01:17:20 Assignment Operators
    01:27:32 Relational Operators
    01:35:35 Logical Operators
    01:46:47 If Else
    01:59:45 If Else if
    02:05:18 ternary
    02:09:51 Switch Statement
    02:17:50 Need For Loop
    02:21:12 While Loop
    02:33:35 Do While Loop
    02:36:48 For Loop
    02:50:06 Which Loop To Use
    02:51:48 Class And Object Theory
    02:57:30 Class and Object Practical
    03:13:03 JDK JRE JVM
    03:18:22 Methods
    03:29:44 Method Overloading
    03:35:41 Stack And Heap
    03:48:12 Need of an Array
    03:52:01 Creation of Array
    03:59:28 Multi Dimensional Array
    04:12:30 Jagged and 3D Array
    04:18:08 Drawbacks of Array
    04:20:54 Array of Objects
    04:29:42 Enhanced for loop
    04:35:07 What is String
    04:42:24 Mutable vs Immutable string
    04:48:43 StringBuffer and StringBuilder
    04:54:23 static variable
    05:01:26 static block
    05:08:43 static method
    05:13:25 Encapsulation
    05:25:04 Getters and setters
    05:27:55 this keyword
    05:37:36 constructor
    05:44:35 default vs parameterized constructor
    05:49:36 this and super method
    06:01:42 Naming Convention
    06:06:08 Anonymous Object
    06:10:51 Need of Inheritance
    06:17:06 What is Inheritance
    06:25:50 Single and Multilevel inheritance
    06:29:41 Multiple Inheritance
    06:36:16 Method Overriding
    06:44:05 packages
    06:56:20 Access Modifiers
    07:04:42 Polymorphism
    07:08:31 Dynamic Method Dispatch
    07:16:29 Final keyword
    07:22:43 Object Class equals toString hashcode
    07:34:41 Upcasting and Downcasting
    07:41:17 abstract keyword
    07:53:26 Inner class
    07:59:03 Anonymous Inner class
    08:04:11 abstract and anonymous inner class
    08:07:22 What is Interface
    08:15:18 More on Interfaces
    08:18:40 Need of Interface
    08:27:11 What is Enum
    08:34:04 enum if and switch
    08:37:59 Enum Class
    08:45:45 What is Annotation
    08:53:14 Functional Interface
    08:56:43 Lambda Expression
    09:02:51 Lambda Expression with return
    09:06:08 Types of Interface
    09:10:41 What is Exception
    09:15:57 Exception Handling using try catch
    09:21:58 try with multiple catch
    09:32:14 Exception Hierarchy
    09:36:30 Exception throw keyword
    09:42:05 Custom exception
    09:45:35 Ducking Exception using throws
    09:55:29 User Input using BufferedReader and Scanner
    10:07:17 try with resources
    10:15:25 Threads
    10:20:37 Multiple Threads
    10:31:58 Thread Priority and Sleep
    10:39:20 Runnable vs Thread
    10:47:45 Race Condition
    11:00:15 Thread states
    11:03:45 Collection API
    11:08:30 ArrayList
    11:20:23 Set
    11:27:30 Map
    11:37:32 Comparator vs Comparable
    11:53:15 Need of Stream API
    12:00:12 forEach Method
    12:05:01 Stream API
    12:14:09 Map Filter Reduce Sorted

    • @rohitpatra4448
      @rohitpatra4448 4 місяці тому +9

      Thank you

    • @kumargagare6154
      @kumargagare6154 4 місяці тому +15

      Long live ! Thanks

    • @HR-pz7ts
      @HR-pz7ts 4 місяці тому +16

      Crazy that all of this is already covered by me. I probably don't need to learn and start building!!

    • @Tesla1
      @Tesla1 4 місяці тому

      🫠🫡

    • @mayur_mahamuni
      @mayur_mahamuni 4 місяці тому +1

      Thank you

  • @SudipBhattacharyya
    @SudipBhattacharyya 4 місяці тому +446

    I learned Java in 1998 (i.e., Java 2 with JDBC and some Swing)! But didn't code on Java after 1999 May and forgot everything! I am a senior software developer (exposure in C, Swift, Go, JS, Harbour and little bit Python) with more than 30 years of working experience. I found your course 2 days ago. Then thought why shouldn't I try Java again? As far as I went through your tutorial, I found your course is excellent. Thanks for sharing this excellent course totally free of cost!!! 🙂

    • @JakcKolam
      @JakcKolam 3 місяці тому +3

      why shouldn't I try Java again? Because Java is a horrible language like Linus Torvalds said. Try Kotlin.

    • @Mujahidkhan-vl7wr
      @Mujahidkhan-vl7wr 3 місяці тому

      Ok

    • @charanyadav9479
      @charanyadav9479 2 місяці тому +5

      Someone please refer me I am a fresher 2023 passed out thanks.

    • @fullstackdeveloper-qq7mh
      @fullstackdeveloper-qq7mh Місяць тому

      @@charanyadav9479 what are your primary coding skills

  • @gnanavigneshgunduboyina5248
    @gnanavigneshgunduboyina5248 4 місяці тому +160

    00:05:04 Java Development Kit setup
    Basic Java Concepts:
    00:13:21 First code in java
    00:24:35 How Java Works
    00:36:34 Variables in java
    00:48:11 Data types in java
    01:00:28 Literal
    01:04:49 Type conversion
    01:17:20 Assignment Operators
    01:27:32 Relational Operators
    01:35:35 Logical Operators
    Control Flow:
    01:46:47 If Else
    01:59:45 If Else if
    02:05:18 Ternary
    02:09:51 Switch Statement
    Loops:
    02:17:50 Need For Loop
    02:21:12 While Loop
    02:33:35 Do While Loop
    02:36:48 For Loop
    02:50:06 Which Loop To Use
    Classes and Objects:
    02:51:48 Class And Object Theory
    02:57:30 Class and Object Practical
    03:13:03 JDK JRE JVM
    03:18:22 Methods
    03:29:44 Method Overloading
    03:35:41 Stack And Heap
    Arrays:
    03:48:12 Need of an Array
    03:52:01 Creation of Array
    03:59:28 Multi Dimensional Array
    04:12:30 Jagged and 3D Array
    04:18:08 Drawbacks of Array
    04:20:54 Array of Objects
    04:29:42 Enhanced for loop
    Strings:
    04:35:07 What is String
    04:42:24 Mutable vs Immutable string
    04:48:43 StringBuffer and StringBuilder
    Static Members:
    04:54:23 Static variable
    05:01:26 Static block
    05:08:43 Static method
    Object-Oriented Programming (OOP) Concepts:
    05:13:25 Encapsulation
    05:25:04 Getters and setters
    05:27:55 this keyword
    05:37:36 Constructor
    05:44:35 Default vs Parameterized Constructor
    05:49:36 this and super method
    06:01:42 Naming Convention
    06:06:08 Anonymous Object
    Inheritance:
    06:10:51 Need of Inheritance
    06:17:06 What is Inheritance
    06:25:50 Single and Multilevel Inheritance
    06:29:41 Multiple Inheritance
    06:36:16 Method Overriding
    Packages and Access Modifiers:
    06:44:05 Packages
    06:56:20 Access Modifiers
    Polymorphism:
    07:04:42 Polymorphism
    07:08:31 Dynamic Method Dispatch
    07:16:29 Final keyword
    07:22:43 Object Class equals toString hashcode
    07:34:41 Upcasting and Downcasting
    07:41:17 Abstract keyword
    Inner Classes:
    07:53:26 Inner class
    07:59:03 Anonymous Inner class
    08:04:11 Abstract and Anonymous Inner class
    Interfaces:
    08:07:22 What is Interface
    08:15:18 More on Interfaces
    08:18:40 Need of Interface
    Enum and Annotations:
    08:27:11 What is Enum
    08:34:04 Enum if and switch
    08:37:59 Enum Class
    08:45:45 What is Annotation
    08:53:14 Functional Interface
    08:56:43 Lambda Expression
    09:02:51 Lambda Expression with return
    09:06:08 Types of Interface
    Exception Handling:
    09:10:41 What is Exception
    09:15:57 Exception Handling using try-catch
    09:21:58 Try with multiple catch
    09:32:14 Exception Hierarchy
    09:36:30 Exception throw keyword
    09:42:05 Custom Exception
    09:45:35 Handling Exceptions using throws
    09:55:29 User Input using BufferedReader and Scanner
    10:07:17 Try with resources
    Multithreading:
    10:15:25 Threads
    10:20:37 Multiple Threads
    10:31:58 Thread Priority and Sleep
    10:39:20 Runnable vs Thread
    10:47:45 Race Condition
    11:00:15 Thread states
    Collections:
    11:03:45 Collection API
    11:08:30 ArrayList
    11:20:23 Set
    11:27:30 Map
    11:37:32 Comparator vs Comparable
    Advanced Java:
    11:53:15 Need of Stream API
    12:00:12 forEach Method
    12:05:01 Stream API
    12:14:09 Map Filter Reduce Sorted

  • @Mostafizur_rahman188
    @Mostafizur_rahman188 4 місяці тому +61

    I can't possibly imagine how much hard work you had to put to create such outstanding bootcamp/lecture. I truly appreciate it!!

  • @Telusko
    @Telusko  4 місяці тому +43

    If this video is lagging for you try the playlist : ua-cam.com/play/PLsyeobzWxl7q6oUFts2erdot6jxF_lisP.html

    • @SudipBhattacharyya
      @SudipBhattacharyya 4 місяці тому

      Thank you! 🙂

    • @sanskarjaiswal4394
      @sanskarjaiswal4394 4 місяці тому

      Thank you so much Naveen, don't know how much you earn from this, but you are doing a great work for the community
      One suggestion please upload videos at Max 30mins length that will be very helpful

    • @RK22082
      @RK22082 Місяць тому

      Thank you sir ❤❤

  • @sebcal566
    @sebcal566 4 місяці тому +13

    I am starting a new position where the tech stack uses Springboot w/ Hibernate. It has been a while since I have used Java and this video course/series has been amazing in reviewing core concepts and I have actually even learned some new things. Your ability to explain things simply and light-hearted conversational approach to your lessons makes this long course easy to watch. Thank you!

  • @SriSri-vm4nq
    @SriSri-vm4nq 4 місяці тому +18

    This channel has grown leaps and bounds in the last few years. I know the time where there were

  • @Telusko
    @Telusko  4 місяці тому +133

    Video might lag on browser due to its length.
    try on Mobile app

    • @siddhantprakash.
      @siddhantprakash. 4 місяці тому +3

      Where's the GitHub link of the project?

    • @jitendramahapatra1239
      @jitendramahapatra1239 4 місяці тому +1

      please sir make audio track available. So that everyone gets a better society. please 🙏 sir

    • @swarooprajpurohit110
      @swarooprajpurohit110 2 місяці тому

      @@jitendramahapatra1239 yt-dlp -x "ua-cam.com/video/4XTsAAHW_Tc/v-deo.html"

    • @CST1992
      @CST1992 16 днів тому

      You should make a playlist instead.

  • @majinkiko2358
    @majinkiko2358 4 місяці тому +27

    This is completely nuts. Thank you for this knowledge and insane hard work given for free to us. I am an Angular developer and I was looking to become full-stack with Java and I think I've found gold

  • @SuneelKumar-mh3zf
    @SuneelKumar-mh3zf 4 місяці тому +128

    Seems, mind bending course in the history of java tutorials🔥💥
    Hats off to u Navin sir👏

    • @tekamanurag6065
      @tekamanurag6065 3 місяці тому +1

      Not seems it is , I think one can easily get a job if he completed this and practiced properly.

  • @dionysios4714
    @dionysios4714 4 місяці тому +28

    I don't enjoy video courses, but this man makes it enjoyable. You have a real talent for teaching, I really appreciate your ability to use analogies and your draw tool to facilitate conceptualization. Thank you for the free course, you've helped me tremendously preparing for my new job.

  • @yogeeshrsyogeeshrs4204
    @yogeeshrsyogeeshrs4204 4 місяці тому +10

    Really fell in love with your course delivery way. This is longest tutorial ever found.
    Thank you so much
    You made my way very easy thanks a lot.

  • @brianlevi4964
    @brianlevi4964 4 місяці тому +21

    Basic Java Concepts:
    00:13:21 First code in java
    00:24:35 How Java Works
    00:36:34 Variables in java
    00:48:11 Data types in java
    01:00:28 Literal
    01:04:49 Type conversion
    01:17:20 Assignment Operators
    01:27:32 Relational Operators
    01:35:35 Logical Operators
    Control Flow:
    01:46:47 If Else
    01:59:45 If Else if
    02:05:18 Ternary
    02:09:51 Switch Statement
    Loops:
    02:17:50 Need For Loop
    02:21:12 While Loop
    02:33:35 Do While Loop
    02:36:48 For Loop
    02:50:06 Which Loop To Use
    Classes and Objects:
    02:51:48 Class And Object Theory
    02:57:30 Class and Object Practical
    03:13:03 JDK JRE JVM
    03:18:22 Methods
    03:29:44 Method Overloading
    03:35:41 Stack And Heap
    Arrays:
    03:48:12 Need of an Array
    03:52:01 Creation of Array
    03:59:28 Multi Dimensional Array
    04:12:30 Jagged and 3D Array
    04:18:08 Drawbacks of Array
    04:20:54 Array of Objects
    04:29:42 Enhanced for loop
    Strings:
    04:35:07 What is String
    04:42:24 Mutable vs Immutable string
    04:48:43 StringBuffer and StringBuilder
    Static Members:
    04:54:23 Static variable
    05:01:26 Static block
    05:08:43 Static method
    Object-Oriented Programming (OOP) Concepts:
    05:13:25 Encapsulation
    05:25:04 Getters and setters
    05:27:55 this keyword
    05:37:36 Constructor
    05:44:35 Default vs Parameterized Constructor
    05:49:36 this and super method
    06:01:42 Naming Convention
    06:06:08 Anonymous Object
    Inheritance:
    06:10:51 Need of Inheritance
    06:17:06 What is Inheritance
    06:25:50 Single and Multilevel Inheritance
    06:29:41 Multiple Inheritance
    06:36:16 Method Overriding
    Packages and Access Modifiers:
    06:44:05 Packages
    06:56:20 Access Modifiers
    Polymorphism:
    07:04:42 Polymorphism
    07:08:31 Dynamic Method Dispatch
    07:16:29 Final keyword
    07:22:43 Object Class equals toString hashcode
    07:34:41 Upcasting and Downcasting
    07:41:17 Abstract keyword
    Inner Classes:
    07:53:26 Inner class
    07:59:03 Anonymous Inner class
    08:04:11 Abstract and Anonymous Inner class
    Interfaces:
    08:07:22 What is Interface
    08:15:18 More on Interfaces
    08:18:40 Need of Interface
    Enum and Annotations:
    08:27:11 What is Enum
    08:34:04 Enum if and switch
    08:37:59 Enum Class
    08:45:45 What is Annotation
    08:53:14 Functional Interface
    08:56:43 Lambda Expression
    09:02:51 Lambda Expression with return
    09:06:08 Types of Interface
    Exception Handling:
    09:10:41 What is Exception
    09:15:57 Exception Handling using try-catch
    09:21:58 Try with multiple catch
    09:32:14 Exception Hierarchy
    09:36:30 Exception throw keyword
    09:42:05 Custom Exception
    09:45:35 Handling Exceptions using throws
    09:55:29 User Input using BufferedReader and Scanner
    10:07:17 Try with resources
    Multithreading:
    10:15:25 Threads
    10:20:37 Multiple Threads
    10:31:58 Thread Priority and Sleep
    10:39:20 Runnable vs Thread
    10:47:45 Race Condition
    11:00:15 Thread states
    Collections:
    11:03:45 Collection API
    11:08:30 ArrayList
    11:20:23 Set
    11:27:30 Map
    11:37:32 Comparator vs Comparable
    Advanced Java:
    11:53:15 Need of Stream API
    12:00:12 forEach Method
    12:05:01 Stream API
    12:14:09 Map Filter Reduce Sorted

  • @Gowtham91mn
    @Gowtham91mn 3 місяці тому +13

    30:29:58 - Introduction to Hibernate
    30:32:13 - Prerequisites for Hibernate
    30:34:48 - hibernate theory
    30:44:32 - Hibernate practical
    30:56:29 - How to add Hibernate Plugin in Eclipse
    30:58:06 - Configuration File
    31:05:21 - Working
    31:09:58 - show sql Property
    31:13:20 - Annotation
    31:18:07 - Fetch data using Hibernate
    31:22:39 - How to use Embeddable Object
    31:30:31 - Mapping Relations Theory
    31:43:35 - Mapping Relations Practical

  • @AMalevolentCreation
    @AMalevolentCreation 4 місяці тому +9

    Honestly going to use this video as a staple for any of my friends breaking into software engineering. Respect for putting in the time and effort on this

  • @cuma212
    @cuma212 4 місяці тому +111

    Thanks for this great video
    for anyone who wants to start, this is a lot of content so I tried to create a 12 week plan (monday to friday)
    Weekday-Only Study Plan (12 Weeks)
    Weeks 1-4: Foundations
    Week 1 (5 days): Core Java
    Week 2 (5 days): JUnit
    Week 3 (5 days): Data Structures and Algorithms (DSA)
    Week 4 (5 days): Git and JDBC
    Weeks 5-8: Web Technologies and Hibernate
    Week 5 (5 days): Servlet and JSP
    Week 6 (5 days): Hibernate
    Week 7 (5 days): Rest API Web Service
    Week 8 (5 days): Introduction to Spring Framework
    Weeks 9-12: Advanced Spring and Project Work
    Week 9 (5 days): Spring JDBC, MVC, ORM Theory, Data JPA
    Week 10 (5 days): Rest API using Spring Boot
    Week 11 (5 days): Projects (Spring Boot MVC and MongoDB Full Project)
    Week 12 (5 days): Spring AOP, Spring Security, Microservices
    1. Video Content Study (30 minutes)
    Dedicate the first 30 minutes of your daily session to studying the video content. This includes understanding theories, concepts, and demonstrations.
    2. Practical Work (20 minutes)
    Use the remaining 20 minutes for hands-on coding exercises or practical applications related to the day's topic. This can involve writing code, debugging, or working through small projects.
    3. Friday Flexibility
    Utilize Fridays for review, deeper practice, or catching up on content if needed. This could mean focusing more on practical work or revisiting complex topics from the video.

    • @cuma212
      @cuma212 4 місяці тому +9

      Remember: this is not a race

    • @user-fh6ns1sb1n
      @user-fh6ns1sb1n 4 місяці тому +3

      Core Java in just 5 days. That's bit rush. Core java consist of around 13 hours content ~25 % of course. Just thought for day😅😅😅

    • @cuma212
      @cuma212 4 місяці тому

      @@user-fh6ns1sb1n yes, take that timeline with a grain of salt as I already have expeirence with software development

    • @heisenberg6461
      @heisenberg6461 4 місяці тому +1

      above all topics are included in this video ?

  • @vidyanigunarathne9690
    @vidyanigunarathne9690 2 місяці тому +2

    This video is a complete game changer for me! Your dedication and efforts are much appreciated. You teach Java in a clear and understandable manner. Thank you for providing this amazing resource for free. Keep up the fantastic work on creating bootcamps for other programming languages!

  • @modxy7464
    @modxy7464 4 місяці тому +11

    for me personally you have the most helpful tutorials in all of youtube

  • @timtom3403
    @timtom3403 4 місяці тому +23

    i think you have the world record for longest dev course video for free, thanks a tonne for sharing your knowledge and efforts

  • @ishaankapoor933
    @ishaankapoor933 2 місяці тому +4

    12:08:41 to 12:12:50
    It was not necessary at all, but yet you went the extra mile to explain it.
    Hats off sir. Amazing tutorial

  • @user-tz1bc8pn5i
    @user-tz1bc8pn5i 4 місяці тому +6

    Firstly, looking for all of the related courses at one place with the best resource is a great relief for one go.Thank you so much. Very valuable content

  • @lakee_prasad2973
    @lakee_prasad2973 4 місяці тому +60

    It's actually not a course sir, It's a Skill and you made it sir, It's only possible with you sir....Because you are Navin Sir 👌

  • @jericho7989
    @jericho7989 4 місяці тому +3

    This was the first time I had seen lengthy course in youtube. Telusko really cares about aspiring developers

  • @samareshshil69
    @samareshshil69 2 місяці тому +1

    It takes utmost dedication and love for teaching to upload videos like this one. Thank you sir for your service

  • @shreyabajaj4588
    @shreyabajaj4588 4 місяці тому +5

    the thing which I was searching since last 6 months I learned java I think just basics so very much excited to begin the journey of the 2 day course ..thankyou very much.....I AM THE BIGGEST FAN OF JAVA LANGUAGE AND MY LOVE AND ALSO MY 1st language. thankyou for providing the course will rate after I finished it....

  • @uditarora1215
    @uditarora1215 4 місяці тому +4

    Thank you man ! ❤🎉. Hats off to the team for showing such commitment and dedication 👏🤞

  • @user-rj8ut7bg5x
    @user-rj8ut7bg5x 3 місяці тому +1

    big shout-out to our legend Navin, been struggling with spring because I skipped multiple step and didn't know the path to follow, hopefully this will be the one.

  • @roshansschoolofthoughts8962
    @roshansschoolofthoughts8962 2 місяці тому +1

    Brilliant course coverage Navin!!

  • @oanshee2462
    @oanshee2462 4 місяці тому +3

    I don't know how to thank you! The best teacher on youtube, thank you so much.

  • @nischalkunwar7773
    @nischalkunwar7773 4 місяці тому +3

    Mind blowing and simply understood ...I was relaxed and continously watched video non stop for 1 hours but didn't recognised the time because I was enjoying.❤

  • @shivamsoni1547
    @shivamsoni1547 4 місяці тому +13

    money was the hindrance between skill and course, but special thanks to you sir❤ so many grateful to you🎉

  • @yuvansankark6120
    @yuvansankark6120 4 місяці тому +2

    Thank you soo much sir now only I found your channel felt blessed your efforts is like beyond my expectation really I will make use of your channel and will be placed in good product company

  • @ravichandran178
    @ravichandran178 4 місяці тому +3

    your the only one. can explain everything very easy to understand ...... thank you so much brother

  • @prathikkumar6823
    @prathikkumar6823 4 місяці тому +2

    This is extraordinary Navin sir!people charge thousands for the same course !Thank you so much!

  • @SivaChaitanyaReddySanivarapu
    @SivaChaitanyaReddySanivarapu 2 місяці тому

    Very very helpful. I am following your videos from past couple of years.

  • @omraniar
    @omraniar 3 місяці тому

    I hope every tutorial in youtube will be like this. Thank you very much 🙏

  • @manafagazade6237
    @manafagazade6237 4 місяці тому +2

    In the Bubble Sort you can use lets say step variable to check if you already sorted the array.
    for (int i = 0; i < size; i++) {
    int step = 0;
    for (int j = 0; j < size - i - 1; j++) {
    if (nums[j] > nums[j + 1]) {
    temp = nums[j];
    nums[j] = nums[j + 1];
    nums[j + 1] = temp;
    step++;
    }
    }
    if (step == 0)
    break;
    System.out.println();
    for (int num : nums) {
    System.out.print(num + " ");
    }
    }
    Here if the value of the step variable is equal to 0, it means non of the contiguous values are swapped, so it means array is already sorted. So it will make your program faster. Btw, thanks for your educational video

  • @vipulpatil6416
    @vipulpatil6416 4 місяці тому

    Thanks a lot! Telusko. Great help from you guys to make us learn Java. It means a lot.

  • @adityaupadhyay7406
    @adityaupadhyay7406 4 місяці тому +2

    Thankyou sir , I have been trying to learn java and advanced java for a long time and now i got the right video. Also this course also helped me to know how to learn. I have done java in past and according to my knowledge this is an exceptional course. Again thankyou for posting this master piece.

  • @user-jd4qj4dh4n
    @user-jd4qj4dh4n 4 місяці тому +1

    Thanks word is very little for Navin sir.. Only for him I started to show interest in coding and working in IT. His video really helps everyone who want to build career in IT🙏🙏🙏

  • @maturiarun3267
    @maturiarun3267 4 місяці тому +19

    eagerly waiting for the most awaiting concept SPRING from naveen sir ❤

  • @user-fh6ns1sb1n
    @user-fh6ns1sb1n 4 місяці тому +3

    Day 2 : Learnt about classes declaration and instantiation, heap and stack memory and associated concepts like static variables & methods, static block, super and this function, private variables and getters and setterrs concept. One thing which stands apart is explaination of String data type. Kudos !!

  • @michaeljohnbritto8399
    @michaeljohnbritto8399 Місяць тому

    Nice course with a good explanation. I am so excited to see this 2-day tutorial. And I think I learn a lot from this tutorial

  • @aniketnangare904
    @aniketnangare904 4 місяці тому +6

    Thanks alot sir you are giving to community alot and I will not be surprised if you become java champion one day!!!!

  • @arnabpramanik4665
    @arnabpramanik4665 4 дні тому

    I never found such a comprehensive video of Full Java anywhere. Thank you sir for making for free at youtube❤❤❤❤❤

  • @horic007
    @horic007 4 місяці тому +1

    The first video that I watched on your channel was 8 years ago.
    Love your way of teaching. Thank you very much! 🔥

  • @nuranranawaka1451
    @nuranranawaka1451 3 місяці тому

    Thank you very much Navin sir! I started learning programming from your python course years ago and I learnt a lot from this course too. You did not disappoint

  • @quantasync
    @quantasync 3 місяці тому +4

    Jesus.. This is goddamn masterpiece! I wonder how much time it took to render... not even asking about time used to create this course and video editing.. Bravo!

  • @samahmahdi5511
    @samahmahdi5511 4 місяці тому +1

    The best complete Java course, thanks a lot :)

  • @ashishjaiswal8074
    @ashishjaiswal8074 4 місяці тому +17

    Hey Navin Sir😊.. thank you so much for the same.48 hours ohhh my goddd really 🔥...This tutorial is very helpful for us. you can't imagine how much this content going to help us to get a job in a good company.it's far better than many paid courses. hats off 🙌

  • @user-jd4qj4dh4n
    @user-jd4qj4dh4n 3 місяці тому +1

    Navin sir thank you for making such a very useful vedio, all important learning topics for a developer you have included within a single vedio, it helps me a lot.Thanks again for your hardwork and help for all of IT professional 🙏🙏🙏

  • @user-fh6ns1sb1n
    @user-fh6ns1sb1n 4 місяці тому +1

    After some hit and trial, found that : If we have final method in parent class which is private , then child class can also have method with same name. e.g. In video, class A has show() method if we make it private then class B ( which extends class A ) can also have show() method as it only looks for public/protected methods from parent class . Cool stuff!!

  • @user-fo3wc2gr2g
    @user-fo3wc2gr2g 4 місяці тому +1

    Its what i looking for.
    Thankyou for your great efforts. Appreciated it.

  • @skchoudhary7956
    @skchoudhary7956 4 місяці тому +2

    Thank you sir for combining all these components together...

  • @iggyzxc
    @iggyzxc 2 місяці тому

    More power to you Navin! ❤ from Philippines

  • @AmanVerma-sx7gz
    @AmanVerma-sx7gz 4 місяці тому +3

    I am amazed and being a long course still enjoyable interesting loved your teaching method sir

  • @JohnWick-hp8wn
    @JohnWick-hp8wn 4 місяці тому +6

    Thank you so much Navin Sir..Words can't describe how much your learning means to us

    • @Gurukulsoft
      @Gurukulsoft 4 місяці тому

      What is meaning

    • @havishas8934
      @havishas8934 4 місяці тому +2

      @@Gurukulsoft its heart ❤ emoticon symbol using letters/symbols

    • @Gurukulsoft
      @Gurukulsoft 4 місяці тому

      @@havishas8934 thanks💚

  • @deepaksaran3897
    @deepaksaran3897 2 місяці тому

    thanks man t have been looking for this kind of video for long time and now i found it i hope for all lang a video like this is more useful for many people❣❣❣

  • @omdevs
    @omdevs Місяць тому

    What a great course! Keep up the amazing work!

  • @nmango
    @nmango 4 місяці тому +2

    This is incredible, all you need to know about backend. I didnt even start watching it but i know its a great video. After i finish angular im going for it.

  • @lensam5288
    @lensam5288 4 місяці тому

    Nebil doesn't only explain java it makes it stuck in your mind the way he explain it

  • @lilaclove1709
    @lilaclove1709 Місяць тому

    YOUR COMMUNICATION SKILLS AND EXPLANATION BANG ON

  • @shishirpokhrel8870
    @shishirpokhrel8870 4 місяці тому

    awesome job sir.Keep it going.Love your effort and enery toward teaching.I love you

  • @RohitVishwakarma-zl1ng
    @RohitVishwakarma-zl1ng 4 місяці тому +2

    I learned Java the previous year it's so easy I just came here to revise my Java and learn spring boot

  • @roshanmaheshwari7292
    @roshanmaheshwari7292 21 день тому

    Thank you for such a comprehensive video sir ❤

  • @potaetoupotautoe7939
    @potaetoupotautoe7939 23 дні тому +2

    You're a genius at explaining things.
    This is the first time I've donated any money to anybody on the internet. Not even livecams lol.
    Idk why the youtube algorithm didn't recommend your channel to me all these years. keep up the good work.
    Please add patreaon or something where you can directly accept donations. (Just found out youtube takes a 30% cut and if I was no Iphone, apple takes 30% and then youtube takes 30% after that. I feel robbed lol)

  • @bhavanagattu5958
    @bhavanagattu5958 4 місяці тому +4

    Very thankful to you! Thanks!

  • @user-fh6ns1sb1n
    @user-fh6ns1sb1n 4 місяці тому +2

    Day 9 : Learnt about Stream API and some new features in java language like sealed classes, record class, var keyword & its scope, etc. Today's lecture was mostly informative but quite useful. Thanks Navin sir for CoreJava series. Tomorrow will start learning about unit testing in java. 😁😁😁😁😁😁

  • @mateoherrera1413
    @mateoherrera1413 Місяць тому +6

    This is a 24-week course.
    Core Java (Week 1-5)
    Review all the code, create small projects(Week 6)
    JDBC(Week 7)
    Servlets and JSP (Week 8)
    Maven (Week 9)
    Hibernate (Week 10-11)
    Spring Framework (Week 13)
    Spring Boot (Week 14)
    Spring Data JPA (Week 15)
    Spring MVC (Week 16)
    Spring AOP (Week 17)
    Spring REST (Week 18)
    Spring Security (Week 19)
    Docker (Week 21)
    Cloud Deployment (Week 22)
    Microservices (Week 23-24)
    1. Practical Work (20 minutes)
    Use the remaining 20 minutes for hands-on coding exercises or practical applications related to the day's topic. This can involve writing code, debugging, or working through small projects.
    2. Friday Flexibility
    Utilize Fridays for review, deeper practice, or catching up on content if needed. This could mean focusing more on practical work or revisiting complex topics from the video.

  • @rajangiri7890
    @rajangiri7890 4 місяці тому +1

    Once again you won all the student's heart 💗

  • @AnkitPoudel-jm6hq
    @AnkitPoudel-jm6hq 4 місяці тому

    You are awesome.Thanks for your effort.Really appreciate it.Thanks alot.

  • @ohmwai
    @ohmwai 3 місяці тому +2

    5 hours done. Learning a lot!! 43 more to go.

  • @AniketSingh-mj2dj
    @AniketSingh-mj2dj 4 місяці тому +2

    Thank you sir for delivering top notch content

  • @mahendranath2504
    @mahendranath2504 4 місяці тому

    Wow, Thank you so much for sharing the knowledge, liked 👍 and subscribed

  • @mpooja6858
    @mpooja6858 6 днів тому

    Thank you so much for making us Java Developers 🙌

  • @hari3070
    @hari3070 4 місяці тому

    Bro, this is just great. Thank you !!!

  • @mikedelta658
    @mikedelta658 4 місяці тому

    Dear Navin,Wishing you abundant blessings! Greeting from Washington, DC!

  • @atul8717
    @atul8717 4 місяці тому +1

    thanks for providiing such a amazing content sir.

  • @user-fh6ns1sb1n
    @user-fh6ns1sb1n 4 місяці тому

    Day 8: Learnt about Collection API and Collections package. Took some examples to understand basic operations on collection object like ArrayList ( which implements List interface which utilimately extends Collection inteface ), HashMap etc. Operations performed : add, remove, sort etc. I am starting to get hang of java language but still will need lots of practice to get familiar with syntax

  • @YashKumar_0520
    @YashKumar_0520 4 місяці тому

    Amazing Sir , Hats off to your dedication

  • @sdetrpk548
    @sdetrpk548 4 місяці тому

    This is really Great work .Thanks for all your efforts

  • @Takeiteasy4Ever
    @Takeiteasy4Ever 3 місяці тому

    Great job sir.
    48 hours..! Realy you deserve Iron man title

  • @Rahmonic
    @Rahmonic 4 місяці тому +1

    this looks very well organized, I can't get to it today. But I am hoping the recording will be available after?
    Thank You Navin for all the hard work

  • @parasharamshejal3000
    @parasharamshejal3000 4 місяці тому

    This is an uncountable valueable video lecture knowledge. I liked this video and explain knowledge

  • @user-ff4sw4xg1e
    @user-ff4sw4xg1e 4 місяці тому

    Thank You for thr full backend course

  • @anishbalami3570
    @anishbalami3570 3 місяці тому +1

    wow... I am amazed and thrilled. This 2024 year is surely gonna be life changing. Telusko sir, I have been learning java from your channel for these past couple of months and I am loving the process. And now with these combined videos to master the java, I am getting much more excited. Thank you for giving that rays of light in a time where I thought of giving up coding. It means alot. Although I am learning through these free courses of yours but when I got placement, I will surely buy some courses from your website as to help you continue doing these awesome work.
    Thank you once again Sir..

  • @mensahemmanuelkonadu730
    @mensahemmanuelkonadu730 4 місяці тому

    Please build full projects in with us in the coming videos in Java. God Bless You

  • @Vicky75635
    @Vicky75635 4 місяці тому

    Mind blowing, thank you for providing

  • @tanish9381
    @tanish9381 4 місяці тому

    wow sir, thank you so much , this is a blessing.

  • @atanumojumdar
    @atanumojumdar 4 місяці тому

    Thank you very much for this content 💜

  • @achmada5611
    @achmada5611 4 місяці тому

    Thank you so much for posting this course, I will learn from this, and I believe I will get higher salary or can build my own product by learning this

  • @priyahamsa452
    @priyahamsa452 4 місяці тому

    Eagerly waiting...Many thanks😄

  • @pakistaninsaudi
    @pakistaninsaudi 4 місяці тому

    bro how generous you are that you have put complete java from zero to hero for free ❤

  • @lovensonbeaucicot2247
    @lovensonbeaucicot2247 Місяць тому

    48 hours of topnotch content for free, you're a blessing Sir. When I get my first Java job, I swear I will reward you upon my first pay.

  • @sparkingkiran-tq3mh
    @sparkingkiran-tq3mh 4 місяці тому

    Just finished first 30min felt really interesting and, if i maintain running notes and do this course, it ill definitely help my it career as java developer.

  • @introvertsenpai9968
    @introvertsenpai9968 4 місяці тому

    Woah , Telusko is a beast to drop this video 🤯

  • @ayasafed1043
    @ayasafed1043 27 днів тому

    Thank you for this course we appreciate it

  • @Sandeep-zd6dq
    @Sandeep-zd6dq 4 місяці тому

    Woah it’s amazing, it’s a job ready course 😎🙌🔥

  • @Anil--hs1fb
    @Anil--hs1fb 3 місяці тому +1

    I'm completely into python and scared of java, but your videos made me learn java easily