ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,315 results

Java Techie
Interview Q&A |  Lazy vs Eager Loading Explained | Clear & Confident Answers ! @Javatechie

javatechie #microservice #springboot #interview Struggling to understand the difference between Lazy and Eager Loading in ...

14:16
Interview Q&A | Lazy vs Eager Loading Explained | Clear & Confident Answers ! @Javatechie

13,651 views

8 months ago

Java Techie
Interview Q&A Weekend Series #1 🚀 | Abstract vs Default Method Conflict Explained @Javatechie

JavaTechie #microservice #springboot #QA In this video, we will understand conflict between abstract and default method in ...

11:04
Interview Q&A Weekend Series #1 🚀 | Abstract vs Default Method Conflict Explained @Javatechie

9,010 views

7 months ago

Java Techie
Interview Q&A | Hibernate N+1 Problem & Fix - The Bug You Didn’t Know You Had @Javatechie

JavaTechie #microservice #springboot In this video we'll break down what exactly this N+1 problem is and how we can solve ...

14:31
Interview Q&A | Hibernate N+1 Problem & Fix - The Bug You Didn’t Know You Had @Javatechie

19,599 views

8 months ago

Java Techie
Interview Q&A Weekend Series #2 🚀 | Lambda Confused? Comparable & Comparator @Javatechie

javatechie #microservice #springboot #qa Ever wondered why Comparable isn't a functional interface even though it has just ...

12:48
Interview Q&A Weekend Series #2 🚀 | Lambda Confused? Comparable & Comparator @Javatechie

7,208 views

7 months ago

Java Techies
Guaranteed you don't know all answers | Microservices interview questions

Java interview question and answers Microservices Interview questions Spring boot interview questions java interview questions ...

4:06
Guaranteed you don't know all answers | Microservices interview questions

8,256 views

2 years ago

Java Techie
Microservice Communication Made Easy ! Feign Client in Spring Boot 🔥 @Javatechie

JavaTechie #microservice #springboot #Synchronous In this video, we'll explore how to implement clean and efficient ...

17:17
Microservice Communication Made Easy ! Feign Client in Spring Boot 🔥 @Javatechie

23,999 views

5 months ago

Java Techie
Java 8 Q&A | 🔥 Asked in Myntra | Find Nth Highest Salary Using Java Streams API | JavaTechie

In this tutorial I will simplify one tricky java 8 programming question i.e Write a programme to find Nth Highest salary code in java ...

18:45
Java 8 Q&A | 🔥 Asked in Myntra | Find Nth Highest Salary Using Java Streams API | JavaTechie

65,122 views

2 years ago

Java Techie
🔥 Java Interview TRAP! 🚀 Loop vs Stream vs Parallel Stream 🤯 Who Wins? (Shocking Results)

Are you falling into the Java Interview TRAP? In this video, we put For-Loop, Stream, and Parallel Stream head-to-head to ...

15:43
🔥 Java Interview TRAP! 🚀 Loop vs Stream vs Parallel Stream 🤯 Who Wins? (Shocking Results)

10,680 views

3 months ago

Java Techie
Interview Q&A Weekend Series #3 🚀 |  Tricky Use Case Exception Handling in Inheritance @Javatechie

javatechie #microservice #springboot #java #qa In this video, we'll explore tricky real-world use cases of Exception Handling ...

12:10
Interview Q&A Weekend Series #3 🚀 | Tricky Use Case Exception Handling in Inheritance @Javatechie

8,289 views

7 months ago

Java Techie
Spring @Lookup Method Injection | Bean Scopes | Interview QA | JavaTechie

This tutorial will explain you to understand how can you inject prototype bean into singleton bean in spring using @Lookup ...

15:34
Spring @Lookup Method Injection | Bean Scopes | Interview QA | JavaTechie

28,917 views

3 years ago

Java Techie
Spring Boot | Spring Data Redis as Cache | @Cacheable | @CacheEvict | @CachePut | JavaTechie

This tutorial will guide you how to use Spring Data Redis as a cache to improve application performance #javatechie #Redis ...

14:15
Spring Boot | Spring Data Redis as Cache | @Cacheable | @CacheEvict | @CachePut | JavaTechie

189,683 views

5 years ago

Java Techie
FAQ : Singleton Design Pattern with Java Enum | Best Practices & Easy Guide | @Javatechie

JavaTechie #Java #SpringBoot #DesignPattern In this tutorial, I'll show you how to use an Enum to design the best Singleton ...

14:50
FAQ : Singleton Design Pattern with Java Enum | Best Practices & Easy Guide | @Javatechie

15,147 views

1 year ago

Java Techie
How Spring Boot Application Work Internally | Example | Java Techie

This video will explain you “What are the main components of Spring Boot” and “How does Spring Boot works under-the-hood”.

18:06
How Spring Boot Application Work Internally | Example | Java Techie

196,107 views

6 years ago

Java Techie
Spring Boot Testing | Writing JUnit Tests using JUnit and Mockito  | Java Techie

This video will explain you How to write Junit test case using Mockito in spring boot #JavaTechie #mockito #SpringBoot GitHub: ...

17:00
Spring Boot Testing | Writing JUnit Tests using JUnit and Mockito | Java Techie

581,990 views

7 years ago

Java Techie
Spring Data JPA | Query Hints | Optimize Database Performance | Hands-On Guide @Javatechie

JavaTechie #Microservice #SpringBoot #JPA In this tutorial, we dive deep into Query Hints in Spring Data JPA. Learn how to ...

15:53
Spring Data JPA | Query Hints | Optimize Database Performance | Hands-On Guide @Javatechie

27,208 views

1 year ago

Java Techies
Tech Mahindra |  Techm java interview questions and answers | Microservices interview questions

Nagarro java interview question and answers Microservices Interview questions Spring boot interview questions java interview ...

11:00
Tech Mahindra | Techm java interview questions and answers | Microservices interview questions

44,540 views

3 years ago

Java Techie
Interview Question | Comparable vs Comparator Detailed Explanation with Example In Java | JavaTechie

This tutorial You will learn What is Comparable & Comparator in Java When to use Comparable When to use Comparator How to ...

14:25
Interview Question | Comparable vs Comparator Detailed Explanation with Example In Java | JavaTechie

46,321 views

3 years ago

Java Techie
Spring Boot - Creating Custom Annotation For Validation | InterviewQA | JavaTechie

In this tutorial We will understand how to create custom annotation for bean validation in spring boot Spring boot microservice Live ...

15:37
Spring Boot - Creating Custom Annotation For Validation | InterviewQA | JavaTechie

70,143 views

3 years ago

Java Techie
Kafka Pro Tips | Mastering Message Routing with Specific Partitions | @Javatechie

JavaTechie #SpringBoot #Kafka In this video, you'll learn: ✓ Default kafka partition message distribution ✓ How to send ...

17:04
Kafka Pro Tips | Mastering Message Routing with Specific Partitions | @Javatechie

29,343 views

2 years ago

Java Techie
Java Multithreading Interview 🔥 | Producer–Consumer using wait/notify & BlockingQueue @Javatechie

JavaTechie #microservice #InterviewQA #Concurrency In this video, we break down one of the most frequently asked ...

18:32
Java Multithreading Interview 🔥 | Producer–Consumer using wait/notify & BlockingQueue @Javatechie

14,567 views

4 months ago