ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

45,365 results

Amigoscode
10 Most Common Java Developer Mistakes

In this video, we'll be discussing the top 10 most common mistakes that Java developers make and how to avoid them. As a Java ...

16:13
10 Most Common Java Developer Mistakes

130,104 views

2 years ago

ByteByteGo
Python Vs C++ Vs Java!

Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bytebytego.ck.page/subscribe ...

4:41
Python Vs C++ Vs Java!

662,540 views

2 years ago

Amigoscode
Top 10 Spring Boot Interview Questions and Answers [2025]

Top 10 Spring Boot Interview Questions (with Answers & Examples) Master Spring Boot with confidence! In this video, we walk ...

12:31
Top 10 Spring Boot Interview Questions and Answers [2025]

36,960 views

5 months ago

Geekific
SOLID Design Principles with Java Examples | Clean Code and Best Practices | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Clean and quality code ...

10:47
SOLID Design Principles with Java Examples | Clean Code and Best Practices | Geekific

124,694 views

4 years ago

Booming Career
3 Methods to CRACK Java Interview 2024 | Java Interview Books | Interview tips

interviewpreparation #javainterview #careergrowth Java Professional Interview Guide - https://amzn.to/3NZjPqE OCA/OCP Java ...

4:42
3 Methods to CRACK Java Interview 2024 | Java Interview Books | Interview tips

15,733 views

2 years ago

Tom Scott
FizzBuzz: One Simple Interview Question

There are a lot of opinions on how to hire coders, and most of them are terrible. The opinions, that is, not the coders. But a basic ...

7:18
FizzBuzz: One Simple Interview Question

3,670,300 views

8 years ago

Codebagel
Top 7 Data Structures for Interviews Explained SIMPLY

Data structures are an essential part of software engineering, whether for interviews, classes, or projects. Today we'll be talking ...

13:02
Top 7 Data Structures for Interviews Explained SIMPLY

369,916 views

3 years ago

Defog Tech
Java Concurrency Interview Question: How to timeout a thread?

Using interrupts, volatiles or AtomicBooleans to stop the thread and Thread.sleep or Schedulers for conditional timeouts. Channel ...

10:45
Java Concurrency Interview Question: How to timeout a thread?

133,563 views

6 years ago

ByteByteGo
System Design Interview: A Step-By-Step Guide

Learn something new every week by subscribing to our newsletter: https://bit.ly/3tfAlYD Checkout our bestselling System Design ...

9:54
System Design Interview: A Step-By-Step Guide

983,030 views

2 years ago

Inside code
How to solve (almost) any binary tree coding problem

... solve popular coding interview problems: https://inscod.com/50problems_course ⌛ Learn time and space complexity analysis: ...

4:20
How to solve (almost) any binary tree coding problem

287,064 views

5 years ago

TechStack9
Important Java Program for Interviews Pgm 18: How to Print Fibonacci Series | 3 Different Examples

This video explains how to print fibonacci series i) For first n terms ii) Till a given number n iii) nth term Checkout the Playlists: ...

15:01
Important Java Program for Interviews Pgm 18: How to Print Fibonacci Series | 3 Different Examples

285 views

5 years ago

TechStack9
Important Java Program for Interviews Pgm 25: Finding Duplicate Character Count | Two ways

This video explains how to find duplicate characters count in a given string in two ways. 1)Traditional approach (nested loop) ...

14:11
Important Java Program for Interviews Pgm 25: Finding Duplicate Character Count | Two ways

536 views

4 years ago

rapidadditiontv
Rupert Smith of Rapid Addition on Low-Latency Java Programming, FPGAs

Full transcript: http://www.infoq.com/interviews/smith-low-latency Rupert Smith is a Java programmer, who started out tinkering at ...

14:18
Rupert Smith of Rapid Addition on Low-Latency Java Programming, FPGAs

487 views

12 years ago

Sahil & Sarra
Fastest Way to Learn ANY Programming Language: 80-20 rule

1. Top programming Languages. 2. How to learn coding? 3. How to learn Python, Javascript or Java? 3. How to become a ...

8:24
Fastest Way to Learn ANY Programming Language: 80-20 rule

1,119,868 views

2 years ago

Software and Testing Training
Java Interview Questions And Answers-Java Interview Coding Questions-Java Interview Questions-Java

Java interview questions and answers (Java interview coding questions) are explained with examples in this Java interview ...

7:03
Java Interview Questions And Answers-Java Interview Coding Questions-Java Interview Questions-Java

1,402 views

9 years ago

Will Tollefson
The Synchronized Keyword in Java Multithreading - Java Programming

In this video, we'll talk about the synchronized keyword in Java. This keyword is used in the context of multi-threading where the ...

12:27
The Synchronized Keyword in Java Multithreading - Java Programming

13,880 views

2 years ago

TechStack9
Important Java Program for Interviews Pgm 15: Sorting Elements In an Array using Bubble Sort

This video explains sorting elements in an array using Bubble Sort algorithm Checkout the Playlists: Java Tutorial For ...

19:19
Important Java Program for Interviews Pgm 15: Sorting Elements In an Array using Bubble Sort

313 views

5 years ago

Sahil & Sarra
This video will change the way you think when coding

"How to learn coding efficiently", this is a question that haunts many self taught programmers. In this video, I will answer this ...

7:59
This video will change the way you think when coding

328,637 views

2 years ago

Visual Studio Code
Essential AI prompts for developers

Get any AI to work super hard for you with these 4 prompt techniques. You can use these prompts for pretty much anything, - not ...

8:31
Essential AI prompts for developers

298,223 views

1 year ago

Sahil & Sarra
I gave 127 interviews. Top 5 Algorithms they asked me.

Try my free email crash course to crush technical interviews: https://instabyte.io/ 1. How to learn Data Structures and Algorithms?

8:36
I gave 127 interviews. Top 5 Algorithms they asked me.

753,620 views

2 years ago

Drunken Engineer
Java Developer Interview Questions

This Video contains core java, spring boot , microserives and coding interview questions that were asked as part of CMMI Level 5 ...

15:06
Java Developer Interview Questions

5,928 views

4 years ago

TechStack9
Important Java Program for Interviews Pgm 21: Find Duplicate Characters In a Given String

This video explains how to find and print duplicate characters in a given string. Checkout the Playlists: Java Tutorial For ...

9:46
Important Java Program for Interviews Pgm 21: Find Duplicate Characters In a Given String

615 views

5 years ago

AashishAcademy
TOP 20 BASIC CORE JAVA QUESTIONS! How to prepare for java interviews

Java coding interview questions and answers !Core java interview questions !Java tutorials for beginners!Java 2 years interview ...

18:33
TOP 20 BASIC CORE JAVA QUESTIONS! How to prepare for java interviews

13 views

1 year ago

TechStack9
Important Java Program for Interviews Pgm 17:How to Find Factorial of a Given Number Using Recursion

This video explains how to find factorial of a given number using recursion. You can also find in-detail explanation of what ...

14:23
Important Java Program for Interviews Pgm 17:How to Find Factorial of a Given Number Using Recursion

297 views

5 years ago

CodeWithHarry
Java in 7 Minutes 🔥

In this short java video, we are going to cover history and development of java programming language. We will also talk about ...

7:19
Java in 7 Minutes 🔥

308,146 views

3 years ago