Advertisement
Guest User

Untitled

a guest
May 30th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.12 KB | None | 0 0
  1. try {
  2. w1.acquire()
  3. net_sync // throws Exception
  4. w1.release()
  5. }catch(Exception e)
  6. {
  7. System.out.println(e)
  8. }finally{
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement