Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Maljam
Maljam has asked
4
questions and find answers to
9
problems.
Stats
158
EtPoint
31
Vote count
4
questions
9
answers
About
Medical student by day, recreational programmer by night.
Maljam questions
Weird behaviour of bit-shifting with byte in Java
Why does Arrays.asList return a fixed-size List?
Why is (a*b != 0) faster than (a != 0 && b != 0) in Java?
Maljam answers
the difference between 2d array
Finding shortest possible substring that contains a String
Can we initialise static variable inside constructor?
Permutations of binary number by swapping two bits (not lexicographically)
Searching a 2D Array at sublinear time [duplicate]
Java - Split String by Number and Letters
Using hash maps to create a table in Java
Regex repeated character (\\1 doesn't work) [duplicate]