Search code examples
Type variable declared outside the static initialiser within the static initialiser...

javajlsstatic-initializer

Read More
When can I use "==" operator?...

javareferenceequalityjls

Read More
Lambda expression and method overloading doubts...

javalambdajava-8overloadingjls

Read More
JLS 8 regarding keyword super and protected members...

javasuperjls

Read More
Java 8 ambiguous method reference for generic class...

javagenericsjava-8jls

Read More
In Java, why can't I write i++++ or (i++)++?...

javaincrementdecrementjls

Read More
Are the early versions of the Java Language Specification and VM specification available online?...

javajls

Read More
Initialization order of final fields...

javaconstructorfinaljls

Read More
Which Java Errors and Exceptions may (not) be thrown by "empty statements"?...

javaoperating-systemjvmvirtual-machinejls

Read More
Is a write to a volatile a memory-barrier in Java...

javaconcurrencyvolatilejls

Read More
Overriding and weaking access modifiers...

javaoverridingjls

Read More
JLS: section 5.2 Assignment Conversion (chain of conversions)...

javajls

Read More
Final fields initialization order...

javajls

Read More
Defining Java Constants using Bit-Shift Notation...

javaconstantsbit-shiftjls

Read More
What operations may (not) throw StackOverflowError?...

javaoperating-systemjvmvirtual-machinejls

Read More
What else are permitted extraordinary java method names?...

javajls

Read More
How should I read the syntax descriptions in the JLS?...

javajls

Read More
Java protected modifier...

javajls

Read More
Why does Java allow "public static final" in nested classes for simple types and not array...

javajls

Read More
Why do try/catch or synchronized in Java require a statement block?...

javajls

Read More
How should I approach adding a feature to the Java language?...

javacompiler-constructionjls

Read More
Is the Java compiler allowed to be flow sensitive for static calls?...

javajls

Read More
How does the JVM initiate the fields in super and sub classes?...

javajvmjls

Read More
equals() method of Object class...

javaoopjls

Read More
What is the contained statement?...

javajls

Read More
Java grammar definition completeness...

javagrammarjls

Read More
Java Bounded Generics: Type inference bug? (Method invocation, JLS 15.12.2.7)...

javagenericscompiler-errorstype-inferencejls

Read More
Is it a good practise to remove a function instead of making it stay there with a deprecated annotat...

javadeprecatedjls

Read More
In Java, is an expression assignable to a declared variable iff. it can be passed as a parameter dec...

javavariable-assignmentjls

Read More
What is the exact meaning of final-field-safe context in JLS...

javafinaljls

Read More
BackNext