Advertisement
nitsud

Untitled

Dec 8th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. Class Counter{
  2.     Int a[] = new int[1];
  3.     public synchronized inc(){
  4.         a[0]++
  5.     }
  6. Public synchronized getA(){
  7. Return a;
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement