nitsud

Untitled

Dec 8th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.08 KB | None | 0 0
  1. Class Counter {
  2.     Private int x = 0;
  3.     Public synchronized inc(){
  4.         this.x++;
  5.     }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment