All Tags »
client/server »
thread safe (RSS)
Sorry, but there are no more tags available to filter with.
-
Hello,
can somebody tell me if an ObjectContainer is thread save? Following code throws an exception:
public class Test { private static boolean stop = false; private static ObjectContainer c; public static void main(String[] args) throws IOException, InterruptedException { ...