Search code examples
Java Language naming convention for .class files...

javajvmdocumentationjls

Read More
Why no static methods in Interfaces, but static fields and inner classes OK? [pre-Java8]...

javainterfacejls

Read More
Does adding enumerators into Java enum break ABI?...

javajvmabijlsjvm-bytecode

Read More
Is 'program order' in Java allows reordering?...

javamultithreadingvolatilejls

Read More
How do default and static methods work in java 8 interfaces?...

javajava-8jls

Read More
Preferred modifier order for annotated methods...

javajava-8annotationsjlstype-annotation

Read More
Java JLS, the supertype set of a type...

javatype-inferencejls

Read More
Is it an eclipse or maven-compiler-plugin bug, the generics Class cast issue?...

eclipsegenericsmaven-pluginjavacjls

Read More
Why Java methods with varargs identified as transient?...

javareflectionjls

Read More
Is the JDK documentation part of the language specification?...

javajls

Read More
Is there any formal definition of constants?...

javajls

Read More
Which part of the Java Language Specification describes the behaviour of omitted varargs?...

javavariadic-functionsjls

Read More
About reference to object before object's constructor is finished...

javamultithreadingconcurrencyfinaljls

Read More
Transformations of Java Compiler...

javajlsjava-memory-model

Read More
Reordering in happens-before relationship of JMM...

javaconcurrencyjlsjava-memory-model

Read More
Is making return type generic with same erasure binary compatible?...

javagenericsbackwards-compatibilityjls

Read More
Ambiguous overload in Java8 - is ECJ or javac right?...

javaeclipsejavacjlsecj

Read More
Volatile example from Java Language Specification returning surprising behavior...

javavolatilejls

Read More
Java 7 intersection types: what exactly does the specification say?...

javatypesjava-7intersectionjls

Read More
Is the left-to-right order of operations guaranteed in Java?...

javajvmoperator-precedencejls

Read More
How does the JLS grammar match simple field accesses (obj.f)?...

javajava-8language-lawyergrammarjls

Read More
Order of execution of parameters guarantees in Java?...

javaoperator-precedencespecificationsjls

Read More
Why this covariant return type declaration doesn't produce an unckecked warning?...

javajlscovariant-return-types

Read More
Most specific method with matches of both fixed/variable arity (varargs)...

javavariadic-functionsjls

Read More
Does the JLS require inlining of final String constants?...

javajava-8language-lawyerjavacjls

Read More
changing final variables through reflection, why difference between static and non-static final vari...

javareflectionstaticfinaljls

Read More
In java, when variables such as Long, long, Double ,double are autoboxing or unboxing, is reading or...

javamultithreadingatomicjlsjava-memory-model

Read More
Is boolean interned in Java?...

javajls

Read More
final non-null field becomes null...

javajls

Read More
What does "qualified this" construct mean in java?...

javajls

Read More
BackNext