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

How to create object in java with example

Java object Object is a fundamental entity of any java application and every developer creates objects while coding.An object is…

5 Min Read
Exit mobile version