ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,849 results

Kawsar Technologies
Java Complete Roadmap 2026 | From Beginner to Advanced—A to Z

Welcome to the Java Complete Roadmap 2026 | From Beginner to Advanced—A to Z. In this video, I introduce our complete Java ...

10:14
Java Complete Roadmap 2026 | From Beginner to Advanced—A to Z

279 views

9d ago

Kawsar Technologies
JAVA COMPLETE TUTORIAL 2026 | MODULE 1—BASIC JAVA | Java Program Steps with Example (PART 4)

Welcome to Part 4 of the Java Complete Tutorial 2026 by Kawsar Technologies. In this video, we will learn the steps involved in ...

7:43
JAVA COMPLETE TUTORIAL 2026 | MODULE 1—BASIC JAVA | Java Program Steps with Example (PART 4)

140 views

5d ago

Java
Java 27 in 2 Minutes... More or Less?

Let's review in about 2 minutes the 9 JEPs (JDK Enhancement Proposals) that were included in the JDK 27 release! Join the Java ...

2:47
Java 27 in 2 Minutes... More or Less?

39,790 views

11d ago

Kawsar Technologies
JAVA COMPLETE TUTORIAL 2026 | MODULE 1—BASIC JAVA | Create and Run First Java Program (PART 3)

Welcome to Kawsar Technologies! In this video, we will create and run our first Java program using the JDK and Java ...

6:54
JAVA COMPLETE TUTORIAL 2026 | MODULE 1—BASIC JAVA | Create and Run First Java Program (PART 3)

318 views

7d ago

Amit Thinks
How to Setup Java 27 in VS Code | Run Java in VS Code | Amit Thinks

Learn how to set up and run Java 27 on VS Code. We will also run an example Java file after the setup. Run the first Java ...

7:11
How to Setup Java 27 in VS Code | Run Java in VS Code | Amit Thinks

603 views

1d ago

VividCode
Java 27: What Matters

Nine JEPs fall into four groups: pattern matching reaches primitives, structured concurrency keeps being refined, the runtime ...

4:52
Java 27: What Matters

41 views

10d ago

MFA Creatives
How To Install IntelliJ IDEA on Windows (2026) | Java Beginner Guide

How to install IntelliJ IDEA for Java development on Windows and run your first Java program. This beginner-friendly tutorial ...

8:46
How To Install IntelliJ IDEA on Windows (2026) | Java Beginner Guide

265 views

3w ago

Java interview
Slow Java API? Find the Bottleneck Before You Change the Code

Find where a slow Java API spends its time, then choose a targeted fix. The timing figures in this original visual lesson are ...

2:52
Slow Java API? Find the Bottleneck Before You Change the Code

6 views

13d ago

Kawsar Technologies
JasperReports Tutorial for Beginners 2026 | Print Invoice Directly Using Java Swing (Part 45)

In this tutorial, we continue our JasperReports invoice project and learn how to print an invoice directly from a Java Swing ...

4:27
JasperReports Tutorial for Beginners 2026 | Print Invoice Directly Using Java Swing (Part 45)

114 views

2w ago

VLINX
Can AI Reverse Obfuscated Java Code? We Ran a Test.

Java compiles to bytecode, and bytecode decompiles back to source almost perfectly. The usual answer to that has been ...

3:58
Can AI Reverse Obfuscated Java Code? We Ran a Test.

108 views

4w ago

Codename One
Rich Text and Syntax-Highlighted Code Editors in Java

Two new cross-platform visual editors ship in PR #5272. RichTextArea is a WYSIWYG HTML editor, and CodeEditor is an ...

2:07
Rich Text and Syntax-Highlighted Code Editors in Java

17 views

9d ago

Code AsG
Simulating Gravity in Java

This program creates a frame which models the trajectory of a ball under gravitational acceleration (9.8m/s_2) using Java Swing.

7:32
Simulating Gravity in Java

329 views

2w ago

Jakubication
Write A Java Program To Find Sum Of Digits Of Given Number With Math

This video shows me write a Java program to find sum of the digits of a given number with math. I go through the given number in ...

1:52
Write A Java Program To Find Sum Of Digits Of Given Number With Math

165 views

2w ago

Code 2 Cyber
🎬The Secret History of Java: The Code That Changed Everything

The Birth of Java: The Code That Changed the World Forever! ☕ Ever wonder how a secret team inside Sun Microsystems ...

2:54
🎬The Secret History of Java: The Code That Changed Everything

11 views

6d ago

Visualcoders
Insertion Sort Tutorial | See It With Cards, Code It in Java

Insertion Sort Explained visually with playing cards first, then Java code, C++ code, and C code so the shifts finally feel obvious.

3:37
Insertion Sort Tutorial | See It With Cards, Code It in Java

120 views

3w ago

Learn Programming With Vivek
Java Fundamentals: How Java Actually Runs: Source, Bytecode, JVM | Unit 04

What happens between typing java and seeing the output? Source code, the compiler, bytecode, and the JVM — with the JIT ...

4:38
Java Fundamentals: How Java Actually Runs: Source, Bytecode, JVM | Unit 04

16 views

2w ago

LearnTech Academy
JDK, JRE & JVM Explained | First Java Program for Beginners | Java Tutorial #1

JDK, JRE & JVM Explained | First Java Program for Beginners | Java Tutorial #1** Welcome to **LearnTech Academy Dev**!

1:22:32
JDK, JRE & JVM Explained | First Java Program for Beginners | Java Tutorial #1

15 views

3w ago

Kawsar Technologies
JasperReports Tutorial for Beginners 2026 | Employee ID Card Demo with Java Swing & MySQL (Part 41)

In this video, we are going to see the complete demo of our Employee ID Card application that we have built throughout this ...

5:20
JasperReports Tutorial for Beginners 2026 | Employee ID Card Demo with Java Swing & MySQL (Part 41)

83 views

4w ago

Learn Programming With Vivek
Java Fundamentals: Why Java in 2026 (and How This Course Works) | Unit 01

Welcome to Java Fundamentals — Java from zero to a working app, explained the way I understand it after 18+ years of building ...

4:40
Java Fundamentals: Why Java in 2026 (and How This Course Works) | Unit 01

31 views

2w ago

Learn Programming With Vivek
Core Java II: Immutability and the Defensive Copy You Forgot | Unit 20

The previous unit said use a record and your key stops vanishing. This unit hands you a record that is exactly as broken as ...

4:57
Core Java II: Immutability and the Defensive Copy You Forgot | Unit 20

4 views

8d ago

VLINX
Breaking Java Bytecode Encryption

What does encrypting Java bytecode actually protect against? We took an open-source encryption tool and ran the whole ...

7:07
Breaking Java Bytecode Encryption

104 views

4w ago

Giggle Hub
Mastering Java Spring Boot Rest Api From Scratch With Real Code: Architecture & Code Walkthrough

Mastering Java Spring Boot REST API from Scratch with Real Code: Architecture & Code Walkthrough - In this video, you'll ...

1:15
Mastering Java Spring Boot Rest Api From Scratch With Real Code: Architecture & Code Walkthrough

3 views

7d ago

Learn Programming With Vivek
Java Fundamentals: Comments, Javadoc, and How to Read the Java Docs | Unit 44

A comment that repeats the code is noise; the one that says why saves a week. daysInMonth = 30 looks like a February bug and is ...

4:54
Java Fundamentals: Comments, Javadoc, and How to Read the Java Docs | Unit 44

14 views

9d ago

Learn Programming With Vivek
Java Fundamentals: Constructors and this | Unit 13

Every Customer was born empty and filled in by hand. Constructors fix that: an object is complete the moment it exists. this, ...

4:27
Java Fundamentals: Constructors and this | Unit 13

2 views

11d ago

Learn Programming With Vivek
Java Fundamentals: Install JDK 25 and IntelliJ (Mac + Windows) | Unit 02

Setup is where most beginners quit — so let's get it done in ten minutes. What a JDK is, how to install JDK 25 on Mac and ...

4:19
Java Fundamentals: Install JDK 25 and IntelliJ (Mac + Windows) | Unit 02

54 views

2w ago

Tech Explorer
Can We Declare Pointers in Java? References Explained Simply

Can we declare pointers in Java? The short answer is **no — Java does not expose C or C++ style explicit pointers to application ...

4:45
Can We Declare Pointers in Java? References Explained Simply

28 views

4w ago

Learn Programming With Vivek
Java Fundamentals: Your First Program: Hello, TiffinBox | Unit 03

Your first Java program is three lines long on JDK 25. We read it line by line, run it two ways, then look at the classic ...

4:19
Java Fundamentals: Your First Program: Hello, TiffinBox | Unit 03

11 views

2w ago

Learn Programming With Vivek
Java Fundamentals: Strings: Text Done Right | Unit 07

Text is everywhere in TiffinBox: menus, names, messages. Strings are objects with behaviour, so we use their methods, build a ...

4:36
Java Fundamentals: Strings: Text Done Right | Unit 07

11 views

11d ago

Learn Programming With Vivek
Java Fundamentals: Optional: The End of null Checks | Unit 30

Returning null from a finder is a bug waiting to happen. Optional makes 'maybe no result' explicit: findFirst, orElse, orElseGet, ...

4:47
Java Fundamentals: Optional: The End of null Checks | Unit 30

5 views

10d ago

Learn Programming With Vivek
Java Fundamentals: Maven in 15 Minutes | Unit 34

Maven downloads your libraries, compiles, tests and packages your app with one command. What a pom.xml is, what a ...

4:55
Java Fundamentals: Maven in 15 Minutes | Unit 34

4 views

10d ago

Learn Programming With Vivek
Java Fundamentals: Parsing Data: CSV to Objects | Unit 27

A CSV file is just text. Turning each line into a Customer record means split, Integer.parseInt, Boolean.parseBoolean and a plan ...

4:41
Java Fundamentals: Parsing Data: CSV to Objects | Unit 27

28 views

10d ago

Learn Programming With Vivek
Java Fundamentals: Testing with JUnit 5 | Unit 35

A test is code that checks your code, and it runs every time. JUnit 5 with @Test and assertEquals, a deliberately failing test read ...

4:40
Java Fundamentals: Testing with JUnit 5 | Unit 35

40 views

10d ago

Learn Programming With Vivek
Java Fundamentals: Making Decisions: if, else, switch | Unit 08

Veg, non-veg, or vegan — the price depends on the choice. if, else if, else, and the modern switch expression with arrows and ...

4:36
Java Fundamentals: Making Decisions: if, else, switch | Unit 08

6 views

11d ago

Learn Programming With Vivek
Java Fundamentals: Loops: Doing It 30 Times | Unit 09

Thirty days, thirty deliveries. for, while, do-while, and the enhanced for loop, plus break and continue when Sundays are skipped ...

4:38
Java Fundamentals: Loops: Doing It 30 Times | Unit 09

13 views

13d ago

SV Codes
#1  Before you learn java | Java Full Course for Beginners in telugu | sv codes

What is programming? What is coding? What is a program, syntax, bug, and debugging? Before learning Java, it's important to ...

10:25
#1 Before you learn java | Java Full Course for Beginners in telugu | sv codes

105 views

2w ago

Codename One
Privacy-First Analytics in Java: Consent Before Collection

A new analytics API replaces the deprecated Google Analytics v1 service with a single facade, a provider SPI you can point at ...

1:52
Privacy-First Analytics in Java: Consent Before Collection

5 views

4w ago

Learn Programming With Vivek
Core Java II: JSON Without Spring: Jackson via Maven | Unit 29

The only unit in this section with a dependency, and the point is that one is enough. Jackson turns records into JSON and JSON ...

5:02
Core Java II: JSON Without Spring: Jackson via Maven | Unit 29

4 views

8d ago

Prototype Project
Decision Trees JAVA Prototype Project 05 - Public Version

Substack article @ https://prototypeproject.substack.com/p/decision-trees-generate-and-use-rules ▻ support + become a member ...

9:52
Decision Trees JAVA Prototype Project 05 - Public Version

162 views

2w ago

Learn Programming With Vivek
Java Fundamentals: Packages, Imports and Project Structure | Unit 33

One file was fine for a lesson; a real project has dozens. Packages give every class an address, imports bring the ones you need, ...

4:34
Java Fundamentals: Packages, Imports and Project Structure | Unit 33

8 views

10d ago

Learn Programming With Vivek
Core Java II: JIT and Escape Analysis: Why Small Objects Can Be Free | Unit 05

Why a small, short-lived object can cost literally nothing. Tiered compilation: the interpreter runs bytecode and counts, C1 ...

4:42
Core Java II: JIT and Escape Analysis: Why Small Objects Can Be Free | Unit 05

15 views

9d ago

Learn Programming With Vivek
Java Fundamentals: TiffinBox: Build It | Unit 38

The build: Customer, CustomerRepository with CSV load/save, BillingService with streams, the menu loop with validation, JUnit ...

5:00
Java Fundamentals: TiffinBox: Build It | Unit 38

0 views

10d ago

Learn Programming With Vivek
Java Fundamentals: Debugging in IntelliJ | Unit 36

September's bill comes out 240 short and nothing crashes. The debugger finds it: a breakpoint, step over, step into, watching day ...

4:30
Java Fundamentals: Debugging in IntelliJ | Unit 36

3 views

10d ago

Learn Programming With Vivek
Java Fundamentals: Classes and Objects: Meet Customer | Unit 12

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:56
Java Fundamentals: Classes and Objects: Meet Customer | Unit 12

4 views

11d ago

Learn Programming With Vivek
Core Java II: The Module System: module-info.java Explained | Unit 31

The first time in this course that public stops being the last word. A module is a name plus three lists — requires, exports, opens ...

4:48
Core Java II: The Module System: module-info.java Explained | Unit 31

3 views

8d ago

Learn Programming With Vivek
Java Fundamentals: Operators and Expressions: Ravi's Monthly Bill | Unit 06

Ravi eats two meals a day at 120 rupees. What does he owe this month? That one question teaches you every Java operator: ...

4:56
Java Fundamentals: Operators and Expressions: Ravi's Monthly Bill | Unit 06

9 views

13d ago

Learn Programming With Vivek
Java Fundamentals: TiffinBox Console App: The Design | Unit 37

Time to assemble everything into TiffinBox, the console app. Responsibilities become classes, the folder tree, how each unit of ...

5:11
Java Fundamentals: TiffinBox Console App: The Design | Unit 37

8 views

10d ago

Learn Programming With Vivek
Java Fundamentals: What's Next: Spring Boot, AI Agents and Your Java Path | Unit 39

Thirty-nine units in, you did not watch Java — you built TiffinBox. So this one is the map: what you can build now, the honest limit ...

5:02
Java Fundamentals: What's Next: Spring Boot, AI Agents and Your Java Path | Unit 39

18 views

10d ago

Learn Programming With Vivek
Java Fundamentals: Sorting and Comparators | Unit 22

Asha wants customers by name, then by bill, highest first. Sorting in Java: Collections.sort, Comparable for the natural order, ...

4:53
Java Fundamentals: Sorting and Comparators | Unit 22

47 views

10d ago

Coding Tips
Java + Angular + AI: Build a Full-Stack AI Chat App

Build a simple AI chat app using Java, Spring Boot, Angular, and Spring AI. In this video, I'll show how the frontend, backend, and ...

6:36
Java + Angular + AI: Build a Full-Stack AI Chat App

11 views

5d ago

Learn Programming With Vivek
Java Fundamentals: Talking to the User: Scanner, args and a Program That Answers Back | Unit 43

Forty-two units, and this course has never asked you a thing. Today the program asks and you answer: new Scanner(System.in), ...

4:56
Java Fundamentals: Talking to the User: Scanner, args and a Program That Answers Back | Unit 43

4 views

9d ago

Chainguard
Remediating Critical CVEs in Java Has Never Been Easier

In this video, Chainguard Enterprise Solutions Engineer Dylan Havelock shows you how you can remediate a critical severity ...

1:26
Remediating Critical CVEs in Java Has Never Been Easier

339 views

2w ago

Learn Programming With Vivek
Java Fundamentals: Methods: Name a Piece of Work | Unit 10

Copy-pasting the bill calculation three times is how bugs multiply. Methods give a piece of work a name: parameters in, return ...

4:37
Java Fundamentals: Methods: Name a Piece of Work | Unit 10

9 views

11d ago

Live To Code
How ArrayList Works Internally in Java — Full Deep Dive (Big-O, Resize, Iterator)

Ever wondered what actually happens inside a Java ArrayList when you call add(), remove(), or get()? This is a complete, ...

4:40
How ArrayList Works Internally in Java — Full Deep Dive (Big-O, Resize, Iterator)

155 views

3w ago

Learn Programming With Vivek
Java Fundamentals: Custom Exceptions and Clean Error Handling | Unit 25

Catching everything and doing nothing is how bugs hide for months. Write your own TiffinBoxException, keep the original cause, ...

4:45
Java Fundamentals: Custom Exceptions and Clean Error Handling | Unit 25

3 views

10d ago

Learn Programming With Vivek
Core Java II: JDBC: Connect, Query, Map Rows to Records | Unit 35

The five types that carry every database call in Java, and the one habit that decides whether your app is on the news.

4:56
Core Java II: JDBC: Connect, Query, Map Rows to Records | Unit 35

4 views

7d ago

Code 2 Cyber
🚀 The REAL Reason Java Runs Anywhere (What C Got Wrong!)

Ever wondered what "Write Once, Run Anywhere" (WORA) actually means? In this video, we break down exactly how Java ...

3:32
🚀 The REAL Reason Java Runs Anywhere (What C Got Wrong!)

6 views

4d ago

Learn Code With Shankar
Top 25 Coding Practice Questions in Java 🔥 | All Primitive Data Types | Java Coding Practice | Hindi

Welcome to Learn Code With Shankar! In this video, you will practice the Top 25 Coding Questions based on all Primitive Data ...

9:43
Top 25 Coding Practice Questions in Java 🔥 | All Primitive Data Types | Java Coding Practice | Hindi

16 views

3d ago

theTwoCubes Learning
Java Development Environment Complete Guide  Setup in 15 Minutes | theTwoCubes Learning

Struggling to get your first Java program to run? This complete guide demystifies the Java development environment setup, ...

10:36
Java Development Environment Complete Guide Setup in 15 Minutes | theTwoCubes Learning

7 views

11d ago

Learn Programming With Vivek
Core Java II: Class Loading: How a .class Becomes a Class | Unit 24

The last unit of Section 5 answers a question this course has been circling since day one: javac wrote a file, java ran a file — who ...

4:57
Core Java II: Class Loading: How a .class Becomes a Class | Unit 24

3 views

8d ago

Learn Programming With Vivek
Java Fundamentals: The Keywords We Skipped: protected, final, Nested Classes | Unit 45

Four keywords you meet on day one of a real codebase, and this course never named them. Asha's kitchen has four doors, not ...

5:17
Java Fundamentals: The Keywords We Skipped: protected, final, Nested Classes | Unit 45

0 views

9d ago

Learn Programming With Vivek
Core Java II: Reflection: Inspecting Classes at Run Time | Unit 39

The one unit that explains every framework you will ever use. Reflection is the JVM handing you your own program as data: a ...

5:05
Core Java II: Reflection: Inspecting Classes at Run Time | Unit 39

0 views

7d ago

Learn Programming With Vivek
Java Fundamentals: Abstract Classes and Interfaces | Unit 17

What if a Meal should never be created directly? Abstract classes for is-a with shared code; interfaces for can-do contracts like ...

4:32
Java Fundamentals: Abstract Classes and Interfaces | Unit 17

6 views

11d ago

Learn Programming With Vivek
Java Fundamentals: equals, hashCode and toString | Unit 23

Two Customer objects with the same name are not equal — until you say so. equals, hashCode and toString: what Object gives ...

4:57
Java Fundamentals: equals, hashCode and toString | Unit 23

8 views

10d ago

Learn Programming With Vivek
Java Fundamentals: Records, Enums and Sealed Types | Unit 18

Modern Java data types in one unit: records for immutable data with equals, hashCode and toString for free; enums for fixed ...

4:26
Java Fundamentals: Records, Enums and Sealed Types | Unit 18

1 view

11d ago

Code Clarity DSA
Java HashMap Internals — How get() Finds Your Key

Where does Java look when you call get()? Follow one key from its hash code to its bucket, then see how HashMap handles ...

11:23
Java HashMap Internals — How get() Finds Your Key

30 views

10d ago

Learn Programming With Vivek
Core Java II: Generic Classes and Interfaces: Repository of T and ID | Unit 07

Writing your own generic type. A type parameter is a slot filled at the call site: one Repository interface with two slots, one ...

4:31
Core Java II: Generic Classes and Interfaces: Repository of T and ID | Unit 07

4 views

9d ago

Learn Programming With Vivek
Java Fundamentals: Generics: Why List of String, Not Just List | Unit 21

Why is it List of String and not just List? Generics make the compiler check your types so the bug shows up while typing, not at 2 ...

4:32
Java Fundamentals: Generics: Why List of String, Not Just List | Unit 21

118 views

10d ago

Learn Programming With Vivek
Core Java II: Modules in Practice: exports, requires, ServiceLoader | Unit 32

The previous unit was the module system saying no. This one is the three ways it says yes: a module letting its caller name the ...

4:34
Core Java II: Modules in Practice: exports, requires, ServiceLoader | Unit 32

5 views

7d ago

Learn Programming With Vivek
Core Java II: Type Erasure: What the Compiler Really Sees | Unit 06

The one fact the whole generics section is built on: generics live at compile time only. javac checks the type arguments and then ...

4:39
Core Java II: Type Erasure: What the Compiler Really Sees | Unit 06

6 views

9d ago

Learn Programming With Vivek
Java Fundamentals: Streams: Reports in One Line | Unit 29

Which customers are veg? What is this month's revenue? Takings by meal type? Streams turn those into one readable pipeline: ...

4:54
Java Fundamentals: Streams: Reports in One Line | Unit 29

4 views

10d ago

Learn Programming With Vivek
Java Fundamentals: You're On Your Own Now: Practice, Errors and Asking for Help | Unit 46

The last unit, and the one about not needing me. One stack trace read all the way down — what, where, who called whom; the four ...

4:54
Java Fundamentals: You're On Your Own Now: Practice, Errors and Asking for Help | Unit 46

2 views

9d ago

Learn Programming With Vivek
Core Java II: Stream Gatherers: Custom Pipeline Steps | Unit 41

The one hole in the Stream API, and the method that fills it. map transforms one element at a time and remembers nothing; collect ...

4:37
Core Java II: Stream Gatherers: Custom Pipeline Steps | Unit 41

3 views

7d ago

Learn Programming With Vivek
Core Java II: Annotations: Define, Read and Process Them | Unit 40

An annotation has no code and does nothing on its own. It is a label, and it is worth exactly as much as the program that reads it.

4:54
Core Java II: Annotations: Define, Read and Process Them | Unit 40

1 view

7d ago

Learn Programming With Vivek
Core Java II: NIO.2 Deep-Dive: walk, WatchService and Channels | Unit 26

Three things java.io cannot do and java.nio.file can: list a tree, be told when a file appears, and read bytes without a line-oriented ...

4:41
Core Java II: NIO.2 Deep-Dive: walk, WatchService and Channels | Unit 26

29 views

8d ago

Learn Programming With Vivek
Core Java II: Bounded Types: T extends Comparable of T | Unit 08

The bound is the part of the angle brackets that tells the compiler what your type must be able to do. Three shapes in order: an ...

4:32
Core Java II: Bounded Types: T extends Comparable of T | Unit 08

2 views

9d ago

It's Leo
Recursion Time Complexity & Recurrence Relations in Java | DSA Course #03

Analyze recursive algorithms in Java with drawing, counting, substitution, and sorting lower bounds. Lecture 03 of DSA Mastery in ...

1:16:53
Recursion Time Complexity & Recurrence Relations in Java | DSA Course #03

0 views

14h ago

Learn Programming With Vivek
Java Fundamentals: Numbers You Can Trust: Ranges, Overflow, Math and Random | Unit 41

Asha dreams of 1200 franchise kitchens, and int hands her back minus 1796567296 without a word of warning. Every range ...

4:53
Java Fundamentals: Numbers You Can Trust: Ranges, Overflow, Math and Random | Unit 41

16 views

9d ago

Jakubication
How To Convert Boolean To Int In Java

This video answers how to convert boolean to int in Java. It first shows using a conditional to convert the boolean to an int by ...

1:18
How To Convert Boolean To Int In Java

9 views

8d ago

Learn Programming With Vivek
Java Fundamentals: Text, Properly: char, String Methods and printf | Unit 42

A char is a number you can do arithmetic on: (int) 'M' is 77, and 'm' minus 'M' is 32. The String methods you will type every week ...

5:07
Java Fundamentals: Text, Properly: char, String Methods and printf | Unit 42

4 views

9d ago

Trevor Lane
ICS3 - 3.1 - Introduction To Programming

... basics of programming specifically we're looking at C today um in other courses we may be looking at Java or something else at ...

15:46
ICS3 - 3.1 - Introduction To Programming

70 views

11d ago

Learn Programming With Vivek
Core Java II: Strings Under the Hood: Concat, Interning, Unicode | Unit 22

The last value in this section is the one every program prints. Four questions, each answered by running something: what the plus ...

4:54
Core Java II: Strings Under the Hood: Concat, Interning, Unicode | Unit 22

1 view

8d ago

Learn Programming With Vivek
Java Fundamentals: Files: Read and Write with java.nio | Unit 26

TiffinBox forgets everything when the program ends. Files fix that: Path.of, Files.writeString, Files.readAllLines, appending ...

4:38
Java Fundamentals: Files: Read and Write with java.nio | Unit 26

5 views

10d ago

Coding Tips
I Turned Java Into an AI Agent in 5 Minutes

What if an AI could actually call your Java methods? In this video, we build a simple AI agent with Java, Spring Boot, and Spring AI ...

5:39
I Turned Java Into an AI Agent in 5 Minutes

242 views

7d ago

Learn Programming With Vivek
Core Java II: Generic Methods, Type Inference and Class of T Tokens | Unit 10

The method's own type parameter: where it goes, what type inference actually reads (the argument types and the target type), and ...

4:34
Core Java II: Generic Methods, Type Inference and Class of T Tokens | Unit 10

11 views

9d ago

Learn Programming With Vivek
Java Fundamentals: Encapsulation: Private Fields, Public Doors | Unit 14

Anyone could set mealsPerDay to minus five. Encapsulation closes the door: private fields, public getters and setters with ...

4:45
Java Fundamentals: Encapsulation: Private Fields, Public Doors | Unit 14

2 views

11d ago

Learn Programming With Vivek
Core Java II: TiffinBox Order Queue: Producers, Consumers, BlockingQueue | Unit 18

The shape that ends the whole section's bug list. One producer, one blocking queue, three consumers on virtual threads ...

4:42
Core Java II: TiffinBox Order Queue: Producers, Consumers, BlockingQueue | Unit 18

11 views

8d ago

Learn Programming With Vivek
Core Java II: Watching It Run: JFR, jcmd and jshell | Unit 43

Three observability tools that are already inside the JDK, pointed at the capstone while it is under real load. Three questions, three ...

4:53
Core Java II: Watching It Run: JFR, jcmd and jshell | Unit 43

4 views

7d ago

Encyclopedia Book
session 1 what is variables ? what is constant ? what is the structure of java program ?

Keynotes Of Last Session ========================= NA Keynotes Of This Session ========================= what is ...

1:16:59
session 1 what is variables ? what is constant ? what is the structure of java program ?

2 views

10d ago

Learn Programming With Vivek
Core Java II: Collections Beyond List and Map: Deque, PriorityQueue, EnumMap | Unit 23

The container, not the value. Four questions Asha's kitchen asks in one morning — undo the last three edits, cook whoever is ...

4:50
Core Java II: Collections Beyond List and Map: Deque, PriorityQueue, EnumMap | Unit 23

2 views

8d ago

Learn Programming With Vivek
Core Java II: What's Next: Build & Test Like a Pro, Then Spring | Unit 44

The finale, and it is a map rather than a lesson. What you can now build, section by section. Then the honest part: the four things ...

4:50
Core Java II: What's Next: Build & Test Like a Pro, Then Spring | Unit 44

2 views

7d ago

Learn Programming With Vivek
Core Java II: jlink and jpackage: Ship TiffinBox as a Runtime Image | Unit 33

Turning a module graph into something you can ship. jlink builds a custom runtime image holding only the modules your app ...

4:57
Core Java II: jlink and jpackage: Ship TiffinBox as a Runtime Image | Unit 33

25 views

7d ago

Learn Programming With Vivek
Core Java II: Garbage Collection: Reachability, G1 and the System.gc() Hint | Unit 03

How the collector decides what is garbage: reachability from the GC roots, not reference counting — which is why two objects ...

4:30
Core Java II: Garbage Collection: Reachability, G1 and the System.gc() Hint | Unit 03

37 views

9d ago

Tech Explorer
Can Java Create a Server Without Spring? Build It with Plain Java

Can Java create a server without Spring? Learn how plain Java can build TCP and HTTP servers using ServerSocket and JDK ...

8:31
Can Java Create a Server Without Spring? Build It with Plain Java

46 views

4w ago

Learn Programming With Vivek
Java Fundamentals: Pattern Matching: instanceof and switch | Unit 31

Modern Java pattern matching: instanceof with a binding, record patterns that pull fields out, switch with when guards over a ...

4:41
Java Fundamentals: Pattern Matching: instanceof and switch | Unit 31

11 views

10d ago

Learn Programming With Vivek
Core Java II: Race Conditions, synchronized and the Memory Model | Unit 12

One shared counter and two threads. We look at the bytecode and find that the increment is four instructions, not one, then force ...

4:46
Core Java II: Race Conditions, synchronized and the Memory Model | Unit 12

1 view

9d ago

Learn Programming With Vivek
Core Java II: Wildcards: ? extends, ? super and PECS | Unit 09

The most failed generics question there is: why a list of veg meals is not a list of meals. Invariance first, and the widened write that ...

4:29
Core Java II: Wildcards: ? extends, ? super and PECS | Unit 09

12 views

9d ago

Learn Programming With Vivek
Core Java II: Heap Limits: -Xmx, OutOfMemoryError and Heap Dumps | Unit 02

The heap has a ceiling and one flag sets it. We fill it under -Xmx16m and watch a real OutOfMemoryError: Java heap space arrive ...

4:29
Core Java II: Heap Limits: -Xmx, OutOfMemoryError and Heap Dumps | Unit 02

84 views

9d ago

Kawsar Technologies
JasperReports Tutorial for Beginners 2026 | Convert Invoice Report to PDF File Using Java (Part 44)

In this video, we continue our JasperReports Tutorial for Beginners 2026 series. In Part 44, we will learn how to convert a ...

6:20
JasperReports Tutorial for Beginners 2026 | Convert Invoice Report to PDF File Using Java (Part 44)

122 views

2w ago

Learn Programming With Vivek
Core Java II: Stack vs Heap: Where Your Objects Actually Live | Unit 01

Course 2 opens the box. Your program gets two kinds of memory: the stack — one per thread, a frame per method call holding ...

4:34
Core Java II: Stack vs Heap: Where Your Objects Actually Live | Unit 01

9 views

9d ago

Learn Programming With Vivek
Core Java II: Locks, Atomics and Concurrent Collections | Unit 14

The three things synchronized cannot do. A counter with no lock at all, collections four threads may share, and an explicit lock you ...

4:48
Core Java II: Locks, Atomics and Concurrent Collections | Unit 14

15 views

8d ago