ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

26 results

J David Eisenberg
Chapter 6: The substring() and indexOf() methods

The substring() method lets you extract a section of a String; indexOf() lets you find where one String is contained within another ...

7:13
Chapter 6: The substring() and indexOf() methods

1,097 views

4 years ago

Code Mommy Mastery
Learn How to Use Strings in Java

Strings are an essential part of any Java program. Understanding how to create, manipulate, and compare strings is crucial for ...

4:44
Learn How to Use Strings in Java

25 views

1 year ago

J David Eisenberg
Chapter 9: Strings (part 3)

Using the split() function to split a string into a list of substrings.

6:02
Chapter 9: Strings (part 3)

193 views

7 years ago

JT Devs
CSharp Examples Regarding String Methods - Made Easy JT Devs #CSharp

CSharp Examples Regarding String Methods Made Easy JT Devs #CSharp About us ======= JT Devs is a Software consulting ...

11:54
CSharp Examples Regarding String Methods - Made Easy JT Devs #CSharp

24 views

3 years ago

Subhajit Sahu
Comparison of programming languages (string functions) | Wikipedia audio article

This is an audio version of the Wikipedia Article: ...

16:10
Comparison of programming languages (string functions) | Wikipedia audio article

6 views

6 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,987 views

4 years ago

J David Eisenberg
Chapter 4: Comparing Strings

You need to use methods from the String class to compare strings for equal, less than, and greater than.

4:07
Chapter 4: Comparing Strings

352 views

6 years ago

J David Eisenberg
Chapter 6: break and continue

The break statement lets you exit a loop from the middle; the continue statement takes you to the next iteration of a loop. This is ...

4:21
Chapter 6: break and continue

171 views

4 years ago

Dandalf
Java - Read text file - compared to reading text from keyboard

Open a text file using the Java Scanner. Read and display the contents of the file either line by line or by individual fields on each ...

12:44
Java - Read text file - compared to reading text from keyboard

206 views

4 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

J David Eisenberg
Chapter 10: Using the StringBuilder Class

Strings are immutable. If you want something that works like a string but lets you modify the contents in place, you use the ...

5:00
Chapter 10: Using the StringBuilder Class

204 views

6 years ago

CTR
Hackerrank Java Static Initializer Block challenge

java #hackerrank #CTR Hi friends in this video we are gonna solve a HACKERRANK challenge in which i have solved and ...

4:49
Hackerrank Java Static Initializer Block challenge

19 views

4 years ago

Samir Paul
Exceptions

05_10.

13:23
Exceptions

478 views

10 years ago

Drunken Engineer
Java Interview questions and answers | Part 2

This video contains all the important java interview questions and answers. Q. What will happen if an exception is thrown from the ...

10:03
Java Interview questions and answers | Part 2

3,197 views

4 years ago

J David Eisenberg
Chapter 9: Strings (part 2)

Slices, comparison, immutable strings, and the “in” and “not in” operators.

8:01
Chapter 9: Strings (part 2)

159 views

7 years ago

LearnAccessByCrystal
Access Utilities: Simil Fuzzy String Matching by Tom van Stiphout, VBA

Tom van Stiphout, a Microsoft MVP for Access, demonstrates how to use Simil, an algorithm implemented in Access using VBA for ...

9:58
Access Utilities: Simil Fuzzy String Matching by Tom van Stiphout, VBA

10,412 views

14 years ago

J David Eisenberg
Assignment: Phone Words

Here's how I did the planning for a solution to the “Phone word“ assignment.

8:40
Assignment: Phone Words

782 views

5 years ago

J David Eisenberg
Chapter 3: Evaluating Arithmetic Expressions

Find out how C evaluates arithmetic, and learn about how to *cast* a variable of one data type to another data type.

5:41
Chapter 3: Evaluating Arithmetic Expressions

1,167 views

5 years ago

NPTEL IIT Bombay
Lecture 9 : Loops in various applications Part 1 :  Brute force algorithms

Loops in various applications Part 1 : Loops in various applications brute force algorithms.

17:09
Lecture 9 : Loops in various applications Part 1 : Brute force algorithms

9,219 views

6 years ago

Adam Gaweda, Dr. Sensei
Inserting and Removing from a Skip List
7:08
Inserting and Removing from a Skip List

40,049 views

8 years ago