StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Solomon Slow

Rating
1449.88 (4,532,678th)
Reputation
14,092 (10,141st)
Page: 1 ... 9 10 11 12 13 ... 20
Title Δ
Static variable in Asynctask class with or against? -0.42
Closing Threads in Executor Service without shutting it down 0.00
difference between Thread state blocked and waiting +2.02
Multithreaded QuickSort taking longer than normal QuickSort 0.00
Is this code thread safe, are there better ways to implement it? +0.38
Why ThreadLocal variable need to static? -0.50
Java Swing making the thread wait once 0.00
Best way to handle InterruptedException -0.12
How to thread-pool many single-threaded queues in Java? 0.00
synchronized keyword is not locking a linked list and other threads... +1.56
Using executors and synchronizing CountDownLatch in different classes -0.88
Is it possible that 2 synchronized methods of an object are accessi... -0.17
Multithreading lock and notify +0.58
Issues in producer consumer by using java threads 0.00
Does synchronized directive in two functions means they both will b... +0.59
Handling Concurrent requests for a Bank Transaction in the real world -1.16
Java : Using ExecutorService for httpRequests 0.00
Are private variables thread safe +0.08
Does jvm guarantie update of processor cache after switching threads? -0.58
Making a Java class thread safe 0.00
how to interprete this thread dump from a hung Java Swing applicati... 0.00
Printing values from different threads using wait and notify +0.74
Java multithreading: why is execution not stopping at join()? -0.16
Java Mutex Association with Condition Variable 0.00
How to wait for a thread that spawns it's own thread? -1.69
In Java, will multiple threads await() the same condition get unloc... -1.65
Java Thread.suspend() gracefully 0.00
How can I create a member that should be available only to my sub c... -0.18
How to call webservice using ExecutorService +0.59
How does a thread move from running to runnable state? +1.31
Consumer, producer- mutex, sync- critical section -1.55
Join is not working (JAVA Threads) +1.10
Is jstack thread dump consistent? 0.00
Sleep Function Calls in Relation to Mutex Locks 0.00
Detect position of queued tasks in thread pool 0.00
How to set a field with out creating an object in java +0.08
Trying to make the ball fall from a point. It is falling but when I... +0.08
Both sequential and parallel processing -0.37
Wrap CopyOnWriteArrayList in Synchronized block +0.64
Use of Thread.currentThread().join() in Java -1.07
Java Thread storing -0.78
Concurrent access to a public field. Why is it possible to observe... -0.75
How can I pass a parameters to a Java Thread? -0.38
does below java multi-threads example always deadlock +0.01
is Callable interface a thread? i can't run anything while it w... -0.08
How to order thread completion and use join() +2.30
How to test thread safety of a class from multiple threads? +1.29
Multiple lock single unlock in Java? -1.59
Create Thread Other than Thread Or Runnable -0.86
how to catch all uncaught exceptions from different threads in one... -1.35