ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

54 results

Java
Java's Plans for 2026 - Inside Java Newscast #104

In 2026, Java keeps evolving: Project Valhalla is gunning for merging its value types preview in the second half of this year; ...

8:57
Java's Plans for 2026 - Inside Java Newscast #104

2,131 views

5 hours ago

CodeLucky
String Basics & Character Encoding Explained (ASCII, Unicode, UTF-8)

Ever wondered how computers actually store text? In this video, we break down the fundamentals of Strings and Character ...

4:29
String Basics & Character Encoding Explained (ASCII, Unicode, UTF-8)

0 views

3 hours ago

Learn & inspire with Pankaj
Java String Interview Question 😱 | AABBBCDDBBB → A2B3C1D2B3 | Step by Step #reels

This is one of the most asked Java string programs in interviews! In this video, I explain step by step how to convert: Copy code ...

6:36
Java String Interview Question 😱 | AABBBCDDBBB → A2B3C1D2B3 | Step by Step #reels

7 views

5 hours ago

Durga Software Solutions
Mastering Java Language Fundamentals in 2026

Step into 2026 with complete mastery of Java fundamentals! In this video, we cover all essential Java concepts you need to ...

6:28
Mastering Java Language Fundamentals in 2026

0 views

8 hours ago

Vivek Gupta
Create reverse of a string in Java and find if a string is palindrome or not.

Create reverse of a string in Java and find if a string is palindrome or not. 00:00 Intro 00:28 Question 1 - Find reverse of a string ...

12:34
Create reverse of a string in Java and find if a string is palindrome or not.

0 views

3 hours ago

Lets Learn QA
Java Interview Question for Automation Tester - Strings are Immutable

Java Interview Question for Automation Tester - Strings are Immutable String are immutable in Java. Means once a String is ...

19:35
Java Interview Question for Automation Tester - Strings are Immutable

39 views

1 day ago

Java_Programs_Explained
Palindrome in Java | Clean Logic for Beginners & Interviews

In this video, we learn how to check whether a number or string is a palindrome in Java. The logic is explained step by step in a ...

5:46
Palindrome in Java | Clean Logic for Beginners & Interviews

0 views

29 minutes ago

CodeLucky
Permutation In String - LeetCode 567 - Sliding Window Algorithm Explained

Learn how to solve the 'Permutation in String' problem (LeetCode 567) using the efficient Sliding Window technique! In this ...

4:40
Permutation In String - LeetCode 567 - Sliding Window Algorithm Explained

0 views

3 hours ago

Coding & Trading by Suraj
How to Reverse Words in a String in LeetCode | Problem 151 | Full Walkthrough | Java Solution

In this video, we tackle LeetCode 151: Reverse Words in a String. We'll walk through the logic, code the optimal solution live.

5:46
How to Reverse Words in a String in LeetCode | Problem 151 | Full Walkthrough | Java Solution

8 views

9 hours ago

Vivek Gupta
Java program to count the number of each type of vowel in a string.

Java program to count the number of each type of vowel in a string. Learn how to write a program in Java to count the number of ...

9:01
Java program to count the number of each type of vowel in a string.

0 views

2 hours ago

Coding NoteBook
program to find average array elements | java language

program to find average array elements | java language java program playlist ...

5:45
program to find average array elements | java language

7 views

18 hours ago

CS with Rahul
Check Anagram for Two Strings part-33 explained in Hindi #java8 #streamapi #codinginterviewquestions

Mock Interview Form Link : https://forms.gle/NwTPsWH5tAf7FgHs7 Full playlist in English ...

11:09
Check Anagram for Two Strings part-33 explained in Hindi #java8 #streamapi #codinginterviewquestions

5 views

21 hours ago

Vocational Door
LeetCode 205: Isomorphic Strings | Explained Like an Interviewer Wants! 🚀 | Crack Coding Interviews

Are you preparing for coding interviews? This video breaks down LeetCode 205 - Isomorphic Strings in a way that interviewers ...

10:49
LeetCode 205: Isomorphic Strings | Explained Like an Interviewer Wants! 🚀 | Crack Coding Interviews

31 views

22 hours ago

Web Fusion with Bharadwaj
12. Previous Greater Element (Java)

Welcome to Code-with-Bharadwaj! Hi there! I'm Manu, and I'm excited to help you level up your coding skills.

16:42
12. Previous Greater Element (Java)

47 views

23 hours ago

CodeLucky
Backspace String Compare - LeetCode 844 - Optimal Solution (Stack vs Two Pointers)

Learn how to solve the Backspace String Compare problem (LeetCode 844) efficiently! In this video, we explore how to ...

4:29
Backspace String Compare - LeetCode 844 - Optimal Solution (Stack vs Two Pointers)

0 views

3 hours ago

AlgorithmicIQ
Leetcode 3794  Reverse String Prefix -  Explained In Hindi

Leetcode 3794 Reverse String Prefix - Explained In Hindi Java Interview Preparation / Coding Questions and Answers / Interview ...

8:22
Leetcode 3794 Reverse String Prefix - Explained In Hindi

0 views

15 hours ago

Java Programming For Everyone
Identical Linked Lists - Basic - GeeksforGeeks

learn how to solve this program and practice #java #programming #coding #tutorial #learning.

7:56
Identical Linked Lists - Basic - GeeksforGeeks

3 views

20 hours ago

Durga Software Solutions
Convert Strings to Character Lists in Python: Quick Tutorial

Want to break a string into individual characters in Python? In this quick tutorial, you'll learn multiple easy ways to convert ...

6:23
Convert Strings to Character Lists in Python: Quick Tutorial

0 views

23 hours ago

Java Programming For Everyone
Find Length of Linked List - Basic - GeeksforGeeks

learn how to solve this program and practice #java #programming #coding #tutorial #learning.

5:44
Find Length of Linked List - Basic - GeeksforGeeks

1 view

20 hours ago

Java Programming For Everyone
Linked List Insertion at End - Basic - GeeksforGeeks

learn how to solve this program and practice #java #programming #coding #tutorial #learning.

10:10
Linked List Insertion at End - Basic - GeeksforGeeks

0 views

20 hours ago

Leet'sCode
Valid Palindrome | Two Pointer Approach | LeetCode 125 | Time Complexity Explained

In this video, we solve LeetCode 125 – Valid Palindrome using the Two Pointer Approach . We check whether a given string is ...

10:13
Valid Palindrome | Two Pointer Approach | LeetCode 125 | Time Complexity Explained

0 views

45 minutes ago

Learning by Doing with Praveen Kandhan
Java Programming Session 21 Pattern 34 – Right Angled Star Triangle Pattern

Java Pattern Programming | Session 21 – Right-Angled Star Triangle Pattern In this video, we continue our Java Pattern ...

8:48
Java Programming Session 21 Pattern 34 – Right Angled Star Triangle Pattern

0 views

19 hours ago

Java Programming For Everyone
Sum of cubes of first n terms - Basic - GeeksforGeeks

learn how to solve this program and practice #java #programming #coding #tutorial #learning.

7:05
Sum of cubes of first n terms - Basic - GeeksforGeeks

0 views

20 hours ago

Code Depth By Ahsan
What is Array in Java || Core Java Complete Course

In this video, we explain Arrays in Java from absolute basics to interview-level concepts. This video is perfect for: ✓ Java ...

15:06
What is Array in Java || Core Java Complete Course

0 views

18 hours ago

웹짱이영환쌤
Webjjang JAVA 2025.12 10-03 String의 메서드 정리 실습01(웹짱과 함께하는 자바)

Webjjang JAVA 2025.12 10. 기본 API : 라이브러리(웹짱과 함께하는 자바) 10-03 String의 메서드 정리 실습01 중요도 : 5.

15:22
Webjjang JAVA 2025.12 10-03 String의 메서드 정리 실습01(웹짱과 함께하는 자바)

4 views

9 hours ago