Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Rekha
Rekha has asked
9
questions and find answers to
0
problems.
Stats
40
EtPoint
0
Vote count
9
questions
0
answers
About
Rekha questions
Why doesn't line 4 generate an unchecked exception?
Why does a single object written to two different Streams represent two distinct objects when read back?
List l = new ArrayList<Number>(); The static type of l is List<Number>? What does that mean?
Why is the catch parameter implicitly final?
Behaviour of JVM during out of memory error? List s = new ArrayList<String>();
What does it mean to say "Java Modified UTF-8 Encoding"?
Size of java primitives on 32/64 bit jvm?
How are constructors called during serialization and deserialization?
Rekha answers