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
158
problems.
Stats
4.9k
EtPoint
1.8k
Vote count
2
questions
158
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
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?
What's wrong with my split() and its regex?
Wrong Output for java.text.SimpleDateFormat while Reading "yyyy-MM-dd'T'HH:mm:ss.SSSSSSZZZZZ"
Why SQLQuery setParameter cannot use LIKE?
Why static block are executed later?