Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Karol Dowbecki

Karol Dowbecki

Karol Dowbecki has asked 1 questions and find answers to 227 problems.

Stats

4.8k
EtPoint
1.4k
Vote count
1
questions
227
answers

About

Mostly working in java projects, usually with spring-boot.

See my: LinkedIn Profile, Github Profile, Blog


  • Does Java JIT cheat when running JDK code?
  • Why indirect increment is faster than direct inc?
  • Why does array[idx++]+="a" increase idx once in Java 8 but twice in Java 9 and 10?