StackRating

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

Eran

Rating
1729.18 (69th)
Reputation
307,317 (111th)
Page: 1 ... 67 68 69 70 71 ... 172
Title Δ
Finding the minimum and maximum values in a user inputed array (Java) 0.00
Number of instances counter subclass 0.00
does default case MUST be included in switch statements in Java +0.91
No error! Can't find the solution with java.lang.StackOverflowE... +0.21
How does remove tail from singly Linked List in Java work +0.87
why the default value of p1 is set to 0 and is incremented by 1 eac... 0.00
Pass values from a constructor to a method -2.77
How to fix this array out of bounds exception +0.21
unable to understand: If either of the specified arrays contain the... +0.21
why can't convert an Integer array to an String array using pub... 0.00
Call static method on null object +0.74
Does inheritance across packages is possible? Also, how do we compi... 0.00
How can I get a recursive algorithm to return a value before it fin... 0.00
Inheriting a classes variable values in Java? +0.20
JAVA Eclipse "accessor" cannot be resolved to a variable 0.00
Why is this ArrayListStack throwing an EmptyStackException when it... +0.21
Convert HashMap key value (String) to Vector <String>? -2.74
Why can't I use final fields within an instance initializer blo... 0.00
How is the compare() method called, without calling it in main meth... +0.21
Where do I place the throws exception in chained overloaded constru... -1.80
Merge all list values together in a map -1.82
Issues when implementing compareTo() 0.00
Why Integer.MIN_VALUE is -2^32 while Integer.MAX_VALUE is 2^31-1? +0.22
Why does `System.out.println(null);` give "The method println(... +0.26
Initializing an object without new operator in java +0.23
Why I am getting ArrayIndexOutOfBounds exception? 0.00
Private member variable becomes null 0.00
ResultSet to HashMap 0.00
How to read this: public <T> T[] toArray(T[] array); +0.20
String#contains() and String#indexOf() not working 0.00
String replace is not printing the value in console 0.00
SortedSet of comparable types 0.00
How does converting signed integer to unsigned long work -1.14
Are the method calls inside if-checks "tested" and then &... +0.99
Why cannot I access the type field when using Collectors.toMap? 0.00
How to use compareTo to compare strings to get names in alphabetica... 0.00
Positional index implementation in JAVA 0.00
In Java, A.super.func(), what's the meaning of it?(Interface de... +0.83
Java - Yes/No Loop +0.70
Java- Command Line Loop +0.21
Java - ternary operator weird behaviour +0.54
Lambda Expression in java 1.8 -0.28
Could someone explain me the .getClass() method in java -1.36
Checking that a field in a List of Objects has a certain value? +0.44
switch( i ^ 3). what does this mean? +0.78
Java - Return an integer array -0.76
What is wrong with my recursive method for getting binary from int? 0.00
two Java interfaces with same method name but different return types 0.00
Java For() Loop Wrong Initial Value, Wrong Final Stopping Point 0.00
Why do I have to initialize a and b in this program? -1.31