Combinations in Java
807600Aug 1 2007 — edited Aug 1 2007Hi, I am quite new to Java, and I dont know how to create combinations in java; for example: I want to create combinations of this string: "abcdef" of course there will be 6!= 720 results,but problem is to create it, how???(It doesnt matter how the data type is, it can be a "int" also)