Check out example codes for "lastindexof java". It will help you in understanding the concepts better.
Code Example 1
public class MyClass {
public static void main(String[] args) {
String myStr = "Hello planet earth, you are a great planet.";
System.out.println(myStr.lastIndexOf("planet"));
}
}
Learn ReactJs, React Native from akashmittal.com