Bits And Bytes
Bits And Bytes
  • 35
  • 70 887
Spring Boot Global Exception Handling Explained in Hindi | Java Interview Question | BitsAndBytes
Welcome to the 9th video in our Spring Boot course! In this tutorial, we will cover Global Exception Handling in Spring Boot, a crucial topic for building robust applications. Learn how to handle exceptions globally using @ControllerAdvice and @ExceptionHandler to create a clean and centralized error management strategy.
🔵 Topics Covered:
What is Global Exception Handling?
Using @ControllerAdvice and @ExceptionHandler
Best practices for handling exceptions in Spring Boot
Real-world use case examples
This video is explained in Hindi to help you understand the concepts more comfortably. This topic is also commonly asked in Java interviews, making it essential for your preparation.
Complete Spring Boot Course Playlist: ua-cam.com/video/s6G1bQ2XMpk/v-deo.html
Subscribe for more Spring Boot tutorials: / @bitsandbytes0101
Follow me on social media for updates:
Instagram: subhash307
LinkedIn: linkedin.com/in/subhash-kumar-aa11a557
Whatsapp Channel: whatsapp.com/channel/0029VadTSFJ1NCrNbUamUq3f
Don't forget to like, share, and subscribe for more videos!
#SpringBoot #Java #ExceptionHandling #SpringBootTutorial #JavaInterviewQuestions #GlobalExceptionHandling #HindiTutorial #SpringBootCourse #BitsAndBytes"
Переглядів: 61

Відео

Advanced Database Operations: Entity Relationships, Fetch Types, and Cascade Explained | In Hindi
Переглядів 14812 годин тому
Welcome to the Spring Boot Course! "In this video, i have covered about advanced database operations, everything you need to know about entity relationships, fetch types (Eager vs Lazy), and cascading operations in detail. Whether you're new to JPA or looking to solidify your understanding of these critical concepts, this tutorial will guide you step-by-step with practical examples. 🔔 Don't for...
Spring Boot + MySQL Configuration Tutorial | Step-by-Step Guide for Beginners | In Hindi
Переглядів 48День тому
Welcome to the Spring Boot Course! In this tutorial, we will walk you through the step-by-step process of configuring MySQL with Spring Boot. You will learn how to set up MySQL as your database, integrate it with Spring Boot, and establish a connection to handle data seamlessly in your Spring Boot projects. Topics Covered: How to install and configure MySQL Setting up the Spring Boot applicatio...
Complete Rest API in Spring Boot | In Hindi | Spring boot complete course
Переглядів 24821 день тому
In this Spring Boot tutorial, we are creating a REST API that handles Product and Category relationships. Learn how to implement One-to-Many and Many-to-One relationships, build DTOs, and return data effectively using Spring Boot annotations. Whether you're a beginner or looking to enhance your knowledge in building microservices, this guide will walk you through creating real-world APIs step b...
Rest API in Spring Boot | In Hindi | Spring boot complete course | Beginners to Advanced
Переглядів 236Місяць тому
In this Spring Boot REST API tutorial, you 'll learn how to handle relationships between entities using JPA. Specifically, we'll explore the Product-Category relationship, where a Product belongs to a Category, and a Category can have multiple Products. This tutorial will guide you through creating and managing these relationships in a real-world Spring Boot application. We'll cover everything ...
Spring Boot Annotations in Hindi | Spring boot Course | Important Interview Questions
Переглядів 283Місяць тому
Welcome to Spring Boot series course:4 In this 30-minute tutorial, we have covered the Important Spring Boot annotations. You'll learn how and when to use annotations while development and making your applications more efficient and easier to maintain. Whether you're a beginner or looking to sharpen your skills, this video covers everything you need to know about Spring Boot annotations. What Y...
Spring Boot Local Setup Tutorial in Hindi | Step-by-Step Guide for Beginners
Переглядів 132Місяць тому
Welcome to our Spring Boot Local Setup tutorial! In this video, we'll walk you through the step-by-step process of setting up a Spring Boot project on your local machine. Whether you're a beginner or looking to refresh your skills, this guide covers everything you need to get started with Spring Boot. We'll cover installing Java, setting up your IDE, and creating your first Spring Boot applicat...
Spring Boot Course Introduction | Learn Spring Boot from Basics to Advanced | Explained in Hindi
Переглядів 150Місяць тому
Welcome to the Spring Boot Course! In this video, we'll introduce you to the Spring Boot framework, covering everything from its basics to advanced concepts. Whether you're a beginner looking to understand what Spring Boot is or an experienced developer wanting to dive deeper, this course is designed for you. We'll discuss the advantages of using Spring Boot, how it simplifies the development p...
Spring Boot Course Agenda: Complete Roadmap for Beginners to Advanced | Explained in Hindi
Переглядів 3202 місяці тому
Welcome to my channel! In this video, we present the agenda for our Spring Boot course. Whether you're a beginner or looking to deepen your knowledge, this course is designed to take you from the basics to advanced topics. Join us as we outline the topics we'll cover, including project setup, RESTful web services, security, database integration, and more. Stay tuned to our channel for detailed ...
String in Java | Explained in Hindi | Important Interview questions
Переглядів 1882 місяці тому
Welcome to My Channel! In this tutorial, we'll dive deep into Java Strings. Learn everything from basic string operations to advanced concepts like immutability, memory efficiency, and security benefits. Perfect for beginners and experienced developers alike, this video will help you to understand the Java Strings. Don't forget to like, share, and subscribe for more Java tutorials! Topics Cover...
Java Collection Framework - Part 5 : Map Interface | Explained in Hindi
Переглядів 4012 місяці тому
Welcome to the fifth part of our Java Collection Framework series! In this tutorial, we'll dive deep into the Map interface. You'll learn about its key features, implementation classes like HashMap, LinkedHashMap, TreeMap, and much more. This video is designed to help you understand how to use maps effectively in your Java programs. Whether you're preparing for an interview or just looking to s...
Java Collection Framework - Part 4: Queue Interface | Complete explanation in Hindi
Переглядів 1862 місяці тому
Welcome to Part 4 of our Java Collection Framework tutorial series! In this video, we dive into the Queue interface, one of the key components in Java's collection framework. We'll explore how to use Queue, its various implementations, and real-world use cases. What You'll Learn: - Overview of the Queue interface - Methods provided by the Queue interface - Common implementations (PriorityQueue,...
Java Collection Framework - Part 3: Deep dive into Set interface | Explained in Hindi
Переглядів 4343 місяці тому
Welcome to Part 3 of our Java Collection Framework series! In this video, we explore the Set interface in detail. This tutorial covers the essentials of using Set in Java, including practical examples and best practices. Whether you're a beginner or an experienced developer, you'll find valuable insights to enhance your programming skills. Key Topics Covered: Introduction to the Set Interface. ...
List in Java collection | Explained in Hindi
Переглядів 4533 місяці тому
Welcome to my channel! In this video, we have covered complete List Interface and all of their implemented classes from the Java Collection Framework. This is the second part of our comprehensive Java Collection Framework series. In this tutorial, we have covered: Overview of the List interface ArrayList LinkedList Vector Stack Key differences and use cases of each List implementation Practical...
Java Collection Framework - Part 1: Overview and Introduction
Переглядів 4773 місяці тому
Welcome to Part 1 of our Java Collection Framework tutorial series! In this video, we provide a overview of the Java Collection Framework. You'll learn what collections are, why they are essential, and how to effectively use them in your Java programs. This tutorial covers: What is a Collection? The need for Collections in Java Basic usage and examples of Collections Stay tuned for the upcoming...
Java 8 Optional | Explained in Hindi
Переглядів 2203 місяці тому
Java 8 Optional | Explained in Hindi
Method Reference in Java 8 | Explained in Hindi
Переглядів 1,1 тис.4 місяці тому
Method Reference in Java 8 | Explained in Hindi
Complete Java Serialization | Explained in Hindi
Переглядів 6705 місяців тому
Complete Java Serialization | Explained in Hindi
Exception Handling in Java | Explained in HINDI | Java Interview question | BitsAndBytes
Переглядів 5065 місяців тому
Exception Handling in Java | Explained in HINDI | Java Interview question | BitsAndBytes
🎉 Thank You 1,000 ! 🎉
Переглядів 655 місяців тому
🎉 Thank You 1,000 ! 🎉
Understand Volatile Keyword in Java | In Hindi
Переглядів 1,2 тис.5 місяців тому
Understand Volatile Keyword in Java | In Hindi
What is Multithreading in Java | In Hindi
Переглядів 2,1 тис.6 місяців тому
What is Multithreading in Java | In Hindi
Java Concurrency Part 4: The Fork Join Framework | The Fork / Join Framework in java | In Hindi
Переглядів 1,3 тис.6 місяців тому
Java Concurrency Part 4: The Fork Join Framework | The Fork / Join Framework in java | In Hindi
What is Hashcode and Equals methods in Java | Java popular interview questions | Explained in Hindi
Переглядів 1,5 тис.6 місяців тому
What is Hashcode and Equals methods in Java | Java popular interview questions | Explained in Hindi
Java Concurrency Part 3 : Concurrent Collections | Explanation in Hindi
Переглядів 1,7 тис.7 місяців тому
Java Concurrency Part 3 : Concurrent Collections | Explanation in Hindi
Java Concurrency Part 2: Executors | Executor Framework in java | Complete Course | In Hindi
Переглядів 6 тис.7 місяців тому
Java Concurrency Part 2: Executors | Executor Framework in java | Complete Course | In Hindi
Java Concurrency Part 1: Synchronizers | Java interview question | In Hindi | Simple explanation
Переглядів 4,4 тис.8 місяців тому
Java Concurrency Part 1: Synchronizers | Java interview question | In Hindi | Simple explanation
Stream API in Java | Complete course | Explained in Hindi | Interview question explained on Stream
Переглядів 39 тис.8 місяців тому
Stream API in Java | Complete course | Explained in Hindi | Interview question explained on Stream
Java Functional Interface and Lambda Expression | Explained in Hindi
Переглядів 7618 місяців тому
Java Functional Interface and Lambda Expression | Explained in Hindi
What is Try with Resources in java | Easy explanation in Hindi #shorts
Переглядів 1309 місяців тому
What is Try with Resources in java | Easy explanation in Hindi #shorts

КОМЕНТАРІ

  • @mayanktomar9562
    @mayanktomar9562 День тому

    Sir java spring boot mein opportunity hai freshers ke liye as compared MERN ? kyuki java developer mein dekha hai ki experienced log hee jaate hai

  • @sanjaykanth3653
    @sanjaykanth3653 День тому

    hi bro..please make a video on from scract login for,m or registraction form with authencation using spring boot and microservices

    • @BitsAndBytes0101
      @BitsAndBytes0101 9 годин тому

      @@sanjaykanth3653 in this spring boot series I will cover the security part.

  • @sanjaykanth3653
    @sanjaykanth3653 День тому

    hi bro..please make a video on from scract login for,m or registraction form with authencation using spring boot and microservices

  • @sheemabraza9785
    @sheemabraza9785 5 днів тому

    Bro why are u uploading videos too late.

    • @BitsAndBytes0101
      @BitsAndBytes0101 9 годин тому

      Sorry bhai thoda busy rehta hoon 😔try karunga atleast 2 video per week daal pau

    • @sheemabraza9785
      @sheemabraza9785 9 годин тому

      @@BitsAndBytes0101 thanks 👍

  • @nikhilmandhare1486
    @nikhilmandhare1486 7 днів тому

    Notes

  • @prestige2948
    @prestige2948 8 днів тому

    Thanks a lot sir for teaching in a such way that with wasting time and not consuming any time and simultanously teach large volume of topic in this short video. We are blessed that @Bit and Byte type youtube channel are really doing well work for us.

  • @ZenricCoder
    @ZenricCoder 12 днів тому

    2 mins adds welcoming this channel ..seriously

    • @BitsAndBytes0101
      @BitsAndBytes0101 11 днів тому

      Thank you for your comment. I 'll take care of it.

  • @nikhilaggarwal9325
    @nikhilaggarwal9325 13 днів тому

    great content

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

    Well explained

  • @Sjjsjam
    @Sjjsjam 19 днів тому

    Sir spring toh padata phala

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

      java ka yadi basic knowledge ho toh bhi spring boot start kar sakte ho.. depend karta hai sikhna kya hai.. avi industry me most of the projects Spring Boot se bn rhe hai.. spring boot development ko simplify karta hai. Chaahe Spring Framework bhi sikho waha pe bhi spring boot ki help se configure kar sakte hai.. isliea learning spring boot first is a good choice.. and is course me sare spring k basic topic ko cover Kate huea chal rhe hai so don't worry you will learn everything here..

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

      @@BitsAndBytes0101 ok sir but mera sa sab khata hai phala spring pado fir acha sa springɓoot aayegi

    • @BitsAndBytes0101
      @BitsAndBytes0101 14 днів тому

      @@Sjjsjam aisi baat nhi hai maine iss course me Spring boot sikhne k lie jo bhi prerequisite hai wo cover karta ja rha hoon so don't worry.

  • @vijaybhanshukla3263
    @vijaybhanshukla3263 20 днів тому

    Create data structure videos

  • @vijaybhanshukla3263
    @vijaybhanshukla3263 20 днів тому

    Fantastic explanation

  • @Sjjsjam
    @Sjjsjam 20 днів тому

    Sir please make playist first on spring

    • @BitsAndBytes0101
      @BitsAndBytes0101 11 днів тому

      Spring Boot is simple you can learn Spring Boot without knowing the Spring Framework. Anyhow I am covering all the spring concepts which are needed to learn Spring Boot.

  • @hitanshusekharbehera5238
    @hitanshusekharbehera5238 22 дні тому

    Please sir how much jdbc, servelet and jasp is required for spring boot make a video on that please sir.

    • @BitsAndBytes0101
      @BitsAndBytes0101 11 днів тому

      To learn Spring Boot you don't have to learn servelet & JSP. I am using data JPA so jdbc also does not require. It's different concept

  • @mohitsaxens5077
    @mohitsaxens5077 22 дні тому

    In the last program, Can we also filter based on gender and count?

  • @sheemabraza9785
    @sheemabraza9785 25 днів тому

    Sir next video kis topic PR aaeygi.

  • @sheemabraza9785
    @sheemabraza9785 25 днів тому

    Thanks for this amazing content ❤

  • @sheemabraza9785
    @sheemabraza9785 25 днів тому

    Ek dum clear crystal.

  • @sachindhakal2137
    @sachindhakal2137 26 днів тому

    Please do a full stack project

  • @DhananjayKumar-bd2jg
    @DhananjayKumar-bd2jg 26 днів тому

    Really Amazing video, InDepth content on stream, keep it up sir:)

  • @Sona-l2c
    @Sona-l2c 27 днів тому

    Please make a java spring boot project

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

      Checkout my playlist It's already started ☺️

  • @Abhishek-df5tf
    @Abhishek-df5tf 28 днів тому

    Rest API par video

  • @Abhishek-df5tf
    @Abhishek-df5tf 28 днів тому

    Dark theme use mat kijiye

  • @MOHITSINGH-cv5qe
    @MOHITSINGH-cv5qe 28 днів тому

    bhai , ye playlist ko aap align karlo , ye ulta aa raha h

  • @nikhilnikki4948
    @nikhilnikki4948 28 днів тому

  • @USM96
    @USM96 29 днів тому

    Linkedlist can contain n number of nodes, so its better to say a bucket is referred as a linked list I think

    • @BitsAndBytes0101
      @BitsAndBytes0101 28 днів тому

      Yes you can say but from java 8 onwards after a certain limit linked list converts to red-black tree

  • @deepword30
    @deepword30 29 днів тому

    😊😊

  • @Abhishek-df5tf
    @Abhishek-df5tf Місяць тому

    Sir eclipse use kijiye aur white theme

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

      Eclipse or intellij IDE me kuch jyda difference nhi hai.. intellij community edition free hai usko use kar sakte hai. Eclipse pehle use hota hai but avi intellij sabhi jagah use ho rha hai.. i thought if you start coding in intellij it would be better.

  • @Mr.MishraMadness
    @Mr.MishraMadness Місяць тому

    Thankyou so much ❤

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

    This is a goldmine brother 💥

  • @AayushJain-u2n
    @AayushJain-u2n Місяць тому

    ❤❤❤❤

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

    Please upload video as early as possible

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

    please upload the next video

  • @sandeepmishra-wt4sr
    @sandeepmishra-wt4sr Місяць тому

    Bhaiya please continue your amazing series I have been learning java video from a lots of channel whatever premium content you provided us for free that is very valuable and helpful for us Thanks a lot ❤❤

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

      Thank you Bhai for your comment ♥️. Mai jaroor kosis karunga ki jldi jldi video upload kar paoo🤘

  • @Abhishek-df5tf
    @Abhishek-df5tf Місяць тому

    Dark theme use mat kijiye

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

    sir aap mujko teacher nahi bakchod lag rahe ho

    • @BitsAndBytes0101
      @BitsAndBytes0101 11 днів тому

      @@himanshusharma4388 bakchodi nhi beta.. babuji se panga nhi.. padhai pe dhyan do

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

    kaha se teep teep kar likh rahe ho code

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

    ❤❤❤❤

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

    Please do this with some awesome project. Because it is easy to understand this type of technology with real world project..

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

    Really helpful

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

    When it start

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

    Thanks for clearing all the concepts And please make a video on topic inner classes.

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

    Love the explaination brother! was looking for Streams, lambda expressions and generic. Please upload videos on these topics. Thanks

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

      Stream & Lambda already uploaded. You can visit my channel 👍

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

    Really helpful keep posting❤❤❤❤❤

  • @AayushJain-u2n
    @AayushJain-u2n Місяць тому

    ❤❤❤