ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

248 results

Goeduhub Technologies
Casting objects in Java | What is object casting in Java?

Casting objects in Java | What is object casting in Java? Reference Notes ...

3:16
Casting objects in Java | What is object casting in Java?

1,623 views

4 years ago

The Debug Zone
Understanding False Results When Casting Interned Strings to Objects in Java

In this video, we delve into the intricacies of Java's string interning mechanism and its implications when casting interned strings to ...

1:55
Understanding False Results When Casting Interned Strings to Objects in Java

1 view

4 months ago

Peter Schneider
Java: Casting Object to primitive array using Class.cast()

Java: Casting Object to primitive array using Class.cast() I hope you found a solution that worked for you :) The Content is licensed ...

2:23
Java: Casting Object to primitive array using Class.cast()

5 views

1 year ago

ABMedia
Learn PowerShell: Episode 4, Types + Methods + Casting

As we know very well by now, objects are the most central part of PowerShell, everything is built around them, and as such, there's ...

28:55
Learn PowerShell: Episode 4, Types + Methods + Casting

18,887 views

4 years ago

J David Eisenberg
Chapter 11: Polymorphism and Casting

Find out the limits of using casting when working with polymorphism.

2:32
Chapter 11: Polymorphism and Casting

276 views

5 years ago

Goeduhub Technologies
Object class in Java | Methods of Object class | Java Object Class Example

Object class in Java The Object class is the parent class of all the classes in java by default. In other words, it is the topmost class ...

3:55
Object class in Java | Methods of Object class | Java Object Class Example

64 views

4 years ago

Meri (Engel) Kasprak - programming videos
Classes and Objects in Java

Creating your first class and instantiating objects from it in Java.

3:17
Classes and Objects in Java

96 views

8 years ago

Somaditya Roy
Up casting and Down-casting in Java (Part-1)

Casting is the process of making a variable behaves as a variable of another type. If a class shares an IS-A or inheritance ...

14:42
Up casting and Down-casting in Java (Part-1)

196 views

5 years ago

MrCodeCool
An Introduction to objects

I hope it gives you a basic idea of creating object for classes Please don't forget to Subscribe.................!!!!!!!!!!!! :) ;) :p :D.

3:53
An Introduction to objects

15 views

12 years ago

Algortimos y Estructuras de Datos II
Polimorfismo en la POO

Concepto de polimorfismo en la POO y ejemplos sobre lenguaje Java.

32:16
Polimorfismo en la POO

325 views

4 years ago

The Debug Zone
Fixing java.lang.ClassCastException: [Ljava.lang.Object; Cannot Be Cast To

In this video, we dive into the common Java error: `java.lang.ClassCastException`, specifically the message that states ...

4:03
Fixing java.lang.ClassCastException: [Ljava.lang.Object; Cannot Be Cast To

20 views

1 year ago

Roel Van de Paar
Cast java Object to a generic type with a known type parameter (2 Solutions!!)

Cast java Object to a generic type with a known type parameter Helpful? Please use the *Thanks* button above! Or, thank me via ...

2:14
Cast java Object to a generic type with a known type parameter (2 Solutions!!)

1,009 views

3 years ago

Edu-ca-te
Casting and Parsing - Java (Part 3)

Hey there computer sciences students lets continue our series on Java looking at type conventions (casting and parsing) make ...

19:51
Casting and Parsing - Java (Part 3)

78 views

2 months ago

Dr C
CS162 Java = Subclassing, Polymorphism = Declared Type Vs Actual Type And Casting

Computer Science 162 at Tillamook Bay Community College.

7:01
CS162 Java = Subclassing, Polymorphism = Declared Type Vs Actual Type And Casting

284 views

3 years ago

Prof. Dr. Michael Helbig
💻 JAVA | Vererbung 10 - Operator instanceof und Type-Cast

Dieses Video ist Teil der Playlist: https://youtube.com/playlist?list=PLDkKPlx5HxBe3MjMs4bornl_xwfqmzQAf THEMEN: 1. JDK ...

10:01
💻 JAVA | Vererbung 10 - Operator instanceof und Type-Cast

738 views

7 years ago

Roel Van de Paar
Alternative to using Object and casting in a map (2 Solutions!!)

Alternative to using Object and casting in a map Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar ...

4:16
Alternative to using Object and casting in a map (2 Solutions!!)

0 views

3 years ago

TECH BUZZ BLOGS
Java - Class | TECH BUZZ BLOGS

Follow us for more tutorials GitHub Repository: https://github.com/techbuzzblogs.

3:28
Java - Class | TECH BUZZ BLOGS

96 views

3 years ago

Vikas Bandaru
Java - Finding Bugs with Object Tracing

This video shows how to use Object Tracing Technique to find bugs in a Java program.

4:03
Java - Finding Bugs with Object Tracing

135 views

9 years ago

RL Hugh
Using Slab Technique to intersect ray with axis-aligned box

Method of Ray and Kayjia, https://education.siggraph.org/static/HyperGraph/raytrace/rtinter3.htm.

0:32
Using Slab Technique to intersect ray with axis-aligned box

7,106 views

2 years ago

Geoffrey Schmit
APCSA Classes 02.09 Type Conversions and Casting

Naperville North High School, AP Computer Science A, Java Concepts Early Objects, Chapter 3, Class Notes 9.

22:56
APCSA Classes 02.09 Type Conversions and Casting

20 views

6 years ago

Google for Developers
R 3.1 - Managing the Workspace and Variable Casting

View all the objects in the workspace using ls(), remove objects using rm(), cast a variable as a different type using an as.[type]() ...

2:57
R 3.1 - Managing the Workspace and Variable Casting

17,642 views

12 years ago

Ingeniero John Ortiz Ordoñez
Java Exercise: 453 Use the clone() Method of the Object Class to Clone an Object

453. Use the `clone()` method of the `Object` class to clone an object using the Java programming language. https://github ...

5:44
Java Exercise: 453 Use the clone() Method of the Object Class to Clone an Object

4,385 views

5 years ago

Vikas Bandaru
Constructing Objects - Java

This video shows about what object construction is in Java. The tool used is BlueJ.

3:52
Constructing Objects - Java

110 views

9 years ago

Roel Van de Paar
Code Review: Workaround for unchecked cast of a deserialized Object to ArrayList<Vehicle>

Code Review: Workaround for unchecked cast of a deserialized Object to ArrayList<Vehicle> Helpful? Please support me on ...

2:42
Code Review: Workaround for unchecked cast of a deserialized Object to ArrayList<Vehicle>

96 views

3 years ago

Lewis Baumstark
Lecture 11: Polymorphism; Overloading vs. Overriding method

0:49 guidelines for when to use inheritance 4:06 polymorphism defined 6:40 polymorphism in Java 8:19 the Shape, Circle, ...

31:43
Lecture 11: Polymorphism; Overloading vs. Overriding method

54 views

4 years ago