ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

79 results

Java Ninja
Inheritance vs Composition in Java - When to use Which?

Inheritance vs Composition - one of the most important design decisions in Object Oriented Programming, yet most developers get ...

5:49
Inheritance vs Composition in Java - When to use Which?

100 views

4 weeks ago

Java QA Academy
Reverse a String in Java | DSA Interview Question🔥

Reverse a String using Java Classic DSA interview problem explained with simple logic. Subscribe for more DSA & coding ...

4:51
Reverse a String in Java | DSA Interview Question🔥

33 views

4 weeks ago

Vision Microtech
🔥 for Each Loop In Java | Enhanced For Loop Explained With Examples 🚀 ✨

for Each Loop In Java | Enhanced For Loop Explained With Examples ✨ For Each Loop in Java explained in a very easy and ...

2:57
🔥 for Each Loop In Java | Enhanced For Loop Explained With Examples 🚀 ✨

11 views

3 weeks ago

Vision Microtech
🔥 Strings in Java | String Class Explained with Examples 🚀 ✨

Strings in Java | String Class Explained with Examples ✨ Strings in Java explained in a very easy and simple way for ...

1:38
🔥 Strings in Java | String Class Explained with Examples 🚀 ✨

5 views

2 weeks ago

Ved Arya Tech
Java Strings and Arrays in Hindi  | Array Operations, 2D Matrix, String Functions & Programs

Hey, I a'm Ved Arya Java Code Hindi | Python Coding Tutorial | DSA Patterns Free! The Ved Arya Tech pe step-by-step **Java ...

29:29
Java Strings and Arrays in Hindi | Array Operations, 2D Matrix, String Functions & Programs

49 views

12 days ago

Chandrakant Bhosale
My First Java Program: Hello World

This Java program prints "Hello, World!" the basic structure of a Java program, including class declaration, main method, and ...

29:16
My First Java Program: Hello World

0 views

10 days ago

Vision Microtech
🔥 String Conversions in Java | Convert String To int double char 🚀 ✨

String Conversions in Java | Convert String To int double char ✨ String Conversions in Java explained in a very easy and ...

4:12
🔥 String Conversions in Java | Convert String To int double char 🚀 ✨

12 views

2 weeks ago

COMPUTER & EXCEL SOLUTION
string Data type in c programming@COMPUTEREXCELSOLUTION #clanguageprogramming

programminglanguage Join this channel to get access to perks: ...

28:19
string Data type in c programming@COMPUTEREXCELSOLUTION #clanguageprogramming

19 views

3 weeks ago

Kernel Queen 👑
Minimum Cost to Convert String II Leetcode 2977 | Java-Hindi

Problem Link: Leetcode 2977 - https://leetcode.com/problems/minimum-cost-to-convert-string-ii/ Solution Link: ...

23:56
Minimum Cost to Convert String II Leetcode 2977 | Java-Hindi

180 views

2 weeks ago

Vision Microtech
🔥 String Class in Java | Java String Class Explained With Examples 🚀 ✨

String Class in Java | Java String Class Explained With Examples ✨ String Class in Java explained in a very easy and simple ...

2:28
🔥 String Class in Java | Java String Class Explained With Examples 🚀 ✨

11 views

2 weeks ago

Google for Developers
JAX Data Loading: Using the Grain Dataset API for Simple and Declarative Data Processing

Accelerators are getting faster, but is your data loading keeping up? In this video, we explore the Grain Dataset API, a powerful ...

5:44
JAX Data Loading: Using the Grain Dataset API for Simple and Declarative Data Processing

2,120 views

3 weeks ago

The Code Refactory
Stop Asking Your Objects for Data

Is your code suffering from Feature Envy? In this video, we dive deep into the "Tell, Don't Ask" principle to explain why objects ...

4:26
Stop Asking Your Objects for Data

74 views

2 weeks ago

SDET_Tech-IVP(SDET TechInterViewPrep)
Java Polymorphism Explained 🔥 Compile Time vs Runtime | Real Example | Interview Questions #29

In this video, we explain Java Polymorphism in a simple and easy way with real-time examples. Polymorphism is one of the most ...

15:40
Java Polymorphism Explained 🔥 Compile Time vs Runtime | Real Example | Interview Questions #29

22 views

3 weeks ago

SOFTECHNO
python function

function in python programming.

1:58
python function

5 views

3 weeks ago

Solo Dev
LeetCode 3809 | Best Reachable Tower || Java | AC | Biweekly | Guide

Problem: https://leetcode.com/problems/best-reachable-tower/description/ Contest: ...

1:15
LeetCode 3809 | Best Reachable Tower || Java | AC | Biweekly | Guide

0 views

13 days ago

TechByAbhay
🔥Heap vs Stack Memory Explained in Hindi | JVM Memory Management

In this video, we will understand Heap and Stack Memory in detail. This video explains: ✔ What is Stack Memory? ✔ What is ...

9:05
🔥Heap vs Stack Memory Explained in Hindi | JVM Memory Management

49 views

3 weeks ago

WaitWhyCode?
Static vs Dynamically Typed Programming Languages Explained

You use programming languages like Python, Java, or JavaScript every day but do you really know the difference between static ...

5:22
Static vs Dynamically Typed Programming Languages Explained

28 views

3 weeks ago

Build Software Systems
Rust Match Tips: Handling Vectors by Length with Slice Pattern Matching

Index-based vector access like vec[0] and vec[1] may feel natural, especially if you come from C, C++ or Java, but it can easily ...

3:29
Rust Match Tips: Handling Vectors by Length with Slice Pattern Matching

382 views

1 month ago

COMPUTER & EXCEL SOLUTION
All data types of python in one shot || python full video in hindi || How to use python#python

python Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

11:52
All data types of python in one shot || python full video in hindi || How to use python#python

29 views

3 weeks ago

aicodingtv
Numeric Types

Use type() to check the data type, and print() to display the result.

1:12
Numeric Types

0 views

3 weeks ago

Mahesh Ahirwar
Reorganize String | Greedy + Max Heap | DSA Interview Problem

In this video, we solve the Reorganize String problem using a Greedy strategy with Max Heap (Priority Queue) to ensure that no ...

7:34
Reorganize String | Greedy + Max Heap | DSA Interview Problem

31 views

2 weeks ago

Mahesh Ahirwar
Kth Largest Element in an Array | Heap | DSA Interview Problem

In this video, we solve the Kth Largest Element in an Array problem using multiple optimal approaches, Heap (Priority Queue).

7:58
Kth Largest Element in an Array | Heap | DSA Interview Problem

25 views

4 weeks ago

Kernel Queen 👑
Minimum Cost to Convert String I Leetcode 2976 | Java-Hindi

Problem Link: https://leetcode.com/problems/minimum-cost-to-convert-string-i Solution Link: ...

9:20
Minimum Cost to Convert String I Leetcode 2976 | Java-Hindi

194 views

2 weeks ago

Solo Dev
LeetCode 3824 | Minimum K to Reduce Array Within Limit || Java | AC | Biweekly | Guide

Problem: https://leetcode.com/problems/minimum-k-to-reduce-array-within-limit/description/ Contest: ...

1:00
LeetCode 3824 | Minimum K to Reduce Array Within Limit || Java | AC | Biweekly | Guide

0 views

11 days ago

Engineering Essense
Leetcode | Best Time to Buy and Sell Stock Problem | Two Pointers Approach | Explained with Example

In this video, we'll solve a popular LeetCode problem – 'Best Time to Buy and Sell Stock Problem' – using Java. I'll walk you ...

11:24
Leetcode | Best Time to Buy and Sell Stock Problem | Two Pointers Approach | Explained with Example

14 views

2 weeks ago