Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Katona
Katona has asked
7
questions and find answers to
14
problems.
Stats
402
EtPoint
125
Vote count
7
questions
14
answers
About
Katona questions
Running ECMAScript 5 compliant javascript on Java 7
guava's ImmutableList is not really immutable
Contravariance in Kotlin
Performance of 2D array allocation
Why doesn't the JVM simply terminate instead of throwing OOME?
Katona answers
Running ECMAScript 5 compliant javascript on Java 7
Why are arrays covariant but generics are invariant?
Java Memory usage - primitives [duplicate]
java generics - cast to List<SomeType> issues unchecked cast warning while cast to SomeType not
Returning Collection<? extends Type> vs Collection<Type>
Java priority queues and comparable interface
How to remove elements in an arraylist start from an indicated index
Concurrently accessing different members of the same object in Java
How Can I Pipe the Java Console Output to File Without Java Web Start?
What is meant by "the erasure of the static type of the expression on which it is called" in the getClass() docs?