Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scjp

Do strings used in a System.out.println also create new immutable objects?

eclipse java multithread program debugging

scjp

Why do static and instance init blocks in Enums behave differently from those in Classes

Thread object constructed by runnable overrides the run method

java scjp

Interface is not allowed inside methods

java methods interface scjp

Confusion over Java's pass-by-value and immutability

Inconsistent behaviour of primitive integer types in Java

java primitive-types scjp

SCJP: can't widen and then box, but you can box and then widen

java scjp

What is a Contract in Java

java scjp

char and byte with final access modifier - java

java char byte primitive scjp

Why can we use array with generic reference

java generics jakarta-ee scjp

Which run first? default values for instance variables or Super Constructors?

How does Java handle String objects in memory?

java string scjp

Java6, Guava, generics, type inference

Java wildcard strange behaviour when class is generic

java generics wildcard scjp

java IS-A relationship exam question confusion

Protected member behavior once it was inherited.

java LinkedHashSet

java hash scjp linkedhashset

Java - When is it a compiler error and when is it a runtime exception?

Redefining static method in child class

java inheritance static scjp