aspose file tools
The moose likes Beginning Java and the fly likes tell me the differnce Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "tell me the differnce" Watch "tell me the differnce" New topic
Author

tell me the differnce

Nidhi Jain
Ranch Hand

Joined: Mar 26, 2006
Posts: 31
I have two methods...one is void static synchronized abc(int a);
and Second is void synchronized abc(int a);

now my ques is wats the diff with synchronized with static keyword or without?
Joanne Neal
Rancher

Joined: Aug 05, 2005
Posts: 3011
    
    9
See my reply to this post and then see if you can work out the answer to this yourself.
[ March 10, 2008: Message edited by: Joanne Neal ]

Joanne
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: tell me the differnce
 
Similar Threads
problem with wait,notify
Threads
lock
Abstract class??