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...

I need help please send me reply:
Write a program "if given a string like 'HAT', the
combination's returned should be like ATH,THA,TAH in java"?

Answer Posted / nijamuddin

Class Help
{
Public stattic void main(String args[])
string s;
if(s=="HAT")
{
System.out.println("ATH, Tha,tah";
}
}

Is This Answer Correct ?    3 Yes 29 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the use of volatile field modifier?

1137


What is difference between static class and normal class?

1185


Is class is a data type?

1132


What is default switch case? Give example.

1066


When arithmeticexception is thrown?

1075


Differentiate between array list and vector in java.

1157


why not override thread to make a runnable? : Java thread

1059


what is use of functional interface in java 8?

1096


What is bytecode verifier?

994


What do you understand by private, protected and public?

1092


What is fundamental datatype?

1054


What is stream api in java8?

1278


What is the generic function?

1041


Which are the two subclasses under exception class?

1166


What is the collections api in java programming?

1030