A freshman asking help about string
807607Nov 14 2006 — edited Nov 14 2006I am a freshman in Java programing. I have a problem about string in Java programing.
Could you let me know how to randomly generate a string? For example, when I input a string "abcde", then the output could be "acdeb", or "bdace", and so on. In one word, the output should be a random string which are formed by the five inputed characters. Thank you very much!