StackRating

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

Nathan Hughes

Rating
1579.98 (3,004th)
Reputation
75,249 (1,116th)
Page: 1 ... 7 8 9 10 11 ... 33
Title Δ
Possible synchronization issue due to code rearrangement by compiler +0.74
Java volatile variable multithreading behavior +1.23
Java difference between AtomicInteger addAndGet() and getAndAdd()? -1.15
Consequences of no constructor in java OOP -0.57
Managing the product count in the database +0.44
Java create a unique ID for each instantiated object using instance... +0.83
Fastest way to get ResultSet to private strings? -0.84
Java - JDBC - DB2 - "CLI0129E No more handles" -0.09
Spring MVC Service class NullPointerException -0.61
What is the correct way of creating a defensive copy in a constructor -0.61
Variable reuse in java -0.12
Two short-lived threads vs. Executor +1.58
Java Class Misuse - Best Practices +0.81
Java - Synchronized methods causes program to slow down massively +0.73
Property file is not found and throwing exception? -0.60
How to stop thread from continuing to execute infinite loop +0.40
How to use a super(variable) instantiated in constructor? -0.72
Understanding findAll in Groovy -2.27
Writing a Tester Class to test a compiled file 0.00
Comparing Strings in while loop -0.20
Is this code not thread safe? +0.38
Hashcode returning same values for different references +0.41
Order of throws exceptions in Java -1.14
Begin and Rollback transactions with JdbcTemplate -0.09
Passing values to another class 0.00
Java synchronization on Object. Why doesn't this deadlock? -1.56
What am I missing in this recursive function in java 0.00
Does this code have a race condition? +0.39
Why does a "try without catch" not satisfy the "hand... +0.14
Cons of using setters during construction of classes? 0.00
why i can use set to change private member,but can't use = -0.64
What is the Life Cycle of an Object created inside / outside a Serv... 0.00
Proper unit testing technique 0.00
Code after synchronized block in java +0.39
Java - making a static reference to a non-static method +0.98
Why should I use Exception handlings in Java? -1.09
Use Of polymorphism? +0.86
What does it mean to return a value after calling wait()? +0.40
Upcasting in Java for non primitive types -0.22
Why are the get methods crossed out in this code? 0.00
Transaction atomicity in Spring +0.76
Give (an) example(s) of something bad that happens with a 'catc... +1.02
Java uncovered switch statements in a method. Does the method need... +0.37
Static binding and dynamic binding with no methods +1.35
What is the proper way to do integration testing in Spring MVC and... +0.41
What is this Oracle SQL Syntax ${}? +0.40
(Terminology) "Contended" vs "Contented" Locks 0.00
Struggling to understand the concept: Threads communicate primarily... +0.41
Understanding Threads +1.28
When I inherit from Thread, does every method in the class run on t... -0.10