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 ... 8 9 10 11 12 ... 20
Title Δ
Accessing HashMap through a singleton +2.85
Where to use callable and where to use Runnable Interface? -0.75
Is my implementation against the builder pattern? +0.31
I set my thread to a higher priority then my other thread, yet it s... 0.00
Is there a default ExecutorService or am I doomed to create one and... 0.00
Re-Check mutable reference for "synchronized" lock? +0.20
How to use Runnable and Threads in this code +0.57
Does invoking two concurrent mains of the same class influence its... 0.00
Java Thread Safety: How to handle an instance variable when you hav... +0.62
Responsive batch processing in Java 0.00
Interthread communication in java,which method runs first? 0.00
Calling variables from other class +0.25
How to make a while(true) with out stop aplication -0.41
Refactoring. Copy paste code when code differs by only one line +0.32
Why is `synchronized (new Object()) {}` a no-op? -1.04
Only 2 threads for invoking produce and consume? -0.18
What Is Quicker: Using Quicksort then Binary Search OR Just Linear... -0.08
How to create thread object and assigning it to runnable reference... 0.00
Does Thread#join pause all the threads that follows after 'join... 0.00
why java ReentrantLock not throw InterruptedException? -0.67
Java StopWatch in ChessGame +0.06
What should I use as a memory barrier for a Collection? +0.07
Add to ThreadPool while its running 0.00
What happens if I start threads in infinite loop -1.57
Pausing a thread to get the value of a variable in Java +0.08
How to implement non blocking Futures in Java -0.42
Swing Timer on main(String[]) exits the program after the time spec... 0.00
CountDownLatch : preserving the threading order on countDown reached +0.56
How to automatically call a method to stop a thread? +0.56
Reason for thread to enter blocked state when execution is in non s... -0.22
Check if ALL the waiting threads are in waiting state and not working +0.08
Is it safe to call a static synchronized method from unrelated clas... +1.65
How to call a Java class from a background thread -0.06
how do i prevent my program from getting deadlock but still keep mu... -0.43
Object state modification during thread execution -1.29
Java programming threads and applets 0.00
How volatile variable work with the other fields? +0.01
Is there a generic solution in Java for mutual exclusion between th... -0.24
Understanding happens-before and synchronization +2.39
java : Why the thread priority is not followed when there are more... +0.12
Calling a method on a Thread - it works, but why? +0.73
Unreasonable deadLock detected in multithreading Java 0.00
Java Blocks, Closures, Lambdas... simply explained +0.59
Java Threads , Print 1 character per second with no order -0.20
Get next int from array -0.23
Why cannot `ExecutorService` consistently schedule threads? +1.98
When should one prefer ThreadLocal over Synchronization apart from... +0.29
ConcurrentHashMap contains values, but size() method returns 0 0.00
Correct BoundedBuffer Implementation in Java? +0.58
How to get notification from worker thread to main thread when work... 0.00