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 ... 7 8 9 10 11 ... 20
Title Δ
Java: Am I Missing the Point of Threads? (Objects within Threads) +2.54
Calling methods from within an anonymous inner "runnable"... -0.81
Distribute 10 infinite jobs over 4 threads in a load-balanced manne... -0.27
Java UncaughtExceptionHandler haven't got any exception using JNI 0.00
Java Bitset - What is the complete meaning of “Not Thread-Safe” -0.59
How to print a return value from a Method -0.45
Assertions or Annotations for thread correctness -0.46
Compile .java file without knowing public class name -0.16
Pointer Model that Java has over C++ +0.97
Generic way to run code on existing (main) thread in android? 0.00
Thread.yield() still a cross-platform minefield? -1.08
Thread Safe get method in ConcurrentHashMap +0.09
Is it possible to share a variable between few threads but not all... -0.63
Lock an object in Java +0.34
Is Map of Locks a safe approach for concurrent operations +0.82
Java Mutable and Immutable concepts +0.19
Not wait in case synchronized section is occupied +0.32
Use synchronized on local final variable +0.00
Java Multithreading : changing variable from multiple threads 0.00
Priorities are not working in threads in java -1.16
java integer rounding (division related) +0.89
is it possible to change the value of a instance variable from the... +0.07
Threads methods +0.68
submit of ExecutorService confusion in Java 0.00
When is ThreadLocal preferred over Local Variables? +1.25
Call methods from the same unique thread 0.00
How to catch thread interrupted exception in Java 0.00
How does a synchronized method work in Java? +0.57
how do i convert from private inner class to a runnable interface? 0.00
Safe publication of local final references +0.70
starting threads and invoking join using lambdas 0.00
java inability to notify() thread? 0.00
Stuck at an infinite loop unless printing result 0.00
How to change runnable code in thread after starting thread 0.00
what happens if thread calls join() on itself +2.77
What could be the reason for thread to be parked at java.util.concu... 0.00
Java How to achieve parallelism, dividing up work, dynamically? +1.35
How to return a string from another thread? -0.96
which thread finished first in concurrent threads? +0.58
Handling state in an instance that is used by multiple threads 0.00
Object References,Threads and Garbage collection +0.50
How do I copy ArrayList<T> in java multi-threaded environment? -1.04
Making a program wait until a button is clicked -0.17
Calling a method of a class which extends Thread, from another class -0.73
Do I need the volatile keyword? (Java) -0.86
How does java class method is allocated memory and executed in sing... -0.76
Setting a thread priority with multithreading has no effect 0.00
Avoiding Global Variables with ActionListeners 0.00
Thread that create more Threads -1.17
should I use 'synchrnonized' keyword on my private function... +0.57