throw and throws in java

throw and throws are the keywords in java which are related to the concept of exception handling in java. This…

6 Min Read

Enhanced for loop java

Enhanced for loop also called advanced for loop or foreach loop is used to iterate over an array or a…

2 Min Read

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
Exit mobile version