string sentence = "sherlockholmes";
string name = sentence.substring(4);
system.out.println(name);
wht could be the output??

Posted on by