Substring in java with example

Substring in java Substring means part of a string. Many times in an application, we get a long string and…

1 Min Read

isLetter method in java with example

isLetter method belongs to java.lang.Character class. It is a static method which takes a character as argument and tells if…

2 Min Read

java split string example

Java string split In this article, we will take a look at how to split or divide a string based…

4 Min Read

Ternary operator in java with example

Java ternary operator Literal meaning of ternary is three. As the name suggests, a ternary operator is an operator which…

3 Min Read
Exit mobile version