ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

108 results

vlogize
Decoding MappedByteBuffer in Java: Efficient Ways Without Copying

Learn how to efficiently decode UTF-8 codepoints from a `MappedByteBuffer` in Java without unnecessary memory copies.

2:21
Decoding MappedByteBuffer in Java: Efficient Ways Without Copying

14 views

9 months ago

The Debug Zone
How to Decode Double Encoded UTF-8 Characters in Java: A Step-by-Step Guide

In this video, we'll explore the intricacies of double encoded UTF-8 characters and how to effectively decode them using Java.

1:57
How to Decode Double Encoded UTF-8 Characters in Java: A Step-by-Step Guide

10 views

7 months ago

Code Crush
Join All Employees Names Using Stream API Java 8  | Java 8 Interview Questions

Join All Employees Names Using Stream API Java 8 | Java 8 Interview Questions #Java8 #StreamAPI #CollectorsJoining ...

3:04
Join All Employees Names Using Stream API Java 8 | Java 8 Interview Questions

19 views

6 months ago

vlogize
How to Convert a String to Long and Decode it Back in Java Using BigInteger

Learn how to convert strings to long data types in Java using `BigInteger` and decode them back to retrieve the original string.

1:59
How to Convert a String to Long and Decode it Back in Java Using BigInteger

0 views

3 months ago

vlogize
How to Decode a Weird String Using Python or Java

Discover how to decode strange encoded strings in Python or Java effortlessly with our step-by-step guide. Perfect for developers ...

1:39
How to Decode a Weird String Using Python or Java

0 views

8 months ago

CodeMake
decode base64 data in java

Get Free GPT4.1 from https://codegive.com/e91cfdf ## Decoding Base64 Data in Java: A Comprehensive Tutorial Base64 is a ...

0:54
decode base64 data in java

15 views

7 months ago

ConquerTheFear
Master Java Optional in 60 Seconds! #NullPointerException  #CodingForBeginners #JavaOptional #Java

... Coding, Programming, Learn Java, Java Developer, Clean Code, Java 8, Optional Class, Java Stream, Java API, Java Coding, ...

0:35
Master Java Optional in 60 Seconds! #NullPointerException #CodingForBeginners #JavaOptional #Java

26 views

10 months ago

vlogize
Decoding Complex MIME Headers: Base64 and RFC2047 In Java

Learn how to decode strings encoded in `Base64` and `RFC2047` within MIME headers using Java, with practical examples and ...

2:07
Decoding Complex MIME Headers: Base64 and RFC2047 In Java

7 views

10 months ago

vlogize
How to Use GetWindowTextW for UTF-8 Support in Java

Discover how to properly retrieve window titles with non-alphabetical characters in Java by using `GetWindowTextW` to handle ...

1:51
How to Use GetWindowTextW for UTF-8 Support in Java

1 view

8 months ago

vlogize
Understanding Java Postfix and Prefix Operators: A Deep Dive into Code Behavior

Explore the unique behavior of Java's postfix and prefix operators with this insightful guide. Learn why certain conditions evaluate ...

2:23
Understanding Java Postfix and Prefix Operators: A Deep Dive into Code Behavior

0 views

10 months ago

vlogize
Converting Base64 Encoded Strings to UTF-8 in Java Using mb_convert_encoding Functions

Learn how to convert a base64 encoded string to a UTF-8 string in Java by using the Apache Commons Codec library and ...

1:35
Converting Base64 Encoded Strings to UTF-8 in Java Using mb_convert_encoding Functions

4 views

8 months ago

vlogize
Understanding Base64 Decoding Discrepancies Between Java and Node.js

Learn why Java and Node.js produce different outputs when decoding Base64 strings and how to achieve consistency in Node.js ...

2:06
Understanding Base64 Decoding Discrepancies Between Java and Node.js

0 views

8 months ago

vlogize
Solving IllegalBlockSizeException During Java RSA Decryption

Encountering `javax.crypto.IllegalBlockSizeException` when decrypting RSA encrypted data in Java? Discover the solution here ...

2:01
Solving IllegalBlockSizeException During Java RSA Decryption

2 views

8 months ago

Skilaw IA
Crazy Frog - Axel F but it's ruined by AI #2

MERCH ▻ https://skilaw-ai.myspreadshop.com/ . Join my Patreon: https://www.patreon.com/SkilawAI ...

2:06
Crazy Frog - Axel F but it's ruined by AI #2

6,310,985 views

5 months ago

Learn Code With Saurabh
Stream API in Java 8 Interview Questions | Q14 | Find the First Element in a List using java8

java8 #streamapi #javainterview #codingtutorial #programming Description: In this Java 8 Stream API interview question, learn ...

3:48
Stream API in Java 8 Interview Questions | Q14 | Find the First Element in a List using java8

14 views

1 month ago

vlogize
Resolving JSON parse error: Invalid UTF-8 middle byte in Spring Server POST Method

Learn how to fix the common JSON encoding error that occurs when sending POST requests in Spring servers. --- This video is ...

1:40
Resolving JSON parse error: Invalid UTF-8 middle byte in Spring Server POST Method

13 views

10 months ago

vlogize
Understanding the length() Issue in Java when Converting byte[] to String

Discover why Java's `length()` method returns unexpected results when converting a `byte[]` to `String`. Learn how to properly ...

1:48
Understanding the length() Issue in Java when Converting byte[] to String

1 view

9 months ago

Melody Records
Sheesha Amar Sehmbi | Sheesha Tan Kude Pagal Ho Janda Hona Jehde Muhre Sajdi Ae Tu |New Punjabi Song

Sheesha Amar Sehmbi | Sheesha Tan Kude Pagal Ho Janda Hona Jehde Muhre Sajdi Ae Tu | New Punjabi Song 2025 Sheesha ...

3:29
Sheesha Amar Sehmbi | Sheesha Tan Kude Pagal Ho Janda Hona Jehde Muhre Sajdi Ae Tu |New Punjabi Song

82,712 views

6 months ago

vlogize
Solving FormatException When Decoding Base64 GZip JSON in Dart

Learn how to correctly decode a Base64, GZip compressed JSON response in Dart without encountering `FormatException`.

2:00
Solving FormatException When Decoding Base64 GZip JSON in Dart

1 view

4 months ago

vlogize
How to Avoid Java request.getQueryString() From Getting Escaped Strings

Learn how to properly handle query strings in Java Servlets to avoid issues with escaped characters in multi-language input.

1:49
How to Avoid Java request.getQueryString() From Getting Escaped Strings

0 views

3 months ago

CodeWrite
java examples for javaniocharsetmalformedinputexception

Get Free GPT4.1 from https://codegive.com/583a738 ## Understanding and Handling `MalformedInputException` in Java NIO ...

1:15
java examples for javaniocharsetmalformedinputexception

0 views

7 months ago

CodeLines
charsetdecoder malformedinputaction method in java with

Get Free GPT4.1 from https://codegive.com/e9b5232 ## Diving Deep into `CharsetDecoder.malformedInputAction()` in Java The ...

1:21
charsetdecoder malformedinputaction method in java with

4 views

7 months ago

vlogize
Understanding the Line of Java Code: boolean isStepCountPresent = (flag & 0x01) != 0

Discover the meaning behind the Java line of code concerning bitwise operations and boolean values. Learn how to interpret ...

1:28
Understanding the Line of Java Code: boolean isStepCountPresent = (flag & 0x01) != 0

0 views

8 months ago

vlogize
How to Verify ECDSA Signature with Negative r or s in Java

Learn how to successfully verify `ECDSA` signatures in Java even when the `r` or `s` values are negative. Explore common issues ...

2:00
How to Verify ECDSA Signature with Negative r or s in Java

3 views

8 months ago

Automation Decode
Java code to check string is palindrome or not

In this video, you'll learn how to write a Java program to check if a string is a palindrome. Step-by-step Java code to check ...

2:15
Java code to check string is palindrome or not

11 views

5 months ago