ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

953 results

Dr. Reginaldo E. Ramos Teodoro
Arrays: The Simple Fix for Messy Code

Stop creating endless variables like name1, name2, and name3. This common beginner mistake is inefficient, messy, and ...

8:00
Arrays: The Simple Fix for Messy Code

0 views

6 days ago

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

11,176 views

3 days ago

Chandan Coding & Learning
Arrays and Strings in Java | Full Beginner Tutorial with Examples

In this video, you will learn Arrays and Strings in Java in the most simple and beginner-friendly way. We cover everything you ...

13:06
Arrays and Strings in Java | Full Beginner Tutorial with Examples

19 views

6 days ago

Coding by Mohit
Array of Strings in Java – Full Explanation with All Examples | Hindi

Is video/class mein hum 'Array of Strings' ko bilkul easy tarike se samjhenge. Aap seekhenge ki kaise hum Java mein ek se zyada ...

42:25
Array of Strings in Java – Full Explanation with All Examples | Hindi

21 views

4 days ago

Java
There is a missing tool in your Java data structure toolkit – DataFrames!

Java developers are well versed in the Java Collections Framework (JCF), but the JCF requires predefined types and operates at ...

48:54
There is a missing tool in your Java data structure toolkit – DataFrames!

5,417 views

1 day ago

The Curious Coder
How HashMap Works Internally in Java | Hashing, Hash Collision Explained

What really happens behind the scenes when you call hashmap.put(), hashmap.get(), or hashmap.remove() ? I start by explaining ...

37:53
How HashMap Works Internally in Java | Hashing, Hash Collision Explained

363 views

22 hours ago

TestOpsStudio
Void vs Int vs String: Which One? 🤔

Confused about when to use void, int, or String in Java? 🤯 In this short, I break down exactly how to choose the right return ...

1:19
Void vs Int vs String: Which One? 🤔

0 views

3 days ago

Dr. Yashwant Kumar
Count Frequency of Characters in a String Array using Java #interview #java
2:07
Count Frequency of Characters in a String Array using Java #interview #java

0 views

7 days ago

Orkhan Gasanov
LeetCode - 3080.Mark Elements on Array by Performing Queries | Array | Java

00:00 - Step-by-Step Explanation Java Code ...

7:31
LeetCode - 3080.Mark Elements on Array by Performing Queries | Array | Java

11 views

3 days ago

Petradot [@akwapetrus]
Strings in Java | Immutable

Welcome to today's programming lesson! In this video, we'll cover the String Class in Java. This tutorial is designed for beginners ...

19:19
Strings in Java | Immutable

11 views

4 days ago

Solutions Nerds
Java Problem 04 | Median of Two Sorted arrays in Java

Hey everyone! In this quick coding tutorial, I walk through a simple Java program that finds the median of two arrays. We manually ...

5:05
Java Problem 04 | Median of Two Sorted arrays in Java

21 views

4 days ago

Adam Bien
When replace() is simpler than substring() #java #shorts #coding #airhacks

Sometimes String#replace is easier than String#substring Java used in this short: openjdk version "25" 2025-09-16 LTS I regularly ...

0:41
When replace() is simpler than substring() #java #shorts #coding #airhacks

2,116 views

5 days ago

CodeStack
Java strings behaving like gangsters 💀

Dive into the world of Java programming with our comprehensive tutorial designed specifically for beginners! In this video, we ...

0:11
Java strings behaving like gangsters 💀

660 views

4 days ago

Ajay Automates
🚀 Java Interview Prep Series #1 | Reverse String + Words + Sentence 🔁 | Must-Know String Logic

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 Series #1 | Reverse String + Words + Sentence 🔁 | Must-Know String Logic

147 views

3 days ago

Smart Programming
ArrayList in Java | 🚀 DSA Tutorial (Working, Time Complexity, Methods)

In this video, we will learn ArrayList in Java from scratch with complete clarity. I have explained everything practically in IntelliJ ...

30:04
ArrayList in Java | 🚀 DSA Tutorial (Working, Time Complexity, Methods)

578 views

4 days ago

PCS Global
Remove Duplicates from Array Without Using Set | Java & JavaScript Tutorial

In this video, we will learn how to remove duplicate elements from an array **without using Set** in both Java and JavaScript.

21:11
Remove Duplicates from Array Without Using Set | Java & JavaScript Tutorial

35 views

2 days ago

Java Tech Talks
Count occurrence of each character in String #corejava #java8 #coding #interview #streamapi

I explained the code to write the Count of occurrence of each character in String using Java 8.

0:49
Count occurrence of each character in String #corejava #java8 #coding #interview #streamapi

159 views

5 days ago

Solutions Nerds
Java Problem 05 | The Two-Sum in Java

Hey everyone! Back with another Java problem walkthrough. This time we're tackling a classic — the Two-Sum problem.

3:59
Java Problem 05 | The Two-Sum in Java

3 views

23 hours ago

Fred Overflow
I wrote a lock-free, String-like List. It's faster than you think!

00:00 Intro 01:46 Benchmark 02:22 Implementation 05:04 Java Lists 07:51 Concurrent Lists 10:06 Outro VarHandle ...

11:00
I wrote a lock-free, String-like List. It's faster than you think!

260 views

4 days ago

iTV
Understanding Java Collections: List Types (ArrayList, Vectors & LinkedList) in Detail

It stores the integer and the string also it is possible to the array no right right also we have to fix the size for the array right ...

27:18
Understanding Java Collections: List Types (ArrayList, Vectors & LinkedList) in Detail

28 views

Streamed 3 days ago

Faang academy
Reverse Words in a String III | @faang-academy

Reverse Words in a String III | @faang-academy java and python for leetcode live and recordded classes and also placements ...

13:17
Reverse Words in a String III | @faang-academy

0 views

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

2 views

1 day ago

ACE Engineering College
Class #21 | The Finally Block & JAVA 7 Enhancements | Complete Course | ACE Engineering College

In Class #21 of the Complete Java Course by ACE Engineering College, explore the finally block in exception handling and ...

52:22
Class #21 | The Finally Block & JAVA 7 Enhancements | Complete Course | ACE Engineering College

15 views

18 hours ago

FullStackSDET
Reverse String using String Builder | Java

In this video I have shared how to reverse the String using String Builder in Java.

0:50
Reverse String using String Builder | Java

1 view

1 day ago

Durga Software Solutions
CORE JAVA tutorials || Demo - 1 || by Mr. Prakash Babu On 10-12-2025 @6PM (IST)

CORE JAVA tutorials || Demo - 1 || by Mr. Prakash Babu On 10-12-2025 @6PM (IST) Course Content: https://bit.ly/3U7Zn70 ...

53:07
CORE JAVA tutorials || Demo - 1 || by Mr. Prakash Babu On 10-12-2025 @6PM (IST)

71 views

3 days ago