StackRating

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

yshavit

Rating
1629.11 (893rd)
Reputation
35,811 (3,196th)
Page: 1 ... 6 7 8 9 10 ... 15
Title Δ
Why doesn't the JVM use more Heap Memory -0.34
Java: Casting rule for hierarchy inhertance +0.10
How many bytes does BufferedReader really read using .read() method? +0.80
Is there a threadsafe or visibility issue using "private stati... -0.09
buff.getInt() & 0xffffffffL is an identity? -1.74
Why am I getting an empty stacktrace while creating my own exception? -0.42
Catch exceptions which are not thrown locally? 0.00
Java: stopping all activities in a thread from another thread -0.08
Why will null resolve to Class<?> overload? 0.00
try-with-resources statement in Java 0.00
How to wrap a java.util.Iterator to change the type of object being... 0.00
Why would anyone need a thread safe SimpleDateFormat object? -0.32
Multi-variable for loops +0.41
Java enum constructor call in foreach loop +1.77
Can Boolean.valueOf(String) return null? +0.83
Java beginner help, cannot resolve a variable +0.99
Inlining implementation of an interface -1.31
Enum-based singleton implementation and unit tests which preserve s... +0.12
for loop is locking thread 0.00
Calling Enum.<T>valueOf() giving unchecked cast warning, desp... -0.94
Why can private method be final? +1.83
Alternative of if-else and switch statements -0.03
Why "new ArrayList<E>" is allowed? -1.39
About throwing IllegalArgumentException -0.14
How to microbenchmark java garbage collector? -0.27
Efficient way to implement HashMap<Boolean, Object>: Java +0.89
ConcurrentModificationException while using PriorityQueue +1.23
Functional interfaces in Java 8 0.00
JMM in synchronized and volatile -0.15
Cumulative sum for individuals in a new column in mysql -0.63
JUnit - Do static classes maintain state between test classes? +1.94
How to invoke a java method asynchronously? +0.40
Calling Methods Names from a List of Strings +0.47
How to return the generic type of an object inside generic class? -1.15
Java single instance means -0.24
Cheapest way of establishing happens-before with non-final field 0.00
Java time difference -0.62
Missing instruction numbers in javap output -2.41
Integer.class vs int.class +0.38
Java program to add users into a database +0.39
Why is the last line of this Java code unreachable +1.50
Synchronizing two concurrent network calls within AsyncTask 0.00
Use of atomic reference in Effective Jave example +0.36
How do Prepared Statements prevent SQL injection better than Statem... +1.45
Can I use an enhanced for loop to print two dimensional arrays? +1.82
Are the java.util.* packages only meant for utility classes? +1.58
How to dynamically create new class implementing some interface and... 0.00
SQL "Incorrect syntax near the keyword 'from'." -1.86
prepareStatement doesn't work with sqlite -2.50
How does HashSet not allow duplicates? +1.24