ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,513 results

CodewithDivakar
Abstract Class vs Interface #abstractclass #interface #shorts #javainterviewquestions #java

In this video, I explain the key differences between an Abstract Class and an Interface in Java using a clean, easy-to-understand ...

3:22
Abstract Class vs Interface #abstractclass #interface #shorts #javainterviewquestions #java

15 views

3 weeks ago

Usoft Code Academy
Interfaces in Java - Learn Programming | Programming Tutorial

Learn Interfaces in Java! This tutorial covers everything you need to understand and use Interfaces in your Java programs. Perfect ...

3:51
Interfaces in Java - Learn Programming | Programming Tutorial

0 views

12 days ago

Ismail Labbi
Expressions Lambda Java : Tout Savoir sur l’Interface BiConsumer !
2:50
Expressions Lambda Java : Tout Savoir sur l’Interface BiConsumer !

0 views

2 weeks ago

CodeCrush
Java Interface + Types — Simplest Explanation (Day 1)

Day 1 of 100 Days • 100 Java Interview Questions In this video, we explain What is an Interface in Java, why interfaces are ...

1:00
Java Interface + Types — Simplest Explanation (Day 1)

6 views

11 days ago

AIJavaLab
Abstract Class & Interface — Easiest Explanation!

Learn the difference between Abstract Class and Interface in the simplest way! Quick, clear, and beginner-friendly Java ...

2:17
Abstract Class & Interface — Easiest Explanation!

8 views

3 weeks ago

The Debug Zone
How to Generate .so Files and Java Interfaces in Android Studio: A Step-by-Step Guide

In this video, we'll explore the process of generating shared object (.so) files and Java interfaces in Android Studio. Whether ...

2:33
How to Generate .so Files and Java Interfaces in Android Studio: A Step-by-Step Guide

0 views

3 weeks ago

Quick Java Tutorial
Functional Interface in Java #coding #programming #javalanguage #javaprogramming  #java8features

In Java, a functional interface is an interface that contains exactly one abstract method. It is also referred to as a Single Abstract ...

0:57
Functional Interface in Java #coding #programming #javalanguage #javaprogramming #java8features

181 views

3 weeks ago

Java Guides
What Is ExecutorService in Java | Java Interview Questions and Answers

In this video, we will learn What Is ExecutorService in Java with an example. In Java, ExecutorService is an interface within the ...

3:59
What Is ExecutorService in Java | Java Interview Questions and Answers

1,301 views

1 month ago

TestOpsStudio
Java Interfaces: The Secret to Clean Code #java

Stop tightly coupling your code! Learn exactly when and how to use interface references in Java to write cleaner, flexible, and ...

1:02
Java Interfaces: The Secret to Clean Code #java

0 views

2 weeks ago

The Debug Zone
Understanding Default Access Modifiers for Interface Methods in Java 9

In this video, we delve into the concept of default access modifiers for interface methods introduced in Java 9. As Java continues ...

1:32
Understanding Default Access Modifiers for Interface Methods in Java 9

1 view

3 weeks ago

vlogize
Verstehen der Interface-Implementierung in Java: Kann man Interfaces in abgeleiteten Klassen „deimp

Erforschen Sie die Feinheiten der Interface-Implementierung in Java. Erfahren Sie, ob es möglich ist, ein Interface in abgeleiteten ...

1:40
Verstehen der Interface-Implementierung in Java: Kann man Interfaces in abgeleiteten Klassen „deimp

0 views

1 month ago

The Learning Ledger
Java Interface Interview Questions Part 5 | Abstract Class vs Interface | Functional Interface

Java Interview Questions Playlist - Part 5/10 In this video, we'll cover important concepts of Abstraction and Interfaces: ✓ What ...

1:36
Java Interface Interview Questions Part 5 | Abstract Class vs Interface | Functional Interface

7 views

1 month ago

Sandeep Chaudhary
Interface vs Abstract class vs Concrete class in Java #java #corejava #strings #interfaces #abstract
0:16
Interface vs Abstract class vs Concrete class in Java #java #corejava #strings #interfaces #abstract

0 views

7 days ago

The Debug Zone
Understanding equals() and hashCode() in Java's Collection Interface

In this video, we delve into the crucial concepts of `equals()` and `hashCode()` within Java's Collection Interface. Understanding ...

2:56
Understanding equals() and hashCode() in Java's Collection Interface

2 views

9 days ago

Selenium Express
Java Developer Roadmap 2026 🚀

If you are a Java developer preparing for interviews, this video explains what you must know in 2026. Java Core is non-negotiable ...

3:00
Java Developer Roadmap 2026 🚀

24,036 views

3 days ago

CodeToCloud Academy
Functional Interface in Java In Simple Words #javadeveloper

Java #FunctionalInterface #JavaInterview #JavaDeveloper #JavaProgramming #LambdaExpressions #TechShorts ...

0:34
Functional Interface in Java In Simple Words #javadeveloper

267 views

12 days ago

BVNR
Java Functional Interface explained in 15 seconds!  #Java #Coding#Java 8 features

A Functional Interface is an interface with only one abstract method, used mainly with Lambda Expressions and Streams API in ...

0:21
Java Functional Interface explained in 15 seconds! #Java #Coding#Java 8 features

58 views

3 weeks ago

CodewithDivakar
Functional Interface in Java #java #javainterviewquestions #coding #shorts

A functional interface is an interface with exactly one abstract method. It enables lambda expressions and powers Java 8 features ...

1:10
Functional Interface in Java #java #javainterviewquestions #coding #shorts

198 views

3 weeks ago

Tech Showcase
Java OOPS Concepts Explained

In this video, we explain Java OOPS concepts in very simple words. You will learn Class and Object, Encapsulation, Inheritance, ...

2:02
Java OOPS Concepts Explained

5 views

8 days ago

The Debug Zone
Resolving Static Method Signature Conflicts with Default Interface Methods

In this video, we delve into the complexities of static method signature conflicts that can arise when using default interface ...

3:26
Resolving Static Method Signature Conflicts with Default Interface Methods

0 views

3 weeks ago

Java Guides
What Is ExecutorService in Java?  #java

In Java, ExecutorService is an interface within the java.util.concurrent package that provides a higher-level abstraction for ...

2:53
What Is ExecutorService in Java? #java

29,804 views

2 weeks ago

Sandeep Chaudhary
Java Functional Interfaces: An interface with exactly one abstract method with example #java #core
0:16
Java Functional Interfaces: An interface with exactly one abstract method with example #java #core

0 views

17 hours ago

CodeNova
Java Tricky Questions -5| #codenova #interfaces #java #programming #javatrickyquestions

Welcome to CodeNova! Hey there, coder! Welcome to CodeNova, your one-stop hub for free coding solutions to problems ...

0:11
Java Tricky Questions -5| #codenova #interfaces #java #programming #javatrickyquestions

29 views

3 weeks ago

CodewithDivakar
Can an Interface Be Functional Without @FunctionalInterface? #shorts   #javainterviewquestions

Most developers think @FunctionalInterface is required… but NO! An interface can still be a Functional Interface without the ...

0:36
Can an Interface Be Functional Without @FunctionalInterface? #shorts #javainterviewquestions

269 views

2 weeks ago

Java
What is data alignment? - Cracking the Java Coding Interview #javalanguage #javacoding #javatips

Cracking the #Java #Coding #Interview - Question 318: What is data alignment? Watch all the questions here: ...

1:16
What is data alignment? - Cracking the Java Coding Interview #javalanguage #javacoding #javatips

8,144 views

3 days ago