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 2 3 4 ... 33
Title Δ
Is my SQL version determined by the database I'm accessing or b... -1.42
Why "List<? super Integer> myList" as an argument i... -1.01
Why do we need notify() for inter thread communication -0.05
Lock release after calling interrupt -0.20
Spring transaction not being created when invoking @Transactional m... 0.00
Java Multithreading synchronized usage 0.00
Threads not waking up after notifyAll() is called +0.37
Difference between a global variable and an injected variable? +2.16
Java wait() and notifyAll() resume oldest Thread +1.28
JPA code that supports statless and stateful usages 0.00
What is best way to recover data from database? +0.99
How to get ThreadPoolExecutor to execute immediately in Java +0.38
simple == instead of doubleToLongBits +0.39
Structuring Relational databases - combining similar and related ta... +0.38
Is it necessary to cover POJO by tests according to TDD? -0.14
Java instance variable resolution in Java is confusing; +0.89
different behaviors of java.lang.Object.wait() 0.00
One class will not import into anther class how to fix this problem? +0.14
Why do we not mock domain objects in unit tests? +1.16
does findall() not always pull values from the database? -0.11
My SQL prepared statement to get sum of points by certain id? 0.00
Recursion problem - is this solution correct, and is there a simple... -0.97
Why isn't my object cast to interface not calling default method? -1.11
How using POJO helps Spring 0.00
What To Unit Test -0.95
Does Java monitor's wait set has a priority over entry set? 0.00
Why in Java BlockingQueue doesn't have if clause on notify? 0.00
Count and print unique list items in one chain using Java Streams +0.45
How we used to develop web applications when spring framework was n... 0.00
Difference between Locks and .join() method +1.64
Create database from user input with prepared statement to prevent... +0.39
Java: Why are accessible non-static variables from a static methods... -1.26
Working with multiple services/controllers in spring +0.39
SAXParser implementation with IBM Websphere dependency 0.00
Too few items for a table? -0.12
What's the difference between an associative entity and an enti... +0.39
Groovy - if statement in list 0.00
When is DI not suitable to use 0.00
What's difference between request's thread and program'... -0.66
Is this Java thread locking concept bad? -0.18
Pros vs Cons - HibernateUtil vs @Autowired SessionFactory +1.83
Should repositories in Spring Boot applications be tested directly? +0.95
How to differentiate between Database connection failure errors vs... 0.00
I created a basic CRUD GUI with Hibernate, but I get "index ou... 0.00
Best practice or any performance implication for assignment vs mult... +0.38
What is happening when calling wait() method -1.48
Java 8 and Garbage Collection 0.00
If this is not thread safe in what ways can I make it thread safe? +1.76
How to abstract away JDBC code when I need to populate from ResultS... 0.00
Does notifyAll removes wait from loop without checking condition? -0.10