ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

173 results

J David Eisenberg
Chapter 15: Ragged Arrays

In Java, you can have a two-dimensional array where each row has a different number of elements. This is called a ragged array.

2:57
Chapter 15: Ragged Arrays

1,694 views

4 years ago

J David Eisenberg
Chapter 7: Arrays

Learn how to declare, initialize, and iterate through arrays.

11:32
Chapter 7: Arrays

695 views

6 years ago

Brian Lavender
Ascii V using a Nested Loop

This video takes you through the process of creating a V using asterisks on the console and nested loops. It also reviews ...

12:18
Ascii V using a Nested Loop

432 views

9 years ago

J David Eisenberg
Chapter 9: Arrays of Objects

Arrays aren't only for ints, doubles, etc. You can put objects into them. This video shows you how to create and initialize an array ...

4:52
Chapter 9: Arrays of Objects

281 views

6 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

Drunken Engineer
Arrays Coding Question asked at HackerRank Online Test

This video contains one of the hackerrank coding question and its solution. One of the best book for Interview Questions Top 1000 ...

10:50
Arrays Coding Question asked at HackerRank Online Test

36,419 views

4 years ago

nipafx
Record Patterns and Array Patterns - JEP 405 #JavaNext #Shorts

JEP 405 proposes to "enhance the Java programming language with record patterns, to deconstruct record values, and array ...

0:57
Record Patterns and Array Patterns - JEP 405 #JavaNext #Shorts

851 views

4 years ago

Craig Piercy
Writing the GameNumber Java Class

In this video, we write the GameNumber Java class using Eclipse. We will use this class in several example programs.

14:22
Writing the GameNumber Java Class

6,659 views

11 years ago

J David Eisenberg
Chapter 6: The do/while loop

The do/while loop is guaranteed to execute the loop body at least once.

2:02
Chapter 6: The do/while loop

225 views

4 years ago

NPTEL IIT Bombay
Lecture 17 : More on Arrays : Part 4 : Command Line Arguments

More on Arrays : Part 4 : Command Line Arguments.

13:40
Lecture 17 : More on Arrays : Part 4 : Command Line Arguments

4,704 views

6 years ago

J David Eisenberg
Chapter 3: Getting User Input in Java

How to let users supply numeric input to your programs.

4:16
Chapter 3: Getting User Input in Java

550 views

4 years ago

Drunken Engineer
Java Interview Questions and Answers

This video contains java interview questions and answers for experienced. Below are the Questions : What Are SOLID Principles ...

17:47
Java Interview Questions and Answers

30,986 views

4 years ago

makingthematrix
Programming with Functions #4 - unapply and newtype

Design your code around your cats. Data. I mean data. This is a direct continuation of the previous video in this series, the one ...

10:01
Programming with Functions #4 - unapply and newtype

865 views

4 years ago

Coding.cherry
Best Programing languages to learn in 2025 #topprogramminglanguages

codingtutorials #topprogramminglanguages #coding best programing languages to learn in 2025, best programming language to ...

0:28
Best Programing languages to learn in 2025 #topprogramminglanguages

234 views

9 months ago

Coding.cherry
How to make game with javascript #javascriptprojects

javascriptgames #javascriptprojects #shorts #codingcherry #coding #gameshorts #codingshortvideo #greenscreen ...

0:39
How to make game with javascript #javascriptprojects

2,285 views

8 months ago

NPTEL IIT Bombay
Lecture 24 : Data structure based programming : Part 2 : Set and pair classes

Data structure based programming : Part 2 : Set and pair classes.

15:31
Lecture 24 : Data structure based programming : Part 2 : Set and pair classes

4,310 views

6 years ago

J David Eisenberg
Chapter 2: What do "float" and "double" mean

The origin and meaning of these two data type names.

2:03
Chapter 2: What do "float" and "double" mean

1,143 views

6 years ago

Ramesh Tholiya
Character Arrays and User Inputs
3:41
Character Arrays and User Inputs

171 views

8 years ago

Coding.cherry
How to code a Tetris Game in JavaScript #javascript

tetrisgame #javascriptprojects #javascript #coding #programing #coder #programmer #html5 #css3 #Javascript Play Tetris Game ...

8:29
How to code a Tetris Game in JavaScript #javascript

325 views

6 months ago

Drunken Engineer
StringJoiner Interview Questions

StringJoiner Class in Java 8 Interview questions. One of the best book for Interview Questions Top 1000 Java Interview Questions ...

5:45
StringJoiner Interview Questions

7,585 views

4 years ago

nptelhrd
Mod-01 Lec-02 Representing  Arrays  and  functions on computers

Introduction to CFD by Prof M. Ramakrishna,Department of Aerospace Engineering,IIT Madras.For more details on NPTEL visit ...

40:51
Mod-01 Lec-02 Representing Arrays and functions on computers

10,300 views

10 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,926 views

4 years ago

J David Eisenberg
Chapter 6: Variable Length Arrays in C

Some versions of C let you declare an array using a variable to give the number of elements in the array. (Sorry about the ...

4:39
Chapter 6: Variable Length Arrays in C

1,492 views

4 years ago

COMPUTER & EXCEL SOLUTION
Printing Address of Array in C Language@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

2:33
Printing Address of Array in C Language@COMPUTEREXCELSOLUTION

468 views

3 years ago

J David Eisenberg
Chapter 5: Developing Programs (Part 1)

Up to now, our programs have been small. What is the process to use for developing a larger program? In this video, we'll plan a ...

6:46
Chapter 5: Developing Programs (Part 1)

115 views

4 years ago