Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
113 results
What You Will Learn Basic Java Object-Oriented Programming (OOP) Java Strings Exception Handling File I/O ...
279 views
9 days ago
Los cinco principios SOLID, una letra por vez, cada uno con su ejemplo de código y con el criterio concreto para decidir si está ...
205 views
3 weeks ago
Qué separa cada uno de los tres modelos de arquitectura, qué problema resuelve cada uno y cómo se ve el recorrido completo ...
296 views
2 weeks ago
Todo escrito en vivo en IntelliJ: extends, super(), private contra protected, clases abstractas, override y casteo. La clase termina ...
136 views
4 weeks ago
What if a Meal should never be created directly? Abstract classes for is-a with shared code; interfaces for can-do contracts like ...
6 views
11 days ago
Anyone could set mealsPerDay to minus five. Encapsulation closes the door: private fields, public getters and setters with ...
2 views
Every Customer was born empty and filled in by hand. Constructors fix that: an object is complete the moment it exists. this, ...
TiffinBox has forty customers and each one is four variables — that does not scale. A class is the blueprint, an object is one real ...
4 views
Keynotes Of Last Session ========================= NA Keynotes Of This Session ========================= what is ...
10 days ago
Welcome to Kawsar Technologies! In this video, we will create and run our first Java program using the JDK and Java ...
318 views
7 days ago
One line of code, three different behaviours. Polymorphism means the call is decided at run time by the real object, not the ...
1 view
Veg, non-veg, vegan — three meals, one shared core. Inheritance with extends, super, and @Override, the class tree all the way ...
7 views
La programación orientada a objetos no es magia: es un molde (la clase), un coche concreto (el objeto) y cuatro ideas que se ...
8 views
Ravi eats two meals a day at 120 rupees. What does he owe this month? That one question teaches you every Java operator: ...
9 views
13 days ago
Java has been filling in pattern matching since JDK 16, with primitives as the remaining gap. You could match a String but not an ...
5 views
Un ejercicio de diseño completo, hecho en vivo y con los alumnos: partimos del enunciado de un juego y llegamos a un ...
154 views
Welcome to Kawsar Technologies! In this video, we continue our Java Complete Tutorial 2026. This is Part 2 of Module 1: Basic ...
185 views
8 days ago
Most developers memorize BFS and DFS… …but never actually understand the difference. They know: “Queue for BFS”, “Stack ...
918 views
5 days ago
Modern Java data types in one unit: records for immutable data with equals, hashCode and toString for free; enums for fixed ...
JDK, JRE & JVM Explained | First Java Program for Beginners | Java Tutorial #1** Welcome to **LearnTech Academy Dev**!
15 views