ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

282 results

Akshat Kant Thakur
[DAY-40] Live LeetCode | Interview mode | Java | SQL #leetcode #coding  #java #programming #sql #sde

Live DSA, LeetCode, Java & SQL — Real Interview Prep I'm a software engineer with ~2 years of experience who ignored ...

Live
[DAY-40] Live LeetCode | Interview mode | Java | SQL #leetcode #coding #java #programming #sql #sde

1 view

0

AFTER SCHOOL
Java Interview Trick Question | String Immutability 🇺🇸

Java Interview Question Explained | String Immutability & Pass-by-Value In this video, we break down a classic Java interview ...

1:27
Java Interview Trick Question | String Immutability 🇺🇸

0 views

7 hours ago

Build Luck
Top Java Interview Questions and Answers for Beginners Part 2 | Java Interview Question Answers

Why is HashMap faster than Hashtable? What is the difference between ArrayList and LinkedList? What is the difference between ...

3:58
Top Java Interview Questions and Answers for Beginners Part 2 | Java Interview Question Answers

15 views

7 days ago

Build Luck
@RestController Vs @Controller | Springboot Interview Questions | Java Interview Questions #java
0:18
@RestController Vs @Controller | Springboot Interview Questions | Java Interview Questions #java

0 views

1 day ago

TechInterviewNotes
parallelStream vs stream Explained | Java 8 Interview Question

Not sure when to use parallelStream and stream? In this video, I explain the difference between parallelStream and stream using ...

0:26
parallelStream vs stream Explained | Java 8 Interview Question

2 views

12 minutes ago

TheDevSimplified
Cognizant Java Interview Experience | 3–5 Years | Real Questions | DEC 2025

In this video, I'm sharing my Cognizant Java interview experience for a 3–5 years role, which I gave in December 2025. This video ...

3:08
Cognizant Java Interview Experience | 3–5 Years | Real Questions | DEC 2025

52 views

7 days ago

Devansh Dixit
Interview that made me quit C++ & Java 😭

The interview that made me quit C++ & Java. I wrote 30 classes in 40 minutes... and I still failed. About 10 months back, when I ...

2:17
Interview that made me quit C++ & Java 😭

130 views

2 days ago

KaviCodehub
LTI Mindtree Java Interview Experience | Actual Technical Round Questions L1 & L2 Round | 0 to 3 YOE

This video is based on my real LTI Mindtree technical interview experience. I have 2–3 years of Java backend experience, and I ...

1:28
LTI Mindtree Java Interview Experience | Actual Technical Round Questions L1 & L2 Round | 0 to 3 YOE

0 views

3 hours ago

TechInterviewNotes
filter vs map Explained | Java 8 Interview Question

This confuses even experienced devs: filter and map? In this video, I explain the difference between filter and map using clear ...

0:26
filter vs map Explained | Java 8 Interview Question

0 views

8 hours ago

TheDevSimplified
Java + Spring Boot Interview Preparation Guide| Structured Roadmap

Preparing for Java and Spring Boot interviews with 3–5 years of experience can feel overwhelming because every topic looks ...

3:37
Java + Spring Boot Interview Preparation Guide| Structured Roadmap

0 views

4 days ago

SPS Tech | Learn Java | Crack Interviews
Why Enterprise AI in 2026 Will Be Built in Java 🤖☕

AI predictions are full of hype about replacing entire org charts overnight. But that's wishful thinking—not reality. Here's a better ...

0:46
Why Enterprise AI in 2026 Will Be Built in Java 🤖☕

0 views

12 hours ago

AFTER SCHOOL
Java Interview Trick Question StringBuffer | Oracle Style 🇺🇸

In this video, we break down a real Oracle-style Java interview trick question that tests your understanding of StringBuffer, object ...

1:38
Java Interview Trick Question StringBuffer | Oracle Style 🇺🇸

3 views

1 day ago

Build Luck
What are Spring Boot Profiles | Springboot Interview Questions | Java Interview Questions #java #dsa
0:15
What are Spring Boot Profiles | Springboot Interview Questions | Java Interview Questions #java #dsa

0 views

2 days ago

Grotechminds Software Private Limited
🔥Top 10 Wrapper Class Interview Questions & Answers in Java | Freshers & Experienced

In this video, we discuss the Top 10 MOST IMPORTANT Wrapper Class Interview Questions in Java that are frequently asked in ...

0:31
🔥Top 10 Wrapper Class Interview Questions & Answers in Java | Freshers & Experienced

12 views

4 days ago

TechInterviewNotes
Daemon Thread vs User Thread Explained | Core Java Interview Question

A common interview trap: Daemon Thread and User Thread? In this video, I explain the difference between Daemon Thread and ...

0:26
Daemon Thread vs User Thread Explained | Core Java Interview Question

0 views

1 day ago

TechInterviewNotes
HashSet vs TreeSet Explained | Core Java Interview Question

A common interview trap: HashSet and TreeSet? In this video, I explain the difference between HashSet and TreeSet using clear ...

0:26
HashSet vs TreeSet Explained | Core Java Interview Question

0 views

2 days ago

TechInterviewNotes
Consumer vs Supplier Explained | Java 8 Interview Question

A common interview trap: Consumer and Supplier? In this video, I explain the difference between Consumer and Supplier using ...

0:26
Consumer vs Supplier Explained | Java 8 Interview Question

0 views

2 hours ago

All Things Open
From client to server: My journey through Java and open source

Discover how AI can become a powerful co-pilot in your development workflow and your client server architecture. Burr Sutter ...

0:40
From client to server: My journey through Java and open source

0 views

4 hours ago

Build Luck
What is lazy evaluation in Java 8 Streams | Java interview questions #java #codinginterview #codes
0:15
What is lazy evaluation in Java 8 Streams | Java interview questions #java #codinginterview #codes

0 views

1 day ago

TechInterviewNotes
Stack vs Heap Explained | Core Java Interview Question

Not sure when to use Stack and Heap? In this video, I explain the difference between Stack and Heap using clear examples and ...

0:26
Stack vs Heap Explained | Core Java Interview Question

0 views

2 days ago

TechInterviewNotes
notify() vs notifyAll() Explained | Core Java Interview Question

Interviewers love asking notify() and notifyAll()? In this video, I explain the difference between notify() and notifyAll() using clear ...

0:26
notify() vs notifyAll() Explained | Core Java Interview Question

0 views

2 days ago

TechInterviewNotes
Immutable Object vs Mutable Object Explained | Core Java Interview Question

A common interview trap: Immutable Object and Mutable Object? In this video, I explain the difference between Immutable Object ...

0:26
Immutable Object vs Mutable Object Explained | Core Java Interview Question

0 views

2 days ago

Build Luck
Synchronous Vs Asynchronous Communication | Microservices & System Design | Java Interview Question
0:17
Synchronous Vs Asynchronous Communication | Microservices & System Design | Java Interview Question

0 views

2 days ago

TechInterviewNotes
Predicate vs Function Explained | Java 8 Interview Question

Many developers confuse Predicate and Function? In this video, I explain the difference between Predicate and Function using ...

0:26
Predicate vs Function Explained | Java 8 Interview Question

0 views

4 hours ago

TechInterviewNotes
map vs flatMap Explained | Java 8 Interview Question

A common interview trap: map and flatMap? In this video, I explain the difference between map and flatMap using clear examples ...

0:26
map vs flatMap Explained | Java 8 Interview Question

0 views

1 day ago