ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,801 results

The Debug Zone
How to Convert String to OffsetDateTime in Java: A Step-by-Step Guide

In this video, we will explore the process of converting a string representation of a date and time into an OffsetDateTime object in ...

4:04
How to Convert String to OffsetDateTime in Java: A Step-by-Step Guide

3 views

1 year ago

The Debug Zone
How to Convert JSON String to List of Java Objects: A Step-by-Step Guide

In this video, we'll explore the process of converting a JSON string into a list of Java objects, a crucial skill for any developer ...

3:25
How to Convert JSON String to List of Java Objects: A Step-by-Step Guide

14 views

8 months ago

Nida Karagoz
How do I convert a String to an int in Java? (3 SOLUTIONS!!)

How do I convert a String to an int in Java? (3 SOLUTIONS!!) ✧ I really hope you found a helpful solution! ♡ The Content is ...

2:18
How do I convert a String to an int in Java? (3 SOLUTIONS!!)

2 views

9 months ago

The Debug Zone
Fixing DateTimeParseException: Can't Convert String to ZonedDateTime in Java

In this video, we tackle a common issue faced by Java developers: the DateTimeParseException when trying to convert a string ...

1:52
Fixing DateTimeParseException: Can't Convert String to ZonedDateTime in Java

2 views

9 months ago

Peter Schneider
Reading a string in java to proper Date format

Reading a string in java to proper Date format duplicate I hope you found a solution that worked for you :) The Content is licensed ...

1:53
Reading a string in java to proper Date format

0 views

10 months ago

The Debug Zone
How to Convert String to Locale in Java: A Step-by-Step Guide

In this video, we will explore the process of converting strings to locale objects in Java, a crucial skill for developers working with ...

1:54
How to Convert String to Locale in Java: A Step-by-Step Guide

3 views

8 months ago

inayat ali lakho
String Methods in Java Lecture

String Methods in Java Lecture.

13:29
String Methods in Java Lecture

9 views

11 months ago

The Debug Zone
How to Convert String to LocalTime in Java: A Step-by-Step Guide

In this video, we'll explore the process of converting a string representation of time into a LocalTime object in Java. Whether you're ...

2:35
How to Convert String to LocalTime in Java: A Step-by-Step Guide

0 views

2 weeks ago

Nida Karagoz
How do I read / convert an InputStream into a String in Java? (9 SOLUTIONS!!)

How do I read / convert an InputStream into a String in Java? (9 SOLUTIONS!!) ✧ I really hope you found a helpful solution!

4:24
How do I read / convert an InputStream into a String in Java? (9 SOLUTIONS!!)

2 views

9 months ago

The Debug Zone
How to Parse Strings in Java Using Regex Patterns: A Step-by-Step Guide

In this video, we'll dive into the powerful world of regular expressions (regex) in Java, exploring how to effectively parse strings ...

1:32
How to Parse Strings in Java Using Regex Patterns: A Step-by-Step Guide

3 views

3 months ago

The Debug Zone
Understanding "String[]::new" in Java: A Guide to Array Creation

In this video, we delve into the intricacies of array creation in Java, focusing specifically on the "String[]::new" method reference.

5:01
Understanding "String[]::new" in Java: A Guide to Array Creation

8 views

11 months ago

DEEPTI SHARMA: Let's Learn Programming
String Manipulation in Java | Java String Methods #java #javatutorial #javaprogramming #oopsinjava

String Manipulation in Java | Java String Methods #java #javatutorial #javaprogramming #oopsinjava #javatutorialforbeginners ...

11:34
String Manipulation in Java | Java String Methods #java #javatutorial #javaprogramming #oopsinjava

6 views

3 months ago

The Debug Zone
Understanding ListMapString,String vs ListObject in Java: Key Differences Explained

In this video, we dive into the intricacies of Java collections, specifically focusing on the differences between `ListMapString, ...

1:31
Understanding ListMapString,String vs ListObject in Java: Key Differences Explained

1 view

2 months ago

Zacks Software Academy
Why public static void main(String[] args)? | Java Interview Question Explained in Depth

Master the Java main() Method with this Complete Interview Guide! Download your FREE Java Interview Cheat Sheet: ...

1:02:01
Why public static void main(String[] args)? | Java Interview Question Explained in Depth

396 views

2 months ago

The Debug Zone
Understanding False Results When Casting Interned Strings to Objects in Java

In this video, we delve into the intricacies of Java's string interning mechanism and its implications when casting interned strings to ...

1:55
Understanding False Results When Casting Interned Strings to Objects in Java

1 view

4 months ago

inayat ali lakho
Creating and using String in Java  Lecture

Creating and using String in Java Lecture.

7:12
Creating and using String in Java Lecture

2 views

11 months ago

The Debug Zone
Kotlin String.split vs Java: Understanding Regex Differences Explained

In this video, we dive into the nuances of string manipulation in Kotlin and Java, focusing specifically on the differences between ...

1:55
Kotlin String.split vs Java: Understanding Regex Differences Explained

1 view

4 months ago

Peter Schneider
Salesforce: Find out if a given string is Salesforce Id in Java

Find out if a given string is Salesforce Id in Java I hope you found a solution that worked for you :) The Content is licensed under ...

4:07
Salesforce: Find out if a given string is Salesforce Id in Java

0 views

6 months ago

The Debug Zone
Java String Concatenation vs Interning: Performance and Best Practices Explained

In this video, we dive into the fascinating world of Java string manipulation, focusing on two key concepts: string concatenation ...

1:31
Java String Concatenation vs Interning: Performance and Best Practices Explained

0 views

3 months ago

Roel Van de Paar
Trimming a java string based on string values? (3 Solutions!!)

Trimming a java string based on string values? Helpful? Please use the *Thanks* button above! Or, thank me via Patreon: ...

2:19
Trimming a java string based on string values? (3 Solutions!!)

221 views

6 days ago

The Debug Zone
Does Java Optimize String Concatenation with StringBuilder? Explained!

In this video, we dive into the intricacies of Java's string handling, specifically focusing on the optimization of string concatenation.

1:32
Does Java Optimize String Concatenation with StringBuilder? Explained!

0 views

2 months ago

The Debug Zone
Understanding Java String Intern Function: Benefits and Usage Explained

In this video, we dive into the Java String intern function, a powerful feature that can optimize memory usage and improve ...

1:44
Understanding Java String Intern Function: Benefits and Usage Explained

0 views

3 weeks ago

The Debug Zone
How to Parse String to Int in Java with Default Value: A Step-by-Step Guide

In this video, we'll explore a fundamental programming task in Java: converting strings to integers while ensuring that your ...

2:41
How to Parse String to Int in Java with Default Value: A Step-by-Step Guide

1 view

1 month ago

Nida Karagoz
Reading a string in java to proper Date format

Reading a string in java to proper Date format ✧ I really hope you found a helpful solution! ♡ The Content is licensed under CC ...

1:38
Reading a string in java to proper Date format

0 views

9 months ago

The Debug Zone
Understanding BitSet valueOf: How to Convert Strings to BitSets in Java

In this video, we delve into the powerful Java utility class BitSet and explore its `valueOf` method, which allows developers to ...

1:31
Understanding BitSet valueOf: How to Convert Strings to BitSets in Java

1 view

3 months ago