ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

296 results

J David Eisenberg
Chapter 12: Using Exceptions

Learn when to use -- and not to use -- exceptions.

4:14
Chapter 12: Using Exceptions

170 views

5 years ago

J David Eisenberg
Chapter 12: Exceptions (the basics)

An exception is a run time error. Find out the basics of catching them before they crash your program!

8:11
Chapter 12: Exceptions (the basics)

273 views

5 years ago

YAWL User Group
Run Custom Java Code in YAWL with Codelets

How can you run custom Java code inside a YAWL workflow? This video explains how to create and deploy custom Java codelets ...

8:49
Run Custom Java Code in YAWL with Codelets

847 views

4 years ago

J David Eisenberg
Chapter12: “try” with resources

Using the try-with-resources construct will allow Java to close files for you automatically so you don't have to do it explicitly.

2:52
Chapter12: “try” with resources

173 views

5 years ago

YAWL User Group
YAWL Exlets: Smarter Error Handling

How does YAWL handle workflow exceptions? This video introduces exlets, YAWL's mechanism for handling exceptions in ...

12:30
YAWL Exlets: Smarter Error Handling

624 views

5 years ago

Otavio Santana
Advanced JUnit Testing: Enabling Conditional Tests with Tags and Java System Properties

This video explores advanced techniques with JUnit conditional for enabling and disabling JUnit tests based on specific ...

7:49
Advanced JUnit Testing: Enabling Conditional Tests with Tags and Java System Properties

435 views

2 years ago

Otavio Santana
Introduction to CDI Decorator and Interceptor

Composite over inheritance is an OOP design principle we've followed for several years. Like me, you might have seen it in the ...

17:21
Introduction to CDI Decorator and Interceptor

467 views

3 years ago

Drunken Engineer
Java Developer Interview Questions

This Video contains core java, spring boot , microserives and coding interview questions that were asked as part of CMMI Level 5 ...

15:06
Java Developer Interview Questions

5,928 views

4 years ago

Otavio Santana
Java's Encapsulation -  When the getter and setter became your enemy

Encapsulation is the key to a good code design, but how to archive it? Java developers automatically think about putting getter ...

12:08
Java's Encapsulation - When the getter and setter became your enemy

1,112 views

3 years ago

ThatIsHumoro.us
Resolving Conflicting Jar Files in Informatica Platform using Jar Jar Links

If you use different versions of the same Java libraries as Informatica, you may get an exception NoSuchMethodError .

14:14
Resolving Conflicting Jar Files in Informatica Platform using Jar Jar Links

1,250 views

12 years ago

Jeffrey Chupp
LSP: Building a Language Server From Scratch

00:00:00 - Intro 00:00:52 - Getting set up 00:05:52 - Starting from Scratch 00:12:40 - The initialize method 00:19:38 - Processing ...

1:09:08
LSP: Building a Language Server From Scratch

60,652 views

1 year ago

Vaadin
How to Make an AI Chatbot/Agent in Java: A Hands-On Tutorial

In this video, Marcus Hellberg will teach you how to build an AI chatbot that uses retrieval-augmented generation (RAG) to learn ...

52:24
How to Make an AI Chatbot/Agent in Java: A Hands-On Tutorial

23,874 views

1 year ago

YAWL User Group
Flexible Workflows with Ripple Down Rules

How can your workflow adapt to exceptions automatically? Discover ripple down rules in YAWL! This video explains how ripple ...

21:27
Flexible Workflows with Ripple Down Rules

798 views

5 years ago

Chrome for Developers
Async-Await - Supercharged

Mat shows you a small mistake that can sneak into your code when using async/await and how to fix it! If you have questions or ...

1:23
Async-Await - Supercharged

12,257 views

8 years ago

YAWL User Group
Advanced YAWL: Dynamic Task Instances

How can YAWL add tasks at runtime and stop early with thresholds? This video explores advanced features of multiple instance ...

5:58
Advanced YAWL: Dynamic Task Instances

502 views

5 years ago

YAWL User Group
Dynamic Workflows with YAWL Worklets

What are YAWL worklets and how do they make your workflows more flexible and dynamic? This video explains the concept and ...

5:54
Dynamic Workflows with YAWL Worklets

757 views

5 years ago

Drunken Engineer
Spring Boot Whitelabel error page | Easy Solution

This video explain one of the easiest way to tackle whitelabel error page in springboot. One of the best book for Interview ...

4:03
Spring Boot Whitelabel error page | Easy Solution

91,954 views

4 years ago

World of OSes
How old programs handle DPI scaling when DWM scaling is disabled

By default if you open an old non-DPI-aware app on Windows 10 or 11 while DPI scaling is enabled, Windows will tell that app ...

8:41
How old programs handle DPI scaling when DWM scaling is disabled

7,132 views

2 years ago

DEFCONConference
DEF CON 31 - Runtime Riddles - Abusing Manipulation Points in the Android Source - Laurie Kirk

Android malware creators constantly struggle to devise innovative methods to obscure apps and impede reverse engineering.

41:59
DEF CON 31 - Runtime Riddles - Abusing Manipulation Points in the Android Source - Laurie Kirk

34,920 views

2 years ago

Otavio Santana
Three use of Java annotations

shorts You can use Java annotations in several ways on your code; it gives three examples: Documentation, runtime metadata, ...

0:58
Three use of Java annotations

921 views

2 years ago