ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

62 results

Denis Kuzmin
🔀 Between unmanaged C++ / C# / Java /... Complex types and Strings. [Part-2]

Do NOT combine unnecessary code, please turn ON your brains [both host sides - CLR/Native/JVM]. /This is Part 2. C++, C# and ...

28:04
🔀 Between unmanaged C++ / C# / Java /... Complex types and Strings. [Part-2]

14,030 views

7 years ago

CS76
Week 1
2:01:36
Week 1

1,560 views

12 years ago

CS76
Week 2
2:25:49
Week 2

1,053 views

12 years ago

CS76
Week 3
1:45:24
Week 3

837 views

12 years ago

Thytos
Wie spaltet man Strings? | Programmieren lernen mit JavaScript #21

In diesem Video schreiben wir ein Programm, um einen String in ein Array aufzuspalten. Schau diese Videoserie von Anfang an: ...

20:21
Wie spaltet man Strings? | Programmieren lernen mit JavaScript #21

9,867 views

11 years ago

ABMedia
C++ for C# and Java Developers

This video will cover all of the difficult topics and differences between C++ and a managed language such as C# or Java. Things ...

39:47
C++ for C# and Java Developers

25,695 views

5 years ago

Otavio Santana
Get more flexibility in your Java code by exploring reflection.

Reflection and Java give a colossal capability, especially for removing boilerplate. It gives impactful productivity on Java to cover ...

28:14
Get more flexibility in your Java code by exploring reflection.

175 views

2 years ago

timClicks
Rust's iterators are more interesting than they look

Manually creating for loops is error prone and tedious. Learn about how Rust provides tools that make many common errors ...

22:46
Rust's iterators are more interesting than they look

10,624 views

2 years ago

Coding wala Shree
🚀 Master Java Streams: filter, map, flatMap | PART 3 | Real-Project Examples | Java 8 Stream API

In this Java Streams tutorial (Part 3), we dive into key Stream operations: filter(), map(), and flatMap(), demonstrating each with ...

34:27
🚀 Master Java Streams: filter, map, flatMap | PART 3 | Real-Project Examples | Java 8 Stream API

682 views

11 months ago

Aaron J Newman
06 - for Loops

A `for` loop executes commands once for each value in a collection. - A `for` loop is made up of a collection, a loop variable, and a ...

38:52
06 - for Loops

493 views

4 years ago

Jon Gjengset
Crust of Rust: Lifetime Annotations

In the 2019 Rust Survey, a lot of people were asking for video content covering intermediate Rust content. So in this first video ...

1:33:23
Crust of Rust: Lifetime Annotations

265,171 views

5 years ago

Pieter van den Hombergh
PRC2 2021 Part 1 setup and TDD

Starting with netbeans, junit5 and assertj.

1:45:51
PRC2 2021 Part 1 setup and TDD

580 views

4 years ago

Developers Association
From Beginner to Pro: The Ultimate Free Java Course | Java Lecture 2

The Ultimate Free Verified Java Course Guarantying Job Placements from top companies. Either You're a beginner or an ...

25:18
From Beginner to Pro: The Ultimate Free Java Course | Java Lecture 2

13 views

11 months ago

Otavio Santana
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

Like any other language, Java has the enum feature that allows us to enumerate items. It is helpful to list delimited items in your ...

20:26
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

2,960 views

3 years ago

Craig Piercy
Writing GameServlet for the Guessing Game Application - Servlet Edition

We demonstrate how to write a Java Servlet that will act as the Controller and View component of a Java Web Appliction.

28:58
Writing GameServlet for the Guessing Game Application - Servlet Edition

7,441 views

11 years ago

YourWalkOnTech
What "handle an exception" means

A comprehensive guide to handling exceptions in Java: we'll firstly understand how to decide how to handle an exception, and ...

24:32
What "handle an exception" means

33 views

1 year ago

Dandalf
Java Paycheck Lab Project

Create and analyze a program in Java for computing a paycheck.

25:23
Java Paycheck Lab Project

295 views

2 years 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

Otavio Santana
Money on Java: Why should we use Money-API in my Java code?

If you work in finance, e-commerce, or any area that needs to represent money, the biggest question is how to do it. We need to ...

20:59
Money on Java: Why should we use Money-API in my Java code?

1,197 views

3 years ago

Jon Gjengset
Crust of Rust: Iterators

In this third Crust of Rust video, we cover iterators and trait bounds, by re-implementing the "flatten" Iterator method from the ...

1:26:27
Crust of Rust: Iterators

118,058 views

5 years ago