StackRating

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

nits.kk

Rating
1460.34 (4,528,465th)
Reputation
3,379 (49,960th)
Page: 1 2 3 ... 6
Title Δ
Understanding == operator for Object Comparison in Java 0.00
Access a subclass from an interface +0.56
How to call a subclass method from super's associated class +1.48
Wait until the thread finish -0.97
Superclass obj = new subclass(); meaning and casting +0.56
What's the time complexity of using for loop to iterate 2D array? -0.63
My Array isn't being filled the way I want it to, how would I f... -0.99
How to Create ArrayList of Neighbors to Coordinate Node in Undirect... -1.53
How does 1 2 3 come at the end? -0.77
sonarlint is forcing to declare constant of a final class as protec... +0.31
Store all values of Duplicate Key in Map +0.02
Java: constructor variables vs variables visible at the class-level -1.16
How to use returned value which isn't a variable -0.14
What happens when a subclass object is assigned as a superclass obj... +0.56
What is the importance of abstract class that extends from another... +0.26
Decorator design and factory design patterns +1.62
How to find an element in a list of lists -1.37
Kth smallest Element and Kth Element? -0.56
Sockets -- Different bytes from python and java 0.00
Is Inversion of Control a pattern? 0.00
How to define abstract method in interface with different class nam... -0.01
Template pattern but with one of the classes not implementing the m... -0.06
Role of == operator in Java checking memory address -0.15
Creating an ArrayList from superclass but containing objects from e... -0.80
TreeMap -- How to find the number of words that begin with each let... -1.00
Convert enum within one class to another in Java +0.56
Inner classes can access even the private members of the outer clas... -0.73
Method overloading produce java.lang.StackOverflowError -0.91
Overload method with subclasses as parameters but have the method c... +0.26
Setting an instance variable to an instance of the class itself +0.04
What is a softly reachable object? +0.58
Thread.join() does not work when executing the Thread by ExecutorSe... -0.87
How create my own custom Interface using Java with Example -0.20
Most efficient way to call a method from another class +1.32
how add method of list interface works when there is no body for it... 0.00
java: can synchronized block interleave? -0.91
Understanding Java constructor with no parameter but with class var... +0.16
Sorting array with many equal values java -1.64
Create instance in class or get object from outside, which on is tr... +0.58
Searching the sum of a Key inside an ArrayList (Java) 0.00
How would you update the values in a hashmap based on prior conditi... -1.39
Counter HashMap to remove less counter value -0.23
Java Thread: According to sun there are only four stages in thread... +0.29
Should I return 'object-argument' from a method that modifi... 0.00
Using strategy design pattern with an abstract parameter +0.52
Which class does "super" keyword refer to? -1.10
Why unnecessarily initialize a variable? -0.56
Why can't I cast Map<TypeA, TypeB> to Map<Object, Obje... 0.00
How to create a shorter array based on another? -0.49
Error when accessing method from subclass +0.04