Java Programs 16: Java Program to Find Length of String Without Using Length Method

Hello Programmers, An interview candidate was asked to write java code to find the length of given string WITHOUT USING LENGTH METHOD in Capgemini. In this post, I will find length of string without using Length method but using some other method. :-p There is another method in String class called lastIndexOf(). LastIndexOf() method: As … Continue reading Java Programs 16: Java Program to Find Length of String Without Using Length Method