Guest User

Untitled

a guest
Dec 14th, 2018
1,024
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.24 KB | None | 0 0
  1. оператор в main:
  2. public static void main(String[] args) {
  3.     new Thread(null, new Runnable() {
  4.         public void run() {
  5.             new Main().run();
  6.         }
  7.     }, "1", 1 << 28).start();
  8. }
  9.  
  10. После этого писать код в run()
Advertisement
Add Comment
Please, Sign In to add comment