Posted by: hemu February 10, 2010
Need hep with JAVA...Any IT experts...
Login in to Rate this Post:     0       ?        

Define "char[] done" outside the for loop. And add every character shift in it inside the loop as you have done.


Also do this "cipherText= new String(done);" or " cipherText = done.toString()" outside the for loop.


After that you will be good to go...

Read Full Discussion Thread for this article