ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

765 results

Java
Java 21 Pattern Matching Tutorial #RoadTo21

Java 21 is the first Java release with all essential pattern matching features finalized: sealed types and type patterns in an ...

23:28
Java 21 Pattern Matching Tutorial #RoadTo21

30,549 views

2 years ago

Pyari Programming
Space pattern using java | Program to display space pattern | Tricks for space pattern

This video will help the students to learn: 1) What is space pattern? 2) How to display display space at the beginning of the pattern ...

20:03
Space pattern using java | Program to display space pattern | Tricks for space pattern

435 views

1 year ago

Java
Refactoring Java 8 code with Java 17 new features - JEP Café #9

How to use the new features from Java 17, especially Records, to improve your Java 8 code. Do you need to make your code ...

25:08
Refactoring Java 8 code with Java 17 new features - JEP Café #9

70,590 views

4 years ago

Java
Data Oriented Programming in Java 21, Solving the Countdown game - JEP Cafe #22

In this JEP Café, we will use a lot of the new features added to the JDK in the context of the Data Oriented Programming support: ...

34:10
Data Oriented Programming in Java 21, Solving the Countdown game - JEP Cafe #22

29,559 views

2 years ago

Java
Optimizing your equals() methods with Pattern Matching - JEP Cafe #21

How can you write simple and performant equals() methods for your Java classes: the full tutorial. Usually you do not write your ...

32:56
Optimizing your equals() methods with Pattern Matching - JEP Cafe #21

19,719 views

2 years ago

Neural Cipher
Master Java Pattern Questions | Easy Step-by-Step for Beginners | Part-2

Welcome to Neural Cipher! In this video, we solve Pattern Printing Questions in Java (Part-2) with clear explanations ...

30:11
Master Java Pattern Questions | Easy Step-by-Step for Beginners | Part-2

113 views

3 months ago

Tales from the jar side
Ranking Java Features Added from Versions 8 to 21!

Ranking Java Features from Java 8 to 21 | Ken Kousen's Ultimate Tier List Join Ken Kousen in 'Tales from the Jar Side' as he ...

27:03
Ranking Java Features Added from Versions 8 to 21!

45,227 views

1 year 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

44,131 views

5 months ago

Neural Cipher
✅ Master Java Pattern Questions | Easy Step-by-Step for Beginners | Part-1 #javaprogramming #java

Welcome to Neural Cipher! In this video, we solve Pattern Printing Questions in Java (Part-1) with clear explanations ...

25:25
✅ Master Java Pattern Questions | Easy Step-by-Step for Beginners | Part-1 #javaprogramming #java

109 views

3 months ago

Corey Schafer
Regular Expressions (Regex) Tutorial: How to Match Any Pattern of Text

In this regular expressions (regex) tutorial, we're going to be learning how to match patterns of text. Regular expressions are ...

37:55
Regular Expressions (Regex) Tutorial: How to Match Any Pattern of Text

1,347,636 views

8 years ago

Coding Tutorials
The Composite Pattern

What's the difference between a tree, a trunk, a branch, a twig and a leaf? With the Composite Pattern, very little. Source code ...

24:38
The Composite Pattern

2,579 views

4 years ago

Java Ninja
Abstract Factory Pattern in Java with code example #designpatterns #abstractfactory

In this video, I have explained the abstract factory pattern in detail. GitHub link for code:- ...

20:26
Abstract Factory Pattern in Java with code example #designpatterns #abstractfactory

67 views

1 year ago

Perdita Stevens
patterns

And I hope to illustrate that as we talk about these patterns today. So let's jump straight in with what is perhaps the simplest pattern ...

33:14
patterns

470 views

4 years ago

IIT Roorkee July 2018
Lecture 48: Factory Pattern in Java

... circle when you're running the code you will get the output drawing circle right so this is how the factory pattern in Java works so ...

31:06
Lecture 48: Factory Pattern in Java

806 views

11 months ago

Java
Leverage Java 17 New Features to Create Your Wordle Checker - JEP Café #10

How to use Java 17 new features, i.e. Records, Switch Expression and Pattern Matching for Switch (a preview feature of JDK 17) ...

37:56
Leverage Java 17 New Features to Create Your Wordle Checker - JEP Café #10

14,092 views

3 years ago

TechStack9
What is Singleton Design Pattern In Java | Singleton Class | 6 Different implementations

This video covers the following: 1. What is a Design Pattern 2. Use of Design Pattern 3. What is Singleton Design Pattern 4.

20:47
What is Singleton Design Pattern In Java | Singleton Class | 6 Different implementations

8,124 views

4 years ago

Christopher Okhravi
Adapter Pattern – Design Patterns (ep 8)

Video series on Design Patterns for Object Oriented Languages. This time we look at the Adapter Pattern. BUY MY BOOK: ...

26:36
Adapter Pattern – Design Patterns (ep 8)

262,537 views

8 years ago

CodeHelp - by Babbar
Lecture22: All about Char Arrays, Strings & solving LeetCode Questions

In this Video, we are going to learn about char arrays, strings and solve the following questions: - Length of String - Reverse a ...

1:53:20
Lecture22: All about Char Arrays, Strings & solving LeetCode Questions

1,373,804 views

4 years ago

Java
Learn how to write fast Java code with the Vector API - JEP Café #18

The Vector API can tremendously speed up computations by using the SIMD capabilities of your CPU. Learn how parallel ...

27:48
Learn how to write fast Java code with the Vector API - JEP Café #18

25,739 views

2 years ago

CS50
Pattern Matching with Regular Expressions

Regular expressions is primarily a tool, but also sometimes used in code actively to essentially match patterns and strings.

26:01
Pattern Matching with Regular Expressions

12,894 views

13 years ago

Otavio Santana
Java Builder Pattern and Fluent-API - how to create complex objects with Java

Java Builder is a pattern that can help you to create complex objects. Every time we create a new instance model, we must ensure ...

21:29
Java Builder Pattern and Fluent-API - how to create complex objects with Java

2,125 views

3 years ago

Begin Coding Fast
String objects - Basic Java Fast (22)

The video discusses the operation of strings in Java. Strings are a type of objects, so we specify them with reference variables.

41:25
String objects - Basic Java Fast (22)

1,054 views

6 years ago

TechStack9
Imp. Java Program for Interviews 20: Find If Two Strings are Anagrams or Not | 3 Different Methods

This video explains how to find if two strings are anagrams of each other or not in 3 different methods: Method 1: Time Complexity ...

32:17
Imp. Java Program for Interviews 20: Find If Two Strings are Anagrams or Not | 3 Different Methods

387 views

5 years ago

Programmer ONE - Sumit Tiwari - SoftEthics
Pattern programs in Java | Hindi | Solve any pattern program | One logic for all patterns|softethics

Welcome to "Master ASCII Patterns with ONE Java Logic!" In this engaging tutorial, I'll show you how to simplify ASCII pattern ...

24:40
Pattern programs in Java | Hindi | Solve any pattern program | One logic for all patterns|softethics

5,690 views

1 year ago

Drunken Engineer
Builder Design Pattern in java | Real Time Project Usage

This video explains builder design patter along with real time project usage. One of the best book for Interview Questions Top ...

22:37
Builder Design Pattern in java | Real Time Project Usage

6,604 views

4 years ago