ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

39,971 results

Java
How can you get a substring from a String? Cracking the Java Coding Interview #java #javatips

Cracking the #Java #Coding #Interview - Question 315: How can you get a substring from a String? Watch all the questions here: ...

1:11
How can you get a substring from a String? Cracking the Java Coding Interview #java #javatips

13,110 views

2 weeks ago

The Curious Coder
Top String Interview Questions in Java You Must Prepare

If you're preparing for Java interviews, this video gives you a complete and in-depth understanding of String interview questions in ...

28:34
Top String Interview Questions in Java You Must Prepare

5,240 views

3 weeks ago

Novinity
Minecraft String Dupers Are BACK...

Get the plugin here: https://modrinth.com/plugin/string-dupers-return Or here: ...

1:51
Minecraft String Dupers Are BACK...

4,393 views

3 weeks ago

JavaCodeAcademy
Java Strings Explained in 10 Minutes | String Methods & Examples | Java Full Course Day 8

Welcome to Day 8 of our 30 Days Java Full Course! In this video, we learn everything about Strings in Java — creation, methods, ...

15:04
Java Strings Explained in 10 Minutes | String Methods & Examples | Java Full Course Day 8

0 views

3 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

721 views

3 weeks ago

JAVA INTERVIEW BUDDY
String Coding Questions You’ll Face in Your Next Java Interview

Pro Level Interview Preparation bundle: https://topmate.io/javainterviewbuddy Interview Preparation Kit: ...

25:39
String Coding Questions You’ll Face in Your Next Java Interview

843 views

2 days ago

The Curious Coder
Java Main Method Explained | Why public static void main(String[] args)?

In this video, we deep dive into the Java main method — what it is, how it works, and why public static void main(String[] args) is ...

21:04
Java Main Method Explained | Why public static void main(String[] args)?

521 views

1 month ago

Spring Boot Diaries
Stop Returning Simple Strings - Build Real Java APIs

This video details how real-life backend applications require more than just simple Java Strings, emphasizing the need for ...

10:06
Stop Returning Simple Strings - Build Real Java APIs

23 views

2 weeks ago

Power Flow
A Guide to Java Strings

Learn how Java Strings work — simple, clear, and beginner-friendly. This video covers the basics, common methods, and ...

5:28
A Guide to Java Strings

1,452 views

3 weeks ago

Java Guides
String Constant Pool in Java |  #java

The string constant pool, also known as the string pool or string intern pool, is a special storage area within the Java Heap ...

1:59
String Constant Pool in Java | #java

13,861 views

4 weeks ago

History of Science and Java
Ditch the confusion! String methods in Java

In this video, you'll be learning about the length( ), charAt( ), indexOf( ), lastIndexOf( ), toUpperCase( ), toLowerCase( ), and ...

15:45
Ditch the confusion! String methods in Java

4 views

12 days ago

Java Academy
Java Stream API Program: Count Vowels & Consonants in a String | Interview Question

In this Video you will learn how to count vowels and consonants from a String using functional programming. This is a frequently ...

7:09
Java Stream API Program: Count Vowels & Consonants in a String | Interview Question

60 views

2 weeks ago

Modding by Kaupenjoe
Hytale & Minecraft Modding Java Introduction (2026) #10: Strings

In this Java Tutorial Guide for Minecraft Modding and Hytale Modding, we are talking about Strings and String Methods == CATCH ...

17:16
Hytale & Minecraft Modding Java Introduction (2026) #10: Strings

440 views

10 days 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

15,075 views

7 days ago

Selenium Express
Where Does Your Java Code Live? 🤯 | Stack vs Heap

If you are a Java developer and still confused about Stack, Heap, or String Constant Pool (SCP), this video will fix it in just a few ...

2:58
Where Does Your Java Code Live? 🤯 | Stack vs Heap

6,895 views

7 hours ago

JavaInterviewRevision
9 minutes- Java String quick Refresher: Interview Ready!

Java String Interview preparation in just 9 minutes. Selective and trending interview questions and answers.

9:11
9 minutes- Java String quick Refresher: Interview Ready!

4 views

1 month ago

Smart Programming
Reverse Words in a String | Leetcode 151 | 🚀 3 Optimized Ways (Java) | DSA Placement Course

Reverse Words in a String | Leetcode 151 | 3 Optimized Ways (Java) | DSA Placement Course ◾◼️ Useful Notes & Courses ...

21:04
Reverse Words in a String | Leetcode 151 | 🚀 3 Optimized Ways (Java) | DSA Placement Course

1,150 views

1 month ago

Prashant Sharma
Java String Explained | String Constant Pool & Immutability | Java Interview Questions

In this video, we deep dive into Java Strings, one of the most important and frequently asked Java interview topics. You will clearly ...

18:18
Java String Explained | String Constant Pool & Immutability | Java Interview Questions

32 views

4 days ago

CodeSnippet
This Library In Java Feels Like A Magic 🪄 ✅ Must Know For Java Devs ✅ #java

This library inside Java feels like a magic now here if you see we have a user class it is kind of a DTO right we have these three ...

2:40
This Library In Java Feels Like A Magic 🪄 ✅ Must Know For Java Devs ✅ #java

15,326 views

5 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

137 views

2 weeks ago

BrianCraft
ALL WORKING DUPLICATION GLITCHES in Minecraft 1.21.11

ALL WORKING DUPLICATION GLITCHES in Minecraft 1.21.11 Did you know there are still working Duplication Glitches in ...

9:10
ALL WORKING DUPLICATION GLITCHES in Minecraft 1.21.11

11,707 views

5 days ago

Durga Software Solutions
Java Heap Pollution: String Variable Runtime Errors Explained #shorts

A string variable should always point to a string object. If it points to an integer object, heap pollution may occur, leading to a ...

0:36
Java Heap Pollution: String Variable Runtime Errors Explained #shorts

6,676 views

10 days ago

fullstackDaily
Java String Basics Explained

Java String Basics Explained video. Like Share and Subscribe...!

3:26
Java String Basics Explained

14 views

10 days ago

Sujan S
Convert Integer to String in Java | Super Easy Java Coding Question | Java For Beginners

In this video, we solve a very simple but commonly asked Java beginner question — converting an integer into a string. You'll ...

0:48
Convert Integer to String in Java | Super Easy Java Coding Question | Java For Beginners

11 views

3 weeks 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+

285 views

3 days ago