Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

can you program for reverse string?

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


Please Help Members By Posting Answers For Below Questions

what is abstract class in Java?

1170


When a byte datatype is used?

2347


Compare Mutex and Semaphore in java.

1051


What is the function of character?

1107


Explain about fail safe iterators in java?

1080


Should you use singleton pattern?

992


Does a function need a return?

1008


What is protected in java?

1044


Explain the meaning of java applet.

1126


who can i handle multiple client in RMI

1924


What is method and methodology?

1158


How many bytes is string in java?

1329


How do you achieve singleton?

1026


Can a set contain duplicates?

1000


Give an example of call be reference significance.

1079