Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Andreas
Andreas has asked
0
questions and find answers to
343
problems.
Stats
10.2k
EtPoint
3.6k
Vote count
0
questions
343
answers
About
Long time Java WebApp (JSP) developer with experience in database design and writing/optimizing SQL.
Andreas questions
Andreas answers
How to reverse a certain number of objects in a Linked List?
How do you format an exception in slf4j?
Comparator.reverseOrder() vs Collections.reverseOrder()
Reason for using CharSequence as parameter in String replace method
Collectors.maxBy(Comparator.naturalOrder()) doesn't compile although Long is inferred
In java is there any good way to replace part of a byte[] with a byte[] of different length?
Difference between single quotes and double quotes in java?
How to DELETE using multiple WHERE clauses [SQLITE]
memory allocation in collection of 1 million references in java
If else redundant code to a simpler form