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

aabccdee
Find the used alphabets as abcde ?

Answer Posted / deepu

package com.thread;
import java.util.*;
public class Test2 {





public static void main(String[] args) {
String str="aabbbcdabbheaa";
char[]chs=str.toCharArray();
List l1=new ArrayList();

for(Character ch:chs){
l1.add(ch);
 
}
Set s1=new TreeSet(l1);
System.out.println(s1);
}




}

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a top level class in java?

1008


How will you print number in reverse (descending) order in BST.

966


How is treeset implemented in java?

1011


Can we convert integer to string in java?

1039


What’s the difference between unit, integration and functional testing?

1089


What is the full meaning of java?

1033


What restrictions are placed on method overriding?

1159


Why does java doesnt suuport unsigned values?

2216


What is callable java?

957


Why java is used everywhere?

990


Difference between current previous versions of Java?

1007


Which class should you use to obtain design information about an object in java programming?

1058


Is Java a dying language?

1063


When does a class need a virtual destructor?

997


What is the use of optional ?

1027