Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in jls
Why in Enum hashCode() refers to the Object hashCode() implementaion, instead of ordinal() function? [duplicate]
Jul 05, 2021
java
enums
hashcode
jls
Is boolean interned in Java?
Oct 05, 2018
java
jls
Why do try/catch or synchronized in Java require a statement block? [closed]
Oct 24, 2022
java
jls
What is the exact meaning of final-field-safe context in JLS
Jul 12, 2021
java
final
jls
Example for a correctly synchronized program with data races in Java memory model
May 14, 2019
java
memory-model
jls
Was there ever a "breaking change" in the Java language specification?
Mar 18, 2021
java
jls
changing final variables through reflection, why difference between static and non-static final variable
Oct 14, 2022
java
reflection
static
final
jls
Is there any formal definition of constants?
Feb 03, 2022
java
jls
Is it legal to use `record` as a variable name even though it's a keyword?
Sep 12, 2022
java
jls
java-17
java-record
Illegal static interface method call
Apr 08, 2022
java
java-8
jls
Why does this exceed the 65,535 byte limit in Java constructors and static Initializers?
Aug 08, 2010
java
jls
What does it mean for an expression to contain "at most one side effect, as its outermost operation"?
Jan 25, 2022
java
jls
Java Bounded Generics: Type inference bug? (Method invocation, JLS 15.12.2.7)
May 18, 2020
java
generics
compiler-errors
type-inference
jls
Is a member interface in a class declaration implicitly public?
Oct 25, 2022
java
jls
Why do interfaces extend Object, according to the class file format?
Nov 16, 2022
java
jvm
jls
Is it possible to specify default value for annotation field of another annotation type?
Jun 20, 2019
java
annotations
jls
Why usage of prefix incrementation is considered better than postfix incrementation in standard for construction
Mar 10, 2022
java
checkstyle
jls
What are the formal conditions for a wildcard parameter in a Java generic type to be within its bounds?
Sep 24, 2022
java
generics
jls
Which part of JLS said anonymous classes cannot have public/protected/private member classes
Feb 09, 2022
java
inner-classes
access-modifiers
anonymous-class
jls
Java 8 ambiguous method reference for generic class
Feb 02, 2022
java
generics
java-8
jls
« Newer Entries
Older Entries »