ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

199 results

Satheesh Rapolu
Lecture : 6 - Type Casting and Conversion in Java

Type Casting in Java | Implicit & Explicit Casting Explained with Examples In this video, we will learn Type Casting in Java in a ...

22:41
Lecture : 6 - Type Casting and Conversion in Java

13 views

11 days ago

VSP Technologies
Type Casting in Java | Implicit & Explicit Type Conversion Explained with Examples

In this video, we explain Type Casting in Java with clear examples and simple explanation. You will learn both Implicit (Widening) ...

9:52
Type Casting in Java | Implicit & Explicit Type Conversion Explained with Examples

5 views

2 weeks ago

Oops Coder
Java Data Types & Type Casting Explained in 5 Min | Stop Spilling Bytes

Confused why int vs Integer matters? In just 7 minutes we turn Java data types into a spice rack—no code needed!

4:19
Java Data Types & Type Casting Explained in 5 Min | Stop Spilling Bytes

7 views

2 weeks ago

CodebookLM
Java Type Casting

Struggling with data type conversion? Discover how to safely perform type casting in Java. Avoid common errors when converting ...

6:50
Java Type Casting

7 views

6 days ago

GuruWithLearn
Java Type Conversion and Casting Explained | Java Tutorial for Beginners

In this video, we dive deep into how Java handles different data types. Understanding the difference between automatic ...

11:56
Java Type Conversion and Casting Explained | Java Tutorial for Beginners

41 views

9 days ago

ACCU Conference
C++ Sorting Pitfalls, UB & Type Conversion Explained - ACCU 2025 Short Talks

ACCU Membership: https://tinyurl.com/ydnfkcyn --- Do Not Compare Integers and Floats in C++: Sorting Pitfalls, UB & Type ...

5:11
C++ Sorting Pitfalls, UB & Type Conversion Explained - ACCU 2025 Short Talks

350 views

12 days ago

JavaWithNandini
Type Casting in Java | Implicit & Explicit Casting | Day 17 #typecasting#typeconversion#conversion

In the previous video, we learned about Java Data Types and how different data types store different kinds of values. In this video ...

8:51
Type Casting in Java | Implicit & Explicit Casting | Day 17 #typecasting#typeconversion#conversion

25 views

2 weeks ago

Enrique Barros
Java 25 in 2026: Part 2 – Constants, Conversions, Math and Strings

💻🅃🄷🄴 🄿🄲 🄼🄰🅂🅃🄴🅁💻 ███ █┼█ ███ ┼┼ ███ ███ ┼█┼ █▄█ █▄┼ ┼┼ █▄█ █┼┼ ┼█┼ █┼█ █▄▄ ┼┼ █ ...

44:24
Java 25 in 2026: Part 2 – Constants, Conversions, Math and Strings

316 views

2 weeks ago

LearnCodeFromZero
Type Casting in Java Explained | Implicit & Explicit Conversion | Java From Scratch

Java #TypeCastingInJava #JavaFromScratch #JavaBasics #LearnJava #CoreJava #JavaForBeginners #ProgrammingInJava ...

18:09
Type Casting in Java Explained | Implicit & Explicit Conversion | Java From Scratch

26 views

11 days ago

Dev notes
Java  Type conversion and casting
11:59
Java Type conversion and casting

13 views

13 days ago

Sagar Choudhary
Episode 08 | Type Casting in Java with Examples | int to double, double to int | #program #coding

Welcome to Java Programming by Sagar Choudhary In Episode 08, you will learn: ✓ What is Type Casting in Java ✓ Why type ...

11:17
Episode 08 | Type Casting in Java with Examples | int to double, double to int | #program #coding

22 views

3 days ago

PrepLoop
Type Casting in Java Explained | Widening vs Narrowing | Java Tutorials – Episode 7 | PrepLoop

In this video, we learn Type Casting in Java: converting one data type into another. We cover widening (automatic), narrowing ...

11:58
Type Casting in Java Explained | Widening vs Narrowing | Java Tutorials – Episode 7 | PrepLoop

15 views

7 days ago

LearnCodeFromZero
Type Casting in Java | Practical Examples & Coding | Java From Scratch

Java #TypeCastingInJava #JavaPractical #JavaLab #JavaFromScratch #LearnJava #JavaCoding #CoreJava #JavaExamples ...

11:51
Type Casting in Java | Practical Examples & Coding | Java From Scratch

14 views

11 days ago

واحد من الناس
cs programming java   04   Type conversion
10:22
cs programming java 04 Type conversion

0 views

3 weeks ago

NullLogic
#23 Upcasting & Downcasting in Java | Type Casting Explained

In this video, you will learn Upcasting and Downcasting in Java step by step. What is Upcasting What is Downcasting ...

8:56
#23 Upcasting & Downcasting in Java | Type Casting Explained

8 views

4 weeks ago

Study With Prathamesh
Java token & data type, Type casting, Operators & expression| Java Programming Unit 1 | msbte Que

In this lecture, we explain the basic concepts of Java programming, including Java Tokens & Data Types, Type Casting, and ...

26:09
Java token & data type, Type casting, Operators & expression| Java Programming Unit 1 | msbte Que

110 views

2 weeks ago

Prof. M. RAJA
Java Unit I Session #8 Type conversions and casting, automatic type promotions

Type conversions and casting, automatic type promotions in Java.

1:03:01
Java Unit I Session #8 Type conversions and casting, automatic type promotions

0 views

1 month ago

programming with miq
Java Type Casting

In this video, we will learn about type casting in Java. You'll understand implicit and explicit type casting and how to convert one ...

10:04
Java Type Casting

0 views

1 day ago

VSP Technologies
Data Types in Java Explained | Java Fundamentals

In this video, we explain Data Types in Java, one of the most important topics in Java Fundamentals. Data types specify what type ...

24:56
Data Types in Java Explained | Java Fundamentals

3 views

2 weeks ago

Java Developers
Day27-Convert Lowercase to Uppercase and Uppercase to Lowercase Using Java Program |Java Developers

We will understand: How characters are stored in Java ASCII values and their role in case conversion Java logic to convert ...

12:36
Day27-Convert Lowercase to Uppercase and Uppercase to Lowercase Using Java Program |Java Developers

12 views

3 weeks ago

DrillCoding
JDK vs JRE vs JVM Explained Simply — Core Java Series Part 2 | Beginner Friendly

Want to finally understand the real difference between JDK, JRE, and JVM in a simple and beginner-friendly way? This video will ...

4:05
JDK vs JRE vs JVM Explained Simply — Core Java Series Part 2 | Beginner Friendly

45 views

2 weeks ago

Farid Software Lab
007 Type casting in java

public class FirstJavaFile { public static void main(String[] args) { System.out.println("Salam!"); System.out.println("Willocme to ...

4:48
007 Type casting in java

5 views

3 weeks ago

JavaTechTutorial
Java Data Types: The One Thing Every Beginner Gets Wrong

Welcome to JavaTechTutorial ☕ Your one-stop destination to learn Java Programming from scratch in easy English.

9:13
Java Data Types: The One Thing Every Beginner Gets Wrong

66 views

2 weeks ago

OL SAY
Java02   Data Type Casting  and String Formating 2025 03 31 16 54 25

Java Programming Tutorial – Java02 Data Type Casting and String Formatting In this lesson, you will learn important Java ...

18:49
Java02 Data Type Casting and String Formating 2025 03 31 16 54 25

15 views

2 weeks ago

The Right Politics
What Is Type Casting In Programming Languages?

Potential pitfalls and errors to avoid when working with type conversions. ▻ How type casting contributes to more robust and ...

3:34
What Is Type Casting In Programming Languages?

1 view

3 weeks ago