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 ... 12 13 14 15 16 ... 20
Title Δ
Condition Check fails in run() of a Thread +0.96
Pause all the running Threads after a memory crosses a given thresh... -2.14
Semaphore for pausing actions, not limiting concurrent actions -1.23
Is there better way to use wait/notify with connection with AtomicI... +1.43
Why "synchronized" has no role in polymorphism -1.05
Why is Thread not an abstract class and start() not final? -0.38
What is Cost of re initialization of Thread object in Android +0.06
how to run main thread at the end after all other threads completed -0.29
what is best alternative of C++ Sleep() in java and android? -0.42
Inside Java synchronized static method: happens before relationship... -1.06
How can i make the main Thread as Daemon Thread in java? -0.44
Internal Working of newFixedThreadPool +0.55
How do I reach the running instance of my Thread? +0.61
Testing if two primitive wrapper Numbers represent equal primitive... 0.00
what is the assurity for JVM to start run() method of Threads in a... -1.74
How exactly do I interrupt a thread? -1.07
Integer assignment in multi-threaded environment java -0.98
Calling Runnable's run() method directly on thread object -0.29
Is there standard implementation for thread block/resume in java SE? +0.05
Get Object instancied by other class in Java 0.00
Pause thread from another thread(s) and also stop/start it yet from... +0.53
Does wait() need synchronization on local variable 0.00
Difference between these two snippets using Thread and Executor for... -0.08
Synchronized methods to avoid deadlock +1.04
Monitor thread status +0.50
Java synchronizing Threads with Swing +0.29
Java - multithreading increment -1.37
Finding the highest value of a varying number -0.19
Why is it a bad idea to use the same field for loop control variabl... +0.10
What is the difference between wait/notify and wait/interrupt? -0.68
Is a deadlock possible in this method? How can I prevent it? +0.58
Use of ThreadFactory in java -2.01
Why Volatile variable isn't used for Atomicity -0.97
Java synchronization(object locking) not working as expected -1.36
Variables in java interfaces -0.78
Using a condition instance with a lock -0.87
If there's only one thread running(main) and sleep(1000) is inv... -0.55
Multiple locks - Behind the scene 0.00
Java multi-threading confusion -0.31
How to ensure one thread starts before another thread? +0.07
How to add element into another queue at once? 0.00
Why are command line arguments passed as a String array in Java? -0.60
Funny Thread Behaviour in Scala 0.00
Do Java Atomics only require atomicity with respect to the VM +2.73
Why doesn't the compiler spot certain causes of ConcurrentModif... -1.39
Can I call a synchronized method that calls a non-synchronized meth... -0.51
Multiple conditions vs Multiple locks -0.45
"and" and "or" statements in java +0.27
How do you implement a _proper_ thread-safe server? +0.05
Java Thread object vs Running Thread -1.10