ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

133 results

makigas
☕ The Java switch is smarter than it looks

Switch expressions have been available in Java for a few years now. Unlike older switches, you don't need to use a "break ...

0:56
☕ The Java switch is smarter than it looks

13,472 views

9 months ago

eniGmaDev
Java Switch, Yield, and Ternary | Revolutionize Your Code Today! [Java from Scratch 2025 | Ep. 10]

Welcome to Java Switch, Yield, and Ternary | Revolutionize Your Code Today! Do you want to write cleaner, more modern, and ...

7:13
Java Switch, Yield, and Ternary | Revolutionize Your Code Today! [Java from Scratch 2025 | Ep. 10]

163 views

7 months ago

Java
All New Java Language Features Since Java 21 #RoadTo25

Java 25 ships with a number of new language features, many of which fit under the umbrella of data-oriented programming, ...

35:09
All New Java Language Features Since Java 21 #RoadTo25

41,535 views

4 months ago

ProgrammerBasics
How to Use Switch Case in Java 17 2025?

Confused about conditionals? Learn how to use switch case in Java 17 2025 to write cleaner and more efficient decision-making ...

1:20
How to Use Switch Case in Java 17 2025?

8 views

7 months ago

ITER Academy
Java Basics in Practice (2025) - #18 Switch Statements

Unlock the Full Java Core Course! Want to master Java programming and build your skills step-by-step? Enroll in the complete ...

8:02
Java Basics in Practice (2025) - #18 Switch Statements

7 views

11 months ago

Techie Dot Com
How to Use Switch Case in Java 2025?

Tired of long if-else chains? Learn how to use switch case in Java for cleaner, more readable decision-making in your code!

1:01
How to Use Switch Case in Java 2025?

10 views

5 months ago

Khanh Nguyen J
Mastering the Switch statement in Java - Part 1

In this video, you'll learn the basics of the switch statement in Java — one of the most useful control flow structures for handling ...

9:54
Mastering the Switch statement in Java - Part 1

30 views

3 months ago

ilkq_
How to switch in Java - Very basics

In this video, we dive into the Java switch statement — a cleaner, faster way to handle multiple conditions compared to long ...

4:53
How to switch in Java - Very basics

16 views

2 months ago

Geekific
Switch Expressions in 1 min | #geekific #switchexpressions #in1min

Our Discord, GitHub repo, and socials: https://linktr.ee/geekific.

1:43
Switch Expressions in 1 min | #geekific #switchexpressions #in1min

1,900 views

4 months ago

Jakubication
error: duplicate case label

To fix the Java error: duplicate case label make sure case labels never include the same value more than once per switch ...

0:42
error: duplicate case label

12 views

10 months ago

Khanh Nguyen J
Mastering the Switch statement in Java - Part 2

In this video, you'll explore the new features of the switch statement in Java 14 and beyond — including switch expressions, ...

10:42
Mastering the Switch statement in Java - Part 2

15 views

3 months ago

Daniel Persson
Java 26 - Performant Modernization

... memory access, and introducing primitive pattern matching in switch statements. These updates aim to enhance performance, ...

10:24
Java 26 - Performant Modernization

114 views

1 month ago

Kumar Gourab
Choice Based Program using Switch Case Statement in Java

Choice Based Program using Switch Case Statement in Java.

19:15
Choice Based Program using Switch Case Statement in Java

61 views

1 month ago

Begin Coding Fast
Switch statements in Golang with fallthrough - Go programming language tutorial (7)

In Go language, we can use the switch keyword to handle multiple conditions elegantly. When one case meet an expression, we ...

8:29
Switch statements in Golang with fallthrough - Go programming language tutorial (7)

99 views

8 months ago

ITER Academy
Java Basics in Practice (2025) - #17 if-else Statements

Unlock the Full Java Core Course! Want to master Java programming and build your skills step-by-step? Enroll in the complete ...

10:29
Java Basics in Practice (2025) - #17 if-else Statements

6 views

11 months ago

SDET_Tech-IVP(SDET TechInterViewPrep)
Java Break Statement Explained with Examples | Loops & Switch Case # 20

Learn the Java break statement with simple examples. Understand how break is used to exit loops instantly and to stop execution ...

18:07
Java Break Statement Explained with Examples | Loops & Switch Case # 20

29 views

4 months ago

Tech Interview Prep with AI-Podcasts
Java Interview Prep #08: Control Flow. Branches, Switches, Loops - AI-Generated Podcast

Java Control Flow Mastery: Senior-Level Insights (Useful for All Engineers!) Elevate your Senior Software Engineer interview ...

16:08
Java Interview Prep #08: Control Flow. Branches, Switches, Loops - AI-Generated Podcast

48 views

9 months ago

PROGRAM.. DEVIL
Java Program using Nested Switch to Calculate Area of Circle, Rectangle, &Triangle Full Explanation

Welcome to Program Devil! In this video, we write a Java program using a nested switch statement to calculate the area of a ...

16:58
Java Program using Nested Switch to Calculate Area of Circle, Rectangle, &Triangle Full Explanation

18 views

8 months ago

Sudha
Switch Case in Java | Simple School-Level Program Using BlueJ

Java Switch Case Program | BlueJ Tutorial for Class 6–8 In this video, I show a complete Java switch case program written in ...

4:48
Switch Case in Java | Simple School-Level Program Using BlueJ

13 views

1 month ago

Ninja Coders
Lecture 5 – Java Conditional Statements Explained | if, else, switch, nested, debugger | Java Course

Welcome to Lecture 5 of the Java Full Course by Ninja Coders! In this video, we will learn about Java Conditional Statements with ...

35:55
Lecture 5 – Java Conditional Statements Explained | if, else, switch, nested, debugger | Java Course

20 views

5 months ago

Techie Dot Com
How to Create a Simple Calculator in Java 2025?

Want to build a basic calculator in Java? This step-by-step guide shows how to create a simple calculator that can add, ...

1:18
How to Create a Simple Calculator in Java 2025?

7 views

5 months ago

Vision Microtech
🔥 Switch Statement with Numbers in Java | Numeric Switch Case in Java 🚀 ✨

Switch Statement with Numbers in Java | Numeric Switch Case in Java ✨ In this video, you will learn Switch Statement with ...

2:21
🔥 Switch Statement with Numbers in Java | Numeric Switch Case in Java 🚀 ✨

13 views

11 days ago

Vision Microtech
🔥 Switch Statement In Java | Switch Case in Java with Example 🚀 ✨

Switch Statement In Java | Switch Case in Java with Example ✨ In this video, you will learn Switch Statement in Java (JAVA) ...

7:37
🔥 Switch Statement In Java | Switch Case in Java with Example 🚀 ✨

18 views

12 days ago

codeStuf
Switch Case in Java | Java Series | #javaprogramming #coding #shorts

ytshorts.

0:18
Switch Case in Java | Java Series | #javaprogramming #coding #shorts

193 views

9 months ago

Zest Prime
JDK 25 new Features | JEP 507: Primitive Types in Patterns, instanceof, and switch | Java features

Learn what's new in Java 25 (JDK 25) with JEP 507(java new features ,jdk 25 new features): Primitive Types in Patterns for ...

7:15
JDK 25 new Features | JEP 507: Primitive Types in Patterns, instanceof, and switch | Java features

45 views

2 months ago