testssss
/**
*
*/
public class Test {
/**
*
* @param args
*/
public static void main (String[] args) throws Throwable {
for (;;) {
System.out.println("ddd");
}
}
}
DZone Snippets > test1111 > lkj
12723 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world