Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Keppil
Keppil has asked
2
questions and find answers to
162
problems.
Stats
5.1k
EtPoint
1.9k
Vote count
2
questions
162
answers
About
Currently working as a Java developer, but interested in all programming areas.
Keppil questions
Why does splitting on `(?!^)` and `(?<!^)` produce the same answer?
How do I get Comparator.comparing to correctly infer type parameters?
Keppil answers
intersecting each element of a list<string[]> with one another
How to insert array into hashtable w/o initializing in Java?
Why doesn't autoboxing work in this case with generics? [duplicate]
Regular expression does not match newline obtained from Formatter object
Strange runtime error declaring instance of class Java
Java- Using invokeAll to get future results in order but only for some threads
PriorityQueue Comparator type conflict with Arrays.sort()
Java syntax error while trying to learn for loops
Why can't I lazy-initialize static long array like this in java?
Java/reflection - where's error?