ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

289 results

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,956 views

3 years ago

veganaiZe
Java Enum - State Pattern

Join me as I convert the generic State Pattern from "Head First Design Patterns" into idiomatic Java code, using an `enum`.

1:43:54
Java Enum - State Pattern

394 views

2 years ago

Lewis Baumstark
Lecture 9: Enums; introduction to Inheritance and Interfaces

0:47 example to motivate enum's 3:18 Enumerated type 4:34 Declaring an enum type 5:19 Using an enum type 7:57 Advantage of ...

44:59
Lecture 9: Enums; introduction to Inheritance and Interfaces

56 views

4 years ago

Nathaniel Osgood
Building User Interfaces, Java Types & Enums  [Agent-Based Modeling for Health Policy with AnyLogic]

Class page with additional information is available at http://www.cs.usask.ca/faculty/ndo885/Classes/MIT15879/Lectures.html.

1:47:17
Building User Interfaces, Java Types & Enums [Agent-Based Modeling for Health Policy with AnyLogic]

925 views

13 years ago

timClicks
Why enums are your superpower!

What do data modelling, type safe input validation and state machines have in common? They can all be represented by Rust's ...

1:10:19
Why enums are your superpower!

1,421 views

Streamed 4 years ago

ITSP
Mastering Java Fundamentals: Identifiers, Reserved Words, and Keywords Explained Part -1

java identifiers rules Reserved words in Java Java keywords for modifiers Exception handling in Java Class and object related ...

53:33
Mastering Java Fundamentals: Identifiers, Reserved Words, and Keywords Explained Part -1

29 views

1 year ago

Payilagam
Java in Tamil - Enumeration (enum) for Beginners from Basics - Muthuramalingam - Payilagam

Enumeration (enum) for Beginners from Basics -Java in Tamil . Payilagam Our Website: https://payilagam.com Our Video ...

55:52
Java in Tamil - Enumeration (enum) for Beginners from Basics - Muthuramalingam - Payilagam

11,116 views

4 years ago

Nathaniel Osgood
Java for AnyLogic:  Java Types
48:12
Java for AnyLogic: Java Types

244 views

3 years ago

Devopedia
Algebraic Data Types and Pattern Matching in Java

Java 8 introduced lambdas and method references. These helped adoption of functional programming in Java. Later versions of ...

58:40
Algebraic Data Types and Pattern Matching in Java

315 views

2 years ago

Mike Zellers
CISS226 - Java - Fall 2018 - Week 13, Lecture 2 - November 14, 2018

Review HighLow Game GUI. Using Constants. Using Enumerations.

55:00
CISS226 - Java - Fall 2018 - Week 13, Lecture 2 - November 14, 2018

26 views

7 years ago

Bharat Intern Academy
Java Basic to Advanced Enumeration with Java

Hey Guys, Welcome to Bharat Intern Academy! Here Ashok Maurya. We teach coding, development projects, internships, ...

30:39
Java Basic to Advanced Enumeration with Java

15 views

2 years ago

Voxxed Days Bristol
Martin Thompson (keynote) – Adventures with concurrent programming in Java

Martin is a Java Champion with over 2 decades of experience building complex and high-performance computing systems.

45:54
Martin Thompson (keynote) – Adventures with concurrent programming in Java

1,431 views

9 years ago

Payilagam
Enumeration Classes - Java Full Course in Tamil - enum - #javafullcourse #enum #javaintamil

Learn Enumeration classes in Java in this Tamil Video Tutorial. Our Website: https://payilagam.com Our Video Tutorials: ...

46:19
Enumeration Classes - Java Full Course in Tamil - enum - #javafullcourse #enum #javaintamil

645 views

8 months ago

Jon Gjengset
impl Rust: One Billion Row Challenge

I'm late to the party, but it's time we take a stab at the One Billion Row Challenge ( https://github.com/gunnarmorling/1brc ) in Rust.

10:36:57
impl Rust: One Billion Row Challenge

66,971 views

3 weeks ago

Dr. Nehad
Week6-Object Oriented Programming using Java(Static keyword-part2, Enum)

... as a constant uh inside enumeration yes until now we speak about issue it's same like C language but in numeration in Java it's ...

1:29:00
Week6-Object Oriented Programming using Java(Static keyword-part2, Enum)

187 views

1 year ago

Bharat Intern Academy
Java Basic to Advanced_041 static keyword and enum

Hey Guys, Welcome to Bharat Intern Academy! Here Ashok Maurya. We teach coding, development projects, internships, ...

23:29
Java Basic to Advanced_041 static keyword and enum

36 views

2 years ago

westhillcs
DS 006: Enum with Constructors and Methods

Computer Science Video for Westhill High School.

22:29
DS 006: Enum with Constructors and Methods

28 views

3 years ago

Retro songs by Shiv Prasad Tiwari
Java Part 5: Sub Part 7

Following topics are covered in Part 5 Object class Inheritance Abstract class Interface Class Wrapper classes Enum.

34:27
Java Part 5: Sub Part 7

5 views

3 years ago

Vaadin
The perfect cocktail: Java + TypeScript (in Spanish - en Español) - Manuel Carrasco

Estamos siendo testigos de la resurrección de la seguridad de tipos (type-safety) en las aplicaciones empresariales. Aunque el ...

30:52
The perfect cocktail: Java + TypeScript (in Spanish - en Español) - Manuel Carrasco

468 views

4 years ago

Otavio Santana
Optional in Java - When better code is not an alternative

Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...

23:13
Optional in Java - When better code is not an alternative

2,736 views

3 years ago