ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

282 results

Code Kage
LeetCode 3775 | Reverse Words With Same Vowel Count | String Manipulation | Java

In this video, we solve LeetCode 3775 – Reverse Words With Same Vowel Count using a clean and easy-to-understand approach ...

8:25
LeetCode 3775 | Reverse Words With Same Vowel Count | String Manipulation | Java

57 views

13 days ago

Java Academy
Find First Non-Repeated Character in String | Java Stream API | Interview Question

In this Java tutorial, you will learn how to find the first non-repeated character from a String using the Java Stream API.

7:49
Find First Non-Repeated Character in String | Java Stream API | Interview Question

10 views

20 hours ago

codewithamod
Find Duplicate Characters in a String Using Java 8 | Stream API Interview Question

In this video, we will learn how to find duplicate characters in a string using Java 8 Stream API. This is a commonly asked Java ...

2:53
Find Duplicate Characters in a String Using Java 8 | Stream API Interview Question

0 views

10 days ago

Aya Alharazin
Java String and its Methods Explained | Week2

Welcome to Java Programming – Week 02! In this comprehensive video, we cover everything you need to know about Java ...

56:58
Java String and its Methods Explained | Week2

148 views

3 weeks ago

Ajay Automates
Java Interview Prep #1 – Reverse String, Words & Sentence | Core Java Coding Question

Dear Friends, Welcome to Episode 1 of my Java Interview Preparation Programming Series! In this video, we cover one of the ...

39:54
Java Interview Prep #1 – Reverse String, Words & Sentence | Core Java Coding Question

297 views

2 weeks ago

Intrinsic Intelligence
Exploring Java 21 String Templates  A Game Changer for Developers! 🚀

IntrinsicIntelligence #softwarearchitect #softwaredesign #softwarearchitecture #learning #systemdesigninterview In this video, ...

2:28
Exploring Java 21 String Templates A Game Changer for Developers! 🚀

2 views

4 weeks ago

MRU e-Learning
Strings in Programming: Basics & Core String Operations Explained | MRU E-Learning

Unlock one of the most important concepts in programming — Strings! In this MRU E-Learning session, we break down what ...

33:46
Strings in Programming: Basics & Core String Operations Explained | MRU E-Learning

269 views

2 weeks ago

Ashok IT
Java Strings for Beginners | Simple & Clear Explanation | Ashok IT #programming #java #coding

Java Strings Tutorial — Complete Beginner to Advanced Guide In Java, String is one of the most important and frequently asked ...

37:18
Java Strings for Beginners | Simple & Clear Explanation | Ashok IT #programming #java #coding

729 views

3 weeks ago

Tech Hub
Strings DSA: Master String Algorithms, Operations & Interview Questions | Complete Tutorial

Master Strings in Data Structures & Algorithms! Complete tutorial covering string operations, algorithms, and interview questions.

5:56
Strings DSA: Master String Algorithms, Operations & Interview Questions | Complete Tutorial

8 views

11 days ago

Chandan Coding & Learning
Reverse a String Without Using Built-in Methods in Java

This program takes a string as input from the user and reverses it without using any built-in reverse functions such as ...

6:47
Reverse a String Without Using Built-in Methods in Java

0 views

10 days ago

Solutions Nerds
Java Problem 03 | Find Longest Substring Without Repeating Characters

Ever felt like you're repeating yourself? Well, strings shouldn't either! In this coding challenge, your mission is to find the longest ...

8:52
Java Problem 03 | Find Longest Substring Without Repeating Characters

22 views

2 weeks ago

Learn Smart Coding
Python String Operations: The Methods That Save Hours of Code

In this video, we're diving into Python string manipulation! Learn python with effective techniques for cleaning, replacing, and ...

4:39
Python String Operations: The Methods That Save Hours of Code

39 views

3 weeks ago

Java_Techonz
Amazon SDE Interview 2026 🔥 Reverse Vowels in a String | Java DSA Mastery

In this problem, you must reverse only the vowels (a, e, i, o, u) in a string while keeping all consonants in the same position.

4:43
Amazon SDE Interview 2026 🔥 Reverse Vowels in a String | Java DSA Mastery

0 views

3 weeks ago

Sudhanshu Jaiswal
#13 | Stringbuilder vs Stringbuffer | Java Interview

... systems and interviews Perfect for Java interviews, backend prep, and anyone trying to master Java's string manipulation APIs.

3:30
#13 | Stringbuilder vs Stringbuffer | Java Interview

0 views

3 weeks ago

STLabs India
String Handling in Data Structures Concepts, Algorithms, and Real-Life Applications in Programming

String Handling in Data Structures Concepts, Algorithms, and Real-Life Applications in Programming string in data structure string ...

50:57
String Handling in Data Structures Concepts, Algorithms, and Real-Life Applications in Programming

17 views

2 weeks ago

Nova Technologies
Java String Reverse – III | Using StringBuilder (Best Practice)

Learn the most efficient and recommended way to reverse a String in Java using StringBuilder! Welcome to String Series – Part III ...

7:33
Java String Reverse – III | Using StringBuilder (Best Practice)

4 views

9 days ago

Farzzi codder
Generate All Substrings of a String in Java | Nested Loops Explained with Example#java

In this 11-minute video, I explain how to generate all possible substrings of a string in Java using two nested for loops. The ...

11:55
Generate All Substrings of a String in Java | Nested Loops Explained with Example#java

20 views

3 weeks ago

Programming Classes
Lecture 45: String Handling in Java | String Methods, Manipulation & Important Functions

Welcome to Lecture 45 of the Java Programming Series! In this lecture, we explore String Handling in Java — one of the most ...

32:41
Lecture 45: String Handling in Java | String Methods, Manipulation & Important Functions

0 views

3 weeks ago

Решение задач на Java
LeetCode 2506. Count Pairs Of Similar Strings. Easy. Java solving

LeetCode 2506. Count Pairs Of Similar Strings. Easy. Java solving https://ideone.com/z5JKt8 #array #hashtable #string ...

5:20
LeetCode 2506. Count Pairs Of Similar Strings. Easy. Java solving

6 views

3 weeks ago

Prepare4Success
Reverse String | Two Pointer Trick Explained in 2 Minutes 🔥 (LeetCode 344)

... (Java): Topics Covered: Two pointers, string manipulation, Java basics, DSA problem solving. If you found the video helpful, ...

3:01
Reverse String | Two Pointer Trick Explained in 2 Minutes 🔥 (LeetCode 344)

21 views

2 weeks ago

Solutions Nerds
Java Problem 01 |  Anagram/String Permutation Check

Problem Overview We have two strings: String A: "apple" (a common fruit name) String B: "alpep" (appears to be an anagram of ...

5:24
Java Problem 01 | Anagram/String Permutation Check

14 views

3 weeks ago

lumin₇₇₇
EVERY Working Minecraft Multiplayer Duplication Glitch for Java 1.21.11

Looking for the latest Minecraft Java 1.21.11 multiplayer duplication glitches? Look no further! In this video, we'll show you EVERY ...

8:13
EVERY Working Minecraft Multiplayer Duplication Glitch for Java 1.21.11

21,609 views

10 days ago

Coding Pills
Write a Java Program to Check Frequency of Each Character in a String | Java String Programs

In this video, we will learn how to write a Java program to check the frequency of each character in a string. This is a common Java ...

12:12
Write a Java Program to Check Frequency of Each Character in a String | Java String Programs

0 views

4 days ago

vlogize
Elegante Methode, einen String mit einem Array in Java aufzuteilen

Entdecken Sie, wie Sie in Java mit einem String-Array und Regex elegant einen Eingabe-String aufteilen können. Finden Sie hier ...

1:45
Elegante Methode, einen String mit einem Array in Java aufzuteilen

0 views

4 days ago

Developer Coder
Delete Columns to Make Sorted II | LeetCode 955 | Java Code | Developer Coder

... Oriented Java DSA Problem LeetCode Java Practice Session Advanced String Handling Java LeetCode Greedy Strategy Java ...

29:17
Delete Columns to Make Sorted II | LeetCode 955 | Java Code | Developer Coder

135 views

6 days ago