Log in

View Full Version : Two threads call a static method? Is this a problem?


jasekiw
Aug 15, 2014, 03:20 PM
If two threads call a static void in another class what happens? Will the class pick one to do first or completely forget about the other one?