StackRating

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

haoyu wang

Rating
1496.99 (3,992,416th)
Reputation
180 (494,667th)
Page: 1 2
Title Δ
Java URL constructor ignores path segment -1.78
Spring Kafka limiting number of messages to be consumed in a time p... -1.69
Can I access data of type passed to generic base class referencing... +3.96
Error using generic return type (incompatible types: cannot be conv... -4.08
Difference between sendRedirect(test.jsp) and sendRedirect(/test.jsp) 0.00
Do we need sessions if we are using tokens -0.01
How to debug why my objects/arrays code in Java is not adding items... 0.00
Two threads updating the same object, will it work? java +1.16
how to update value of instance variable JAVA -4.07
Join completable future to current thread on exception 0.00
Having trouble understanding what this test case code is doing 0.00
Finding the lowest and largest number in a nested loop -2.22
ConcurrentHashMap does not work as expected -1.30
Kafka Consumer Error On Calling Rest Call 0.00
How to get messages from Kafka Consumer one by one in java? +3.96
How to decode this json object data in java +1.86
How to make a singleton by generic type with class argument in Spri... -3.61
Is there any way to iterate a var in- System.out.println(here);? //... +4.02
In Spring Boot, can we pass anchor tag, as a variable, through URL... 0.00
How do I locate or get parent of child in tree 0.00
Can PrintWriter be used with sudo permissions? 0.00
Lambda expression and equivalent anonymous class 0.00
How can I fix my code to find a certain character in an array and m... -0.04
a method to get the runtime of another method 0.00
How to use junit5 with gradle 4.5 0.00
Why the inheritance class methods print 0 and null in Java? +0.49
How to check if the user inputs anything other than a number? -0.04
Im using generics in java to find the maximum value of an array but... +0.57
(JAVA) How do I get this method to work with an enumeration? 0.00
Error message: (Cannot add or update a child row: a foreign key con... 0.00
Why the parent class will call the subclass method in java? +1.96
Pass class with parameter into Class<T> 0.00
How to define a class that features a generic parameter which exten... -3.31
Converting the code into a function and link problem 0.00
KafkaConsumer.commitAsync() behavior with a lower offset than previ... +4.20
Does a .jar file need all of the classes installed on a machine to... -3.86
How can I count the number of HTTP method calls in my REST API and... +3.99
Why Class.forName() in static code terminate the process when using... -4.33
Java equals confusion +4.18
Time complexity of traversing an array 0.00
Why doesn't the scanner class recognize the other numbers? +0.29
Catching IOException in JUnit +1.00
Refactor my Java code to replace attribute access to getters and se... 0.00
Can not get the actual line in my code causing the error 0.00
JAVA Stream API usage 0.00
"BufferedInputStream" vs "FileInputStream with confi... -1.74
readLine() returns null even though file has content +1.12
will server fail cause client lost their update? 0.00
Avoid sharing static vars among servlets -3.79
How to Retrieve Only Year in servlets while having resultset from t... +4.05