ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

65 results

Durga Software Solutions
Object Typecasting Explained: Reference Variables in Detail #shorts

How many objects? One. How many references? Two! Object typecasting doesn't create new objects, it only changes the ...

0:34
Object Typecasting Explained: Reference Variables in Detail #shorts

534 views

3 weeks ago

Durga Software Solutions
Object Creation: Typecasting & Reference Variables Explained! #shorts

It just gives the current object a new reference variable. This is key for understanding memory management and object behavior.

0:25
Object Creation: Typecasting & Reference Variables Explained! #shorts

498 views

3 weeks ago

Durga Software Solutions
Java Type Casting: Understanding Object References #shorts

When type casting objects, new reference variables are created, but no new objects are generated. Only one object exists, with ...

1:03
Java Type Casting: Understanding Object References #shorts

290 views

3 weeks ago

fullstackDaily
Java Variables & Data Types Explained | Primitive vs Reference

Learn all about variables and data types in Java — including primitive and reference types.

2:30
Java Variables & Data Types Explained | Primitive vs Reference

3 views

2 weeks ago

Durga Software Solutions
Java: Static Methods & Typecasting Explained Simply! #shorts

Typecasting doesn't make new objects—it only changes the reference variable type. The internal object stays the same, even ...

0:36
Java: Static Methods & Typecasting Explained Simply! #shorts

269 views

3 weeks ago

vlogommentary
Understanding VerifyError in Java 22 ClassFile API: The Int vs Reference Type Confusion

Learn why Java 22's ClassFile API can throw VerifyError due to method signature mismatches involving primitive and reference ...

3:50
Understanding VerifyError in Java 22 ClassFile API: The Int vs Reference Type Confusion

0 views

23 hours ago

Quick Java Tutorial
this and super keywords in Java   Made with Clipchamp  #javalanguage #programming #coding #this

In Java, this and super are keywords used to refer to objects within the context of inheritance and class instances. 1. The this ...

0:59
this and super keywords in Java Made with Clipchamp #javalanguage #programming #coding #this

108 views

4 weeks ago

Ebenezer Acquaye
011  Working with Variables in Java
2:35
011 Working with Variables in Java

0 views

2 weeks ago

Code With K5KC
Pass Behavior, Not Variables in Java Lambdas with Method References #k5kc #javainterviewquestions

DESCRIPTION* Learn how Java Method References can simplify your lambda expressions and make your code cleaner and ...

0:50
Pass Behavior, Not Variables in Java Lambdas with Method References #k5kc #javainterviewquestions

1,509 views

3 weeks ago

The Curious Coder
Java Memory Model for Interviews | JVM Memory Areas #shorts

In this YouTube Short, I explain the JVM memory model — Method Area, Heap Memory, Stack Memory, PC Register, and Native ...

1:22
Java Memory Model for Interviews | JVM Memory Areas #shorts

1,271 views

13 days ago

Allinfokannada
What is data type in java? | Java for beginners | java for freshers

What is Data type? It defines what kind of data a variable can hold (Means size of variable, type of variable) Types of data type 1.

0:34
What is data type in java? | Java for beginners | java for freshers

0 views

5 days ago

Durga Software Solutions
Java Strings: Understanding Object References and Equality #shorts

Let's cross-check String s equals new String(Durga). Object o equals Object(s). Does s == o? No new object, just a new reference ...

0:59
Java Strings: Understanding Object References and Equality #shorts

578 views

3 weeks ago

Durga Software Solutions
Typecasting in Java: Object Creation Explained #shorts

Does typecasting create a new object? The answer might surprise you. No new object is created internally. Only a new type of ...

0:25
Typecasting in Java: Object Creation Explained #shorts

247 views

3 weeks ago

Allinfokannada
What is Instance Variable | Java for beginners | Java for freshers | basics of java

What is Instance Variable (Non-Static) • A variable that is declared inside a class, but outside methods • It Belongs to the object of ...

1:18
What is Instance Variable | Java for beginners | Java for freshers | basics of java

8 views

8 days ago

Allinfokannada
What is datatype? | Types of datatypes in java | java for beginners | java for freshers

What is Data type? It defines what kind of data a variable can hold (Means size of variable, type of variable) Types of data type 1.

2:52
What is datatype? | Types of datatypes in java | java for beginners | java for freshers

7 views

4 days ago

TestOpsStudio
Java Basics: Why Developers Confuse == vs .equals() in strings #java  #strings

In this YouTube Short, you'll finally understand the difference between == and .equals() in Java, especially for Strings. Many Java ...

1:49
Java Basics: Why Developers Confuse == vs .equals() in strings #java #strings

337 views

1 month ago

RohitAsync
Null in Java: If You Want a Girlfriend but You Don't Have One 🤣

Keywords: null in java, null pointer exception, java tutorial, java beginner, reference variable, java error explained, npe in java, ...

0:29
Null in Java: If You Want a Girlfriend but You Don't Have One 🤣

1,373 views

11 days ago

Unlatched World
Using an undeclared variable triggers a reference issue #shorts #javascript #coding #debugging

JavaScript Debugging Interview Question from Unlatched World. Level up your coding skills with quick, clear, and powerful ...

0:16
Using an undeclared variable triggers a reference issue #shorts #javascript #coding #debugging

3 views

10 days ago

Durga Software Solutions
Java Integer Objects: Understanding the Basics #shorts

Creating an Integer object with 'new Integer(10)'. What is the type of the reference variable 'i'? Let's break down this Java concept ...

0:34
Java Integer Objects: Understanding the Basics #shorts

473 views

3 weeks ago

_chillndcode_
Does Java support pointers?? #java #coding #btech #students #pointers #codinglife #btechbadithulu

Java uses references which are similar to pointers but it cannot perform arithmetic operations that is we cannot move to previous ...

0:29
Does Java support pointers?? #java #coding #btech #students #pointers #codinglife #btechbadithulu

0 views

2 days ago