StackRating

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

Andy Turner

Rating
1710.64 (107th)
Reputation
94,166 (819th)
Page: 1 ... 33 34 35 36 37 ... 70
Title Δ
In a Java class, do we have separate copies of instance methods for... +0.52
Second order generics seem to behave differently than first order g... +1.01
Add random elements to ArrayList based on argument type? 0.00
Pass java.lang.Object as Parameter +1.64
In Java, how can I create a variable that's only visible to the... +0.31
A method generates the expected results in JUnit but it says it is... 0.00
Null returns after the POST request 0.00
When are string literals allocated 0.00
Why is this class considered mutable? -0.03
Reverse number _order_ from a scanner input recursively 0.00
DST while using EST time zone in java code -3.01
Do we have to override equals/hashcode for enums which are put in a... 0.00
Is memory to array allocated on stack or heap in java? -0.78
How can i use replaceAll in java using characters like "{ }&qu... 0.00
Use String.split() function to display the details 0.00
Is converting to String the most succinct way to remove the last co... +1.12
OOP Nomenclature: what's the name for the full type name in Cur... -0.64
How do I get the time zone id from a time zone -0.53
Char casting in java +0.28
Use Objects.hash() or own hashCode() implementation? +0.71
java.util.ConcurrentModificationException in a Servlet +0.29
Most efficient way to convert Enum values into comma seperated String +1.15
Why interface methods can't be static in class that implements... -1.39
Using an object within its own constructor +1.09
Return data type the same as class name via superclass? +1.06
Return data type the same as class name via superclass? +0.06
Java Thread join with two threads and a static variable +1.00
unlocking a lock.tryLock with timeout +1.27
Do we need synchronization on a private static Map object if multip... -0.44
why need Generic type then type reasure though we can use Object Pojo +0.73
How to prevent printing the comma in this enhanced forloop -0.16
Shuffling ArrayList in multiple threads +0.30
Operator '+' cannot be applied to 'T', 'T'... -1.35
How java allows to add Integer and Double instance? +1.42
Why didn't JList parameterization break compatibility in Java? 0.00
Why do I get false from equals method? -0.63
How to compare Chinese characters in Java using 'equals()' -0.45
Why can I not let my program run my method over and over (while loo... +0.31
Arrays acting as objects? +1.23
Why does this serialization logic fail with 'unmatched serializ... 0.00
Generics with parameterized collections? 0.00
Why wouldn't it always work to properly sum two float values? +1.22
Issue with dry run for a short algorithm (recursion) +0.34
Do not delete duplicates on LinkedHashSet -0.42
Given a super number a=12435 and a normal number b=45. check if the... -0.19
How can I optimize this chunk of code 0.00
Why does my random number only return 0? +1.07
Java - Same method from parent but using individual attributes of e... 0.00
Java generic method signature -0.44
Why does "println" exist when we can use "\n"? +0.67