+ 2
How to rotate a word in java?
3 odpowiedzi
+ 2
public class Program
{
public static void main(String[] args) {
StringBuffer sb=new StringBuffer ("hiii");
System.out.print(sb.reverse());
}
}
try this StringBuffer is class in java which is mutable means you can change string but string class of java is immutable
+ 2
It's not big code though he just need to know about class stringbuffer maybe he don't know coz i remember when i started learning java i get the same question in my mind and that time i don't know about stringbuffer class
but okay i totally understand you too. thank you!
+ 1
𝐊𝐢𝐢𝐛𝐨 𝐆𝐡𝐚𝐲𝐚𝐥 yeah totally 👍