StackRating

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

Narendra Pathai

Rating
1528.35 (20,108th)
Reputation
24,877 (5,144th)
Page: 1 2 3 ... 10
Title Δ
Why contains() method on ArrayList always returns false? 0.00
What to do when instance is deleted from outside? 0.00
Cache flush on synchronized entry ,exit and volatile read and write +2.12
Is there any Hamcrest Matcher for java.util.Optional? -0.39
Application hangs when I invoke join inside CyclicBarrier callback -0.49
Is 'Fruit...' a valid class name in Java Naming convention? +0.15
Restrict string creating object every time +1.03
How to return ResultSet in SQL Wrapper class +2.29
how to use inheritence in ArrayList in java? 0.00
Multiple java threads on a 2-core Mac - Slow 0.00
Design Pattern Decorator -0.02
Decoupling 3rd party code from application in java +1.95
Java : If A extends B and B extends Object, is that multiple inheri... +0.34
Thread safe for static function -0.47
Design Patterns - Linking an Enum to an instance of a class -0.34
Design Pattern : Applying behavior on objects of different family 0.00
How to pass ArrayList of different types to method? +0.91
Why is data.entrySet().iterator() ordered in a different order, com... -0.21
Instantiating a class which has generic params? +0.47
Java program crashes with StackOverflow when using bubble sort of a... 0.00
Running a program outside Eclipse +1.66
MySQL JDBC loadbalance and failover 0.00
run threads simultaneously +0.47
How to access data in InputStream as String? +1.01
Compare arraylist objects in java -0.05
Behaviour when incrementing a Java long past the maximum -0.34
ConcurrentHashMap putIfAbsent() is returning null +1.21
How to cast list<object> to list<MyType> in java? -0.69
How do I import jboolexpr-src-1.2.jar? -0.20
Can I use generics wildcard in List declaration? +1.72
The difference between passing interface reference and class refere... -1.48
J2ee-threads running in tomcat server +1.84
Locking by synchronization -0.08
How to return generic interface reference as output of factory method -0.43
When to use <T> in generic method's declaration -1.40
Disable log4j logging to console 0.00
Nearly always write classes with no state as singletons? +0.45
Is there any case when NPE and IAE get handled differently? +1.15
Junit parameterized tests using file input +0.49
Is this object mutable? -0.90
Is "new String()" immutable as well? +1.15
Java program deleting directories with a JButton +0.47
Why do we implement marker Interface even if they doesn't contain a... +0.58
Why calling a generic method with different types gives compiulatio... -1.05
Java synchronized methods for a single thread -0.56
Conflict between separating logic and polymorphism +1.35
Why constant strings use intern()? +0.36
Factory for helper classes with static methods? 0.00
How move first item of arraylist to last position? +1.98
Is CopyOnWriteArrayList enough for keeping shopping cart thread-saf... +1.01