SpiceQA
Questions
Tags
Users
Badges
user_256196
@user_256196
0
reputation
0
answers
10
questions
About Me
// Hello, World !
Top Answers
How can I get the most frequent 100 numbers out of 4,000,000,000 numbers?
17 votes
How to write a method that takes in a List of Integer, Float, Double and calculate the average?
10 votes
How to launch a Java program with precisely controlled execution time?
9 votes
What is the point of a “sealed interface” in Java?
8 votes
Create a List of random Integers using Stream and sum all elements except the smallest?
7 votes
Top Questions
How does this print "hello world"?
169 votes
9 answers
Java generics parameter bounding to any of a range of types
16 votes
5 answers
Clearing LAST_INSERT_ID() before inserting to tell if what's returned is from my insert
15 votes
5 answers
Is there a way to execute a method during construction but after the constructor?
10 votes
1 answers
How to be reasonably sure a code block has been JIT compiled?
10 votes
3 answers