Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
2,464 results
Strings are an essential part of any Java program. Understanding how to create, manipulate, and compare strings is crucial for ...
25 views
1 year ago
How to read a line of text into a string, and how to get specific characters from it.
123 views
6 years ago
This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...
53 views
4 years ago
shorts Java reflection is excellent for creating extensibility on runtime. If you're using Jakarta EE, MicroProfile, or Spring, you're ...
2,110 views
2 years ago
shorts You can use Java annotations in several ways on your code; it gives three examples: Documentation, runtime metadata, ...
921 views
shorts Java record is a powerful resource to include your favorite feature, mainly when discussing immutable instances. Yes, you ...
358 views
JEP 403 proposes to make the command line flag `--illegal-access` a no-op before it will eventually be removed. JEP 403: ...
1,488 views
JEP 401 proposes to introduce primitive classes to Java and the JVM - as the name suggests, they're basically classes that ...
1,238 views
Java Tutorial: Strings in Java Strings are not primitive types. String in java is a class that holds some characters as info and can ...
31 views
The substring() method lets you extract a section of a String; indexOf() lets you find where one String is contained within another ...
21,358 views
In Java, Strings are immutable. The StringBuilder class, on the other hand, will let you manipulate string data in place.
14 views
JEP 405 proposes to "enhance the Java programming language with record patterns, to deconstruct record values, and array ...
851 views
shorts Java Compact Constructor on record allows you to create validation on your Java classes easily. You can have consistency ...
341 views
JEP 402 proposes to unify primitives like `int` with objects by modeling primitive values as instances of primitive classes ...
1,457 views
Introduction to character and String variables in Java.
398 views
Strings *char datatype *letter,digit,punctuation marks, tab, or space are all characters *Program explaining the variable and the ...
10,812 views
11 years ago
Going through a Java program step by step to understand its components.
58 views
You need to use methods from the String class to compare strings for equal, less than, and greater than.
352 views
How to get something better than the name of a class and its memory reference when you print an object reference.
101 views
You can use a *cast* to take an integer variable and ask Java to treat it as a double (and vice versa). This video gives you the ...
225 views
5 years ago