StackRating

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

Amit Bera

Rating
1531.66 (17,112th)
Reputation
4,063 (41,257th)
Page: 1 2 3 ... 6
Title Δ
How do I check if two strings are equal in Java when either one of... +1.42
Getting StackOverflowError when define instance variable of same cl... +0.25
synchronize within a static method - Is this a class level lock? +0.44
How can I make the following class immutable? +0.11
can't replace a char for a "null" within a string usi... -0.04
Can anyone please explain how this is working? +0.18
Can adding equals() and hashCode() method spoil something +0.03
What does map.put return? +0.69
How most effective add some info to list with multiple threads in J... -1.51
How to re-write count-up loop with system.out in stream API -0.28
Is there a global setting in the Java Compiler to disable deprecati... -0.81
Java/Kotlin - differentiating identical qualified names from differ... 0.00
Question about exception (try-catch) within a loop -0.05
ExecutorService - A different output from debug and from run in Ecl... -1.91
Thread-safe HashMap of Objects with Nested ArrayList 0.00
When are computed the functions inside an Enum's variable? -1.39
Spring Dependency for ResponseEntityExceptionHandler -0.06
How to get the queue size of the executor in real time +0.63
SchduledExecutorService not executing UncaughtExceptionHandler when... 0.00
Parallelly 100 executions without loop counter using Stream +2.08
Passing byte arguments to overloaded method +1.73
Does @Asynchronous work in abstract class? 0.00
Init static variable in synchronized block for all the threads, rea... -1.20
How can I find position of first char 's' in the string wit... +0.97
Race condition: Min and Max range of an integer -0.10
Is deletion less costly if linear probing is employed than in the c... 0.00
Are class methods duplicated a million times if I have a million in... +1.85
String immutability - (concat and assigning a new value) -0.21
Prototype spring bean giving me only one instance of the class +0.47
Configuring threadpool size in a service 0.00
ExecutorService submit method returned futures not maintaining the... 0.00
Timeout with CompletableFuture and CountDownLatch +2.20
Java Arithmetic expression -1.16
In a hashmap, the addition of a new element to the internal linked... 0.00
/Main.java:15: error: incompatible types: possible lossy conversion... +1.05
How can java class instance be added with string? -1.68
What is the ideal position of placing @Cacheable annotation in serv... 0.00
Return same implementation of List as passed in parameter 0.00
Thread executing run() method twice 0.00
Binary addition of Strings +1.82
How can i cast to a class the currect class extends from 0.00
Define constant "Value" for enum string values -0.54
How to use a lambda to filter a boolean array in Java -0.76
CompletetableFuture order of execution 0.00
How to check for a substring in a Hashmap values -0.27
Sorting List of Objects by long property +0.41
Why autowired object is null when the method using it is called fro... 0.00
How to insert some data into an array of index of a class with for... +0.13
How come the output for the set is the same as the List. I thought... -0.08
Compiler not Recognizing that I've implemented the compareTo()... -0.27