Answer Posted / suswagata choudhury
public class Reverse {
public static void main(String args[]){
String s="SUSWAGATA";
StringBuffer sb=new StringBuffer(s);
System.out.println(sb.reverse());
}
}
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what is abstract class in Java?
When a byte datatype is used?
Compare Mutex and Semaphore in java.
What is the function of character?
Explain about fail safe iterators in java?
Should you use singleton pattern?
Does a function need a return?
What is protected in java?
Explain the meaning of java applet.
who can i handle multiple client in RMI
What is method and methodology?
How many bytes is string in java?
How do you achieve singleton?
Can a set contain duplicates?
Give an example of call be reference significance.