StackRating

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

Marko Topolnik

Rating
1661.22 (417th)
Reputation
153,482 (364th)
Page: 1 ... 14 15 16 17 18 ... 67
Title Δ
Using Java ReadWriteLock to synchronise cached data - whether to ma... +0.19
Can we cast a vector containing superclass Objects into a vector co... +0.29
What ways of calling methods give me the best performance 0.00
Java 8 streams and maps worth it? -0.75
Is this a bug in Files.lines(), or am I misunderstanding something... -0.48
Updating min variable: min(a,b) vs. if statement +1.50
Guaranteed write a member variable value to memory without marking... -1.29
Confusion with generics, java -0.71
Adequate number of threads for a networking/database job 0.00
Cloneable throws CloneNotSupportedException -0.41
Is Try-Catch More or Less Expensive Than Try-With-Resources +1.56
Is it possible to get submap for unsorted map without loop? +0.50
How to avoid throw clause in finally block +0.60
Comparison method violates its general contract while sorting 0.00
Convert UTF-8 Unicode string to ASCII Unicode escaped String 0.00
Reference anonymous inner class from other class file -2.34
Checking if all numbers in range are found in the array Java -1.32
In Java what is the point of invokevirtual, if anyway the index of... 0.00
Java new String and new StringBuilder in heap behavior +0.33
Thread memory management of ConcurrentHashMap -2.94
output Map.Entry<Sentence, Integer> in descending order with... +0.27
Contradiction between Overriding and exception -2.18
What could be the use of synchronizing the simple getter? +1.07
Generics in HashMap implementation -1.58
Does lambda expression work as an implementation of abstract method... +0.08
Is this code thread safe in a Spring application? +1.28
Single- and double-check lazy initialization 0.00
Should I close Streams created with java.nio.file.Files.newInputStr... 0.00
How to wait for all tasks within a ThreadPoolExecutor to finish wit... +0.29
Spring @Autowired comes as null 0.00
Java big object garbage collection 0.00
AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/apache/x... 0.00
Howto check if a TreeMap contains a specific object? +0.77
NoClassDefFoundError on executing AsyncTask 0.00
How to extract substring from a string using regex? -1.65
Generic classes and Class<T> +1.72
Is it safe for a method to return a Stream<T>? 0.00
why we use prefix "java.io." everytime and not import jav... -1.39
Java Interlocked Threads +0.27
How to declare enum as a type? -2.26
Method overloading with primitives and their wrappers +0.28
Trying to Continue the program when it returns file not found excep... +0.28
Why Java do not support sorted by value? 0.00
Lexically inclosing type of a class 0.00
Polymorphism - correct understood? (JAVA) +2.48
Protected keyword java -2.68
String.format() adding 2 blank spaces when arguments are empty stri... 0.00
Performance differences between list of objects vs consumers 0.00
Happens-Before relation in Java Memory Model +1.14
Why is the result of a reduction different for a sequential and a p... 0.00