ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

180 results

Durga Software Solutions
Java Instance Variables: Current vs. Parent Class Explained #shorts

Instance methods access current class variables by default. Learn how Java determines whether the instance variable comes ...

0:36
Java Instance Variables: Current vs. Parent Class Explained #shorts

1,223 views

5 days ago

Durga Software Solutions
Java Constructors: Overloading vs. Inheritance Explained #shorts

Inside a class, can you have multiple constructors? Yes! They have the same name but different argument types. Inheritance and ...

1:02
Java Constructors: Overloading vs. Inheritance Explained #shorts

570 views

2 days ago

Vision Microtech
🔥 Static Variables in Java Programming | What Are Static Variables? 🚀 ✨

Static Variables in Java Programming | What Are Static Variables? ✨ In this video, you will learn Static Variables in Java ...

4:36
🔥 Static Variables in Java Programming | What Are Static Variables? 🚀 ✨

12 views

7 days ago

Durga Software Solutions
Abstract Classes: Constructors Explained! (Java OOP) #shorts

Abstract classes can have constructors! Even though you can't directly create objects, the constructor initializes parent class ...

0:41
Abstract Classes: Constructors Explained! (Java OOP) #shorts

233 views

2 days ago

Durga Software Solutions
Java: Child Class Methods vs. Constructors Explained #shorts

A child class contains two methods, but only one constructor. Overriding and inheritance apply to methods, not constructors.

0:25
Java: Child Class Methods vs. Constructors Explained #shorts

376 views

1 day ago

Software Technology Empire
Learn Java Nested Classes in Just Minutes!

Thank you for watching my Video. If you like this video then please do Like Share and subscribe. CONNECT WITH ME ON 1.

10:13
Learn Java Nested Classes in Just Minutes!

5 views

7 days ago

Durga Software Solutions
CORE JAVA TUTORIALS BY Mr. PRAKASH SIR

CORE JAVA TUTORIALS BY Mr. PRAKASH SIR.

3:27:11
CORE JAVA TUTORIALS BY Mr. PRAKASH SIR

157 views

Streamed 3 days ago

Durga Software Solutions
Static Method ERROR: 'this' & 'super' in Java #shorts

Careful! Using 'this' or 'super' inside a static method throws a compile-time error. 'Non-static variable cannot be referenced from a ...

0:35
Static Method ERROR: 'this' & 'super' in Java #shorts

594 views

5 days ago

Java
Java's Progress in 2025 - Inside Java Newscast #103

With 2025 coming to a close, let's summarize Java's year and look at the current state of the six big OpenJDK projects as well as a ...

7:46
Java's Progress in 2025 - Inside Java Newscast #103

4,901 views

4 days ago

Durga Software Solutions
Java Inheritance: Understanding Child Class Objects #shorts

Learn how to create a child class object. This example shows how to execute the child's m1 method, inheriting parent properties ...

0:20
Java Inheritance: Understanding Child Class Objects #shorts

1,335 views

6 days ago

Durga Software Solutions
Pure Java Driver: Platform Independent Advantage Explained #shorts

This driver, developed solely in Java, offers a significant advantage: platform independence. Use it across any platform with ease.

0:18
Pure Java Driver: Platform Independent Advantage Explained #shorts

1,341 views

5 days ago

HustleWithDroid
Methods in Java | What, Why & How | OOPS for Beginners

In this video, we explain Methods in Java as part of Object Oriented Programming (OOPS) using simple and real-world examples.

21:43
Methods in Java | What, Why & How | OOPS for Beginners

20 views

7 days ago

Durga Software Solutions
Java Constructors: Overloading Explained for Beginners #shorts

Streamline object creation with multiple constructors! See how you can handle various data inputs for your inquiry class with ease ...

2:34
Java Constructors: Overloading Explained for Beginners #shorts

1,467 views

4 days ago

Durga Software Solutions
Java Method Overloading: New Syntax Explained! #shorts

Before Java 1.5, changing the number of arguments in a method meant creating a whole new method. See why version 1.4 ...

0:28
Java Method Overloading: New Syntax Explained! #shorts

527 views

7 days ago

Durga Software Solutions
Java Super Keyword: Parent-Child Variable Conflict Solved! #shorts

Parent and child classes share the same variable? Use 'super' keyword to explicitly specify the superclass variable. This helps to ...

0:39
Java Super Keyword: Parent-Child Variable Conflict Solved! #shorts

1,223 views

6 days ago

Durga Software Solutions
Fix Java Compile Time Error: 'Call to super' First! #shorts

Encountering 'Call to super must be first statement' error? This compile-time error occurs when the super() call isn't the first line in ...

0:31
Fix Java Compile Time Error: 'Call to super' First! #shorts

1,037 views

7 days ago

Durga Software Solutions
Immutable Objects: Essential for Shared Data #shorts

Collections are groups of objects, shared by many. One change affects everyone! Immutable objects ensure data integrity when ...

0:49
Immutable Objects: Essential for Shared Data #shorts

1,126 views

15 hours ago

Durga Software Solutions
Constructor 'super' Rule: Avoid Compile Time Errors! #shorts

Super keyword only allowed inside constructor, and *only* as the very first line! Place it anywhere else and brace yourself for a ...

0:20
Constructor 'super' Rule: Avoid Compile Time Errors! #shorts

443 views

5 days ago

Durga Software Solutions
Database Drivers Explained: Type 4 for Simple Apps #shorts

Type 4 JDBC driver: ideal for standalone & small web apps using one database (Oracle, MySQL). Simple, efficient, and highly ...

1:12
Database Drivers Explained: Type 4 for Simple Apps #shorts

921 views

8 hours ago

Durga Software Solutions
Constructor Rules: Compile Time Errors Explained #shorts

Can you use 'super' or 'this' inside a method? Immediate compile-time error! These keywords are constructor-only. Don't make ...

0:37
Constructor Rules: Compile Time Errors Explained #shorts

503 views

7 days ago