StackRating

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

Chetan Kinger

Rating
1577.65 (3,231st)
Reputation
11,908 (12,411th)
Page: 1 2 3 4 ... 8
Title Δ
What pattern to use when reusing functions 0.00
Thread safety of enum constants used for connecting to different da... 0.00
Is this class following the Single Responsibility Principle? +1.62
How to sort an object Array using a custom Comparator interface in... -0.79
How does the Decorator pattern chain method calls? +0.73
How to delete Thread object from an array? 0.00
Return class of a generic class +0.41
Why can't overriding methods specify a type parameter if the ov... 0.00
Static and non static methods with the same name in parent class an... +1.47
Difference between "public static" and "private stat... -1.11
Do we need to synchronize writes if we are synchronizing reads? +1.92
Closing the Selector when server is shutting down 0.00
Why can't we call asList() on an array reference directly? +0.42
Memory effects of synchronized keyword in Java +1.43
Java concurrency for periodic database batch insert 0.00
How to pass constants to a method? -0.16
What can polymorphism do that inheritance can't? +1.08
Converting a generic List to an Array. Why do I need use clone? +1.19
Method overloading : Single parameter vs alternating parameters +2.05
ExpectJ exception on expectinator.spawn 0.00
What property type converters come built-in with Spring? -2.05
Using default interface method from SPI in versions prior to Java 8 0.00
Iterate through a 2D array as if it were a 1D array using Iterator +0.82
Populate map in a thread safe way and pass that map to another meth... -1.72
Why does my array contain the same elements? 0.00
Decorator Pattern : Why do we need an abstract decorator? -0.56
Why doesn't my consumer consume Integer values? (Producer-Consu... +0.88
Unchecked cast warning when two generic parameters have the same up... 0.00
Adapter pattern : Why would we need to subclass the Adaptee? 0.00
Avoid memory allocations while getting neighbors in a DFS/BFS algor... +0.42
A list contains at least one value from another list (Java 8) 0.00
What is the point of overloaded Convenience Factory Methods for Col... -0.28
Group a list of composite objects +1.17
Get all the rejected additions to a Set +0.73
Optional method implementation in an abstract class -0.04
Decorator pattern : Detaching responsibilities 0.00
Double checked locking over HashMap (Is this code thread safe?) -0.08
Circular dependency in Spring injection - Is this bad design? 0.00
How to design a nested polymorphism in OOP? +0.43
Reusable implementation of equals and hashCode +0.43
Using collections instead of classes -0.39
Good object oriented design example in Java -0.29
Same field name different data types how to check if empty -0.63
Generics Type paramenter depends on itself +2.07
Invoking overriding method that throws Checked exception +0.53
Else If's logical equivalence +1.12
Changing the object on which an iterator was created -0.05
Same erasure but not the same type. 0.00
indexOf always returns -1 +0.93
How can i print all content of one Array in one line? +0.65