Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Java brute etc

Name: Anonymous 2007-07-29 14:38 ID:hgb5ar6O

     I need a Java application that will allow me to brute force in Java, if you have one, or can make one, it would be much appreciated.

Name: Anonymous 2007-07-29 20:31 ID:Heaven

>>9
fine
fixed.

Now, on to your question

while and do are common loop keywords in programming languages.

difference:
while
while(FALSE) { printf("this part is ignored\n") }
do while

do { printf("this part is not ignored until the expression in while() is evaluated"); } while(FALSE);

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List