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
How do I run java on windows?
When do we need to use internal iteration? When do we need to use external iteration?
How do you add an arraylist to an array in java?
Is set sorted in java?
What is the structure of java?
Is list thread safe in java?
What about abstract classes in java?
Can we declare a static variable inside a method?
What is difference between final and immutable?
What do you mean by an object in java?
What are different access specifiers in java?
What is the difference between a synchronized method and a synchronized block?
How many boolean functions are there?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
How do you stop a thread in java?