ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

408 results

4SoftwareDevelopers
The isBlank method that arrived in #java 11 is very useful #programming

Un cambio muy simple que llegó en Java 11 es la posibilidad de mejorar la validación de los strings Te cuento muy rápidamente ...

1:04
The isBlank method that arrived in #java 11 is very useful #programming

2,307 views

6 days ago

Code with Gaurav
Mini Project: Java Palindrome Checker | String Logic Explained #Shorts

Build a Java Palindrome Checker using simple logic. Great mini project to practice strings, loops, and conditionals. Common ...

0:19
Mini Project: Java Palindrome Checker | String Logic Explained #Shorts

0 views

2 hours ago

build master shorts
Easy String Farm in Minecraft 1.21.11 (Works on Servers)

In this video, I show you how to build an easy string farm in Minecraft that's quick to make and perfect for survival worlds. This farm ...

1:10
Easy String Farm in Minecraft 1.21.11 (Works on Servers)

2,340 views

2 days ago

4SoftwareDevelopers
Avoid NullPointerException in #java #programming

Te voy a enseñar una forma en la que puedes evitar null pointers exception en Java y además puedes simplificar bastante tu ...

1:09
Avoid NullPointerException in #java #programming

2,127 views

4 days ago

TheKnowledgeBase
Regex to split a string (in Java) so that spaces are preserved?

tech,tech news,best tech,cheap tech,tech gifts,weird tech,tech fails,ces 2025 tech,ces tech,big tech,dog tech,new tech,top tech ...

1:04
Regex to split a string (in Java) so that spaces are preserved?

0 views

4 days ago

DuperTrooper But Better
Minecraft Java 1.21.11 Any Item Multiplayer Duplication Glitch w/ EnderChest 1.2

found by @QuackerXx Join Dupers United: http://discord.gg/dupes Plugin: https://modrinth.com/plugin/enderchest.

1:16
Minecraft Java 1.21.11 Any Item Multiplayer Duplication Glitch w/ EnderChest 1.2

12,394 views

2 days ago

Interview Questions ki duniya
Java String Addition Trick

Java performs string concatenation when one operand is a string. A classic Java gotcha. #java #coding #shorts.

0:17
Java String Addition Trick

65 views

4 days ago

JavaT point
understand string immutability

Java strings are immutable which means that once a string object is created its value cannot be changed this concept is ...

2:27
understand string immutability

11 views

6 days ago

Tech School
String vs StringBuffer vs StringBuilder 🔥 Java Interview

Confused about String, StringBuffer, and StringBuilder in Java? In this short video, I explain the key differences in a simple way.

0:38
String vs StringBuffer vs StringBuilder 🔥 Java Interview

99 views

6 days ago

SimFarms
How to make a string duper on Minecraft java #BasicRedstone
0:59
How to make a string duper on Minecraft java #BasicRedstone

1,268 views

6 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

fullstackDaily
Reverse a String in Java in 1 Line 🔥

Reverse String in Java – Interview Trick #java #string #reversestring #javabasics #java #stringmanipulation #javabasics ...

0:22
Reverse a String in Java in 1 Line 🔥

87 views

5 days ago

codewithamod
Find Second Highest Occurrence in a String Using Java 8 Streams | Interview Question

n this video, we solve a popular Java 8 Stream interview question: How to find the second highest occurring word in a string ...

2:28
Find Second Highest Occurrence in a String Using Java 8 Streams | Interview Question

1,070 views

4 days ago

Tonio Code
5 Essential String Methods in Java | Part 1

Cinco métodos esenciales de strings en Java en primer lugar tenemos el método leng este método devuelve la longitud de la ...

0:47
5 Essential String Methods in Java | Part 1

123 views

4 days ago

Code With RTech
String Length Program in Java 🔥 | Java Basics | CodeWithRTech. #shorts #javaprogramming #viralshorts

In this video, we learn how to input a string and print its length in Java using the Scanner class and length() method. This program ...

0:22
String Length Program in Java 🔥 | Java Basics | CodeWithRTech. #shorts #javaprogramming #viralshorts

394 views

4 days ago

Adam Bien
Nicer Formatting with String.repeat() #java #shorts #coding #airhacks

Nicer output with String.repeat() Java used in this short: openjdk version "25" 2025-09-16 LTS I regularly publish the most popular ...

0:49
Nicer Formatting with String.repeat() #java #shorts #coding #airhacks

2,378 views

2 days ago

CodeStack
Java String Pool Explained Simply

Understand Java string pool and reference comparison. ‎Quick quiz to test your Java fundamentals #codestack #codingquiz ...

0:09
Java String Pool Explained Simply

490 views

4 days ago

HuraraOP
Super Easy AUTOMATIC String & Emerald Farm | Minecraft 1.21+

Welcome to this EASY Automatic String & Emerald Farm tutorial for Minecraft 1.21+! In this video, I'll show you how to build a ...

3:00
Super Easy AUTOMATIC String & Emerald Farm | Minecraft 1.21+

699 views

6 days ago

spyder_shree
Why String Is Immutable in Java? | Java String Explained in 60 Seconds #minivlog #learnjava #java

Why are Strings immutable in Java? In this short video, you'll understand the real reasons behind String immutability in Java and ...

0:37
Why String Is Immutable in Java? | Java String Explained in 60 Seconds #minivlog #learnjava #java

688 views

3 days ago

Crack-IT
Prove in ONE line that a string has NO repeating characters? #ytshorts #shorts #ytshortsindia

How would you prove in ONE line that a string has NO repeating characters? #ytshorts #shorts #ytshortsindia java string unique ...

0:15
Prove in ONE line that a string has NO repeating characters? #ytshorts #shorts #ytshortsindia

1,610 views

3 days ago

spyder_shree
String Pool in Java Explained | Why Strings Are Immutable (60 Seconds) #learnjava #minivlog

What is the String Pool in Java and why does it exist? In this short video, you'll understand how Java String Pool works and how it ...

0:32
String Pool in Java Explained | Why Strings Are Immutable (60 Seconds) #learnjava #minivlog

1,337 views

3 days ago

LearnJava
Remove duplicates from string-java#programs

Remove duplicates#strings.

0:15
Remove duplicates from string-java#programs

1,263 views

4 days ago

Code Silica
Valid Anagram | LeetCode Interview Question | Java

Day 4/150 – LeetCode 150 Interview Questions Series (Java) In this video, we solve the “Valid Anagram” problem — a popular ...

3:42
Valid Anagram | LeetCode Interview Question | Java

4 views

4 days ago

vlogize
Wie man das aktuelle Datum und die Uhrzeit als String in Java für Wiederverwendbarkeit speichert

Lernen Sie, wie Sie das aktuelle Datum und die Uhrzeit in Java als String speichern und es in mehreren Instanzen Ihrer Klassen ...

1:46
Wie man das aktuelle Datum und die Uhrzeit als String in Java für Wiederverwendbarkeit speichert

0 views

6 days ago

codewithamod
Find the Smallest Word in a String Using Java | Java Interview Question

In this video, we will learn how to find the smallest (shortest length) word in a given string using Java. We will solve this problem ...

0:55
Find the Smallest Word in a String Using Java | Java Interview Question

231 views

21 hours ago