ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

7,201 results

Bulgarian Java User Group
AI for Java Developers - From Buzzword to Code, Milen Dyankov

AI is undeniably a buzzword, but the technology is here to stay. What does it mean for us as Java developers? Can we design and ...

53:58
AI for Java Developers - From Buzzword to Code, Milen Dyankov

72 views

7 months ago

Brogan M. Pratt
Learn Java for Robotics: Your First Program (FTC)

Join the community & access exclusive robotics resources ⤵️ https://shop.broganpratt.com/ Want to work with me and get ...

23:41
Learn Java for Robotics: Your First Program (FTC)

9,493 views

6 months ago

The Coding Gopher
99% of Developers Don't Get Sockets

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.

12:05
99% of Developers Don't Get Sockets

486,234 views

9 months ago

Peter Schneider
Codereview: Simple Java program to aggregate lines of a text file

Simple Java program to aggregate lines of a text file I hope you found a solution that worked for you :) The Content is licensed ...

2:37
Codereview: Simple Java program to aggregate lines of a text file

0 views

10 months ago

JASON13
View Unobfuscated bUgS and Code | Minecraft 26.1 Snapshot 1

Go watch the videos going over some specific bugs! Shorter, high overview https://www.youtube.com/watch?v=xJX7J83IU_g ...

7:16
View Unobfuscated bUgS and Code | Minecraft 26.1 Snapshot 1

50,433 views

1 month ago

Ebhor
Java Program Read a File using Scanner Class  Java File Handling Tutorial

In this video, you will learn how to read a file in Java using the Scanner class. We cover step-by-step: ✓ Importing File and ...

3:43
Java Program Read a File using Scanner Class Java File Handling Tutorial

15 views

4 months ago

CK TV
Step-by-Step Guide: Packaging a Java Application into an executable File

Learn how to turn your Java application into a standalone EXE file with this easy-to-follow tutorial! Whether you're a beginner or ...

14:16
Step-by-Step Guide: Packaging a Java Application into an executable File

32 views

9 months ago

Bulgarian Java User Group
Secure Programming in Java, Christian Heitzmann

Developers and users of Java software are generally immune to many security problems that are still problematic in other ...

50:14
Secure Programming in Java, Christian Heitzmann

165 views

7 months ago

Ebhor
Java Program to search an element in an array |  java fundamentals

Java Program to search an element in an array #java #javaprogramming #education java tutorial for beginners java fundamentals ...

4:20
Java Program to search an element in an array | java fundamentals

17 views

5 months ago

Bulgarian Java User Group
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

Writing correct, thread-safe code is notoriously challenging. Unlike single-threaded code, concurrency bugs often remain hidden, ...

48:10
The Hidden Art of Thread-Safe Programming: Exploring java.util.concurrent, Heinz Kabutz

929 views

7 months ago

The Debug Zone
Why Does This Java Code Print Two Arguments? Common Java Output Issues Explained

In this video, we delve into a common yet perplexing issue that many Java developers encounter: why certain Java code snippets ...

1:33
Why Does This Java Code Print Two Arguments? Common Java Output Issues Explained

7 views

5 months ago

The Debug Zone
How to Create Clickable URL Links in Android TextView Without Java Code

In this video, we'll explore a simple yet effective method for creating clickable URL links in Android TextView without the need for ...

3:08
How to Create Clickable URL Links in Android TextView Without Java Code

2 views

7 months ago

Dandalf
Java ATM Part 2 - Java code description

This video is part 2 of the discussion for the Java ATM project. Part 2 gives a very detailed description of the Java code. Code and ...

29:25
Java ATM Part 2 - Java code description

30 views

8 months ago

Somi Gaming and Markets
IntellijIssue - Facing java.lang.ExceptionInInitializerError error

In Intellij, when I run a simple public static void main() method facing below error. java: java.lang.ExceptionInInitializerError ...

0:44
IntellijIssue - Facing java.lang.ExceptionInInitializerError error

529 views

4 months ago

Brogan M. Pratt
How To Program Drivetrains: Mecanum Drive (Learn Java For FTC Robotics)

Program a field-oriented mecanum drive for your FTC robot in Java with this beginner-friendly tutorial. ⤵️ Why Watch?

25:55
How To Program Drivetrains: Mecanum Drive (Learn Java For FTC Robotics)

4,791 views

4 months ago

Sameer Coding
Array Copy  Method in java || System.arraycopy(  ) || VS-Code || Program - 02

Array Copy Method in java || System.arraycopy( ) || VS-Code || Program - 02 --- What You'll Learn: - How the `arraycopy` ...

0:40
Array Copy Method in java || System.arraycopy( ) || VS-Code || Program - 02

36 views

10 months ago

Brogan M. Pratt
How to Program Servos (Learn Java For FTC)

Learn the complete process of wiring, configuring, and programming both positional and continuous servos in Java for your FTC ...

14:05
How to Program Servos (Learn Java For FTC)

2,768 views

5 months ago

Brogan M. Pratt
Programming DC Motors (Learn Java For FTC Robotics)

How to program DC motors in Java for FTC, taking you from basic wiring to sensor and gamepad control in under 30 minutes.

24:17
Programming DC Motors (Learn Java For FTC Robotics)

3,943 views

5 months ago

Interceptor | Basics
How To Compile A Java Program | GNU/Linux | OpenJDK 17

How to compile a Java program in Debian GNU/Linux* ▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭▭ #linux ...

1:56
How To Compile A Java Program | GNU/Linux | OpenJDK 17

37 views

9 months ago

Ebhor
Decimal to Binary Conversion in Java | Decimal to Binary Java Program

Decimal to Binary Conversion in Java | Decimal to Binary Java Program |Java Fundamentals Learn how to convert a decimal ...

4:31
Decimal to Binary Conversion in Java | Decimal to Binary Java Program

28 views

7 months ago

JCConf Taiwan
402CD 3 Simplifying Java Build Tooling with Object Oriented Programming by Li Haoyi

Yeah it takes about 9 seconds and this is not this is the same code same number of Java files same number of lines It's just faster ...

47:43
402CD 3 Simplifying Java Build Tooling with Object Oriented Programming by Li Haoyi

29 views

2 months ago

Brain Opener
21 Java Tutorial For Beginners
7:45
21 Java Tutorial For Beginners

0 views

11 months ago

Brogan M. Pratt
How I Build Flawless Autonomous Routines (Learn Java For FTC Robotics)

Learn the fundamentals of state machines to write cleaner, more reliable, and easier-to-debug code for your FTC robot. ⤵️ Why ...

17:59
How I Build Flawless Autonomous Routines (Learn Java For FTC Robotics)

4,068 views

4 months ago

Brain Opener
25 Java Tutorial For Beginners
14:14
25 Java Tutorial For Beginners

1 view

11 months ago

Nida Karagoz
Why does this simple and small Java code runs 30x faster in all Graal JVMs but not on any Oracle JVM

Why does this simple and small Java code runs 30x faster in all Graal JVMs but not on any Oracle JVM ✧ I really hope you found ...

3:23
Why does this simple and small Java code runs 30x faster in all Graal JVMs but not on any Oracle JVM

0 views

11 months ago