StackRating

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

Crazyjavahacking

Rating
1490.56 (4,407,024th)
Reputation
6,197 (26,292nd)
Page: 1 2 3 4 5 6 ... 7
Title Δ
Is mocking filesystem necessary? 0.00
Get from object or use variable +1.16
Instanciate a vector of a type with subtype 0.00
Why List<List<Integer>> list = new ArrayList<ArrayLi... 0.00
Why do 2 Object have diff hash codes, but 2 String have the same ha... +0.06
How to sort an ArrayList with object using stream().sorted() +0.51
Netbeans and Java. Import jar and use main method inside it 0.00
Neo4j or SQLite to hold a folder structure? -2.00
Framework for combining components 0.00
Exception in thread "main" java.lang.IndexOutOfBoundsExce... -0.67
How would you call a static method? +0.26
Why dir.mkdir() requires no exception handling, when file.createNew... 0.00
How can we create an object with same name as its class? 0.00
Unit Test in Java of a Guava Function used to trasform two objects... 0.00
Statement Vs. Block -0.38
In Java, can 1 instance variable have 2 potential values? -0.25
Where to put resource in java project and how to read from resource 0.00
JAVA graphics button 0.00
Must these short methods be synchronized in Java? -1.08
An example of Event-Driven architecture? +0.50
Removing repeated objects from ArrayList +0.58
Is there a way to connect two programs located on the same machine... -2.31
Java is not finding the class -0.45
Remove part of string after or before a specific word in java +1.28
Special Java characters in String -0.61
Why cant we have wrapper class objects as constant? -1.01
Isn't exception Drawback of Callable interface? -2.16
How to organize different java source folders in netbeans (for test... 0.00
Interface, abstract class, and the implementation 0.00
How to name a Java package as a student -0.28
Why is overloading not implemented at runtime? +3.05
Unseen initialized objects in another class in Java 0.00
calling super.equals() in derived class while overriding equals +2.68
Java eqivalent method of "splice(a,b,...)" in JavaScript... -0.29
Cannot find java. Please use the --jdkhome switch 0.00
Add element in a ArrayList 0.00
Variable might not be initialized +0.48
How simple is too simple for a (nested) class? 0.00
How to move the text to the next line in the JLabel without HTML? -0.36
What is more efficient? An If Else or a HashMap? -0.37
Dynamically invoke a method from a varying class -0.53
Reading an object from a file, than add to an arraylist 0.00
How to count number of destroyed objects in java? +1.41
BufferedReader/FileReader is not finding path correctly even with t... 0.00
Is it a good practice to use Optional as an attribute in a class? -1.37
Should if(a&&b) take more time than if(a) if(b)? -1.34
Coding Style for User defined Exception in java -2.25
Import Neo4J API in Netbeans +0.09
JAVA incompatible types: Object cannot be converted to my type -1.05
Testing for generic type in equals() method +0.24