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
Does the Java JLS specify promotion of primitive wrapper types?
Aug 30, 2022
java
jls
Order of automatically imported packages and ambiguity
Apr 19, 2019
java
import
jls
How to fully qualify a class whose package name collides with a local member name?
Sep 23, 2022
java
visibility
java-7
jls
Lambda accessibility to private methods
Apr 06, 2022
java
reflection
lambda
java-8
jls
Java - implementing multiple interfaces with same method and different return types
Jan 28, 2022
java
interface
overriding
jls
How does the JLS specify the terms "abstract method", "concrete method" and "default method"?
Oct 28, 2022
java
default
abstract
jls
Happens-before and reordering of volatile
Feb 25, 2022
java
multithreading
java-memory-model
jls
Can an Atomic compare and exchange overwrite a lazy write without seeing it?
May 28, 2019
java
concurrency
jls
java-memory-model
When is it legal to compare Objects and primitives with '==' operator?
Oct 29, 2019
java
operators
autoboxing
jls
Example 8.1.2-1 Of Java Language Specification(Mutually Recursive Type Variable Bounds)
Jul 12, 2021
java
recursion
jls
Java inheritance: the strict default-abstract and default-default conflict rules
Sep 14, 2022
java
inheritance
java-8
jls
What's the difference between getVolatile and getAcquire?
Feb 09, 2022
java
jls
Why can't the Java compiler infer Iterable<String> from the contraints Iterable<? extends CharSequence> and () -> (Iterator<String>)
Aug 17, 2022
java
lambda
type-inference
jls
language-lawyer
Final Fields Semantics in Threads
Oct 22, 2022
java
multithreading
thread-safety
final
jls
Are Java arrays class instances?
Aug 30, 2022
java
arrays
oop
jls
Which part of the Java Language Specification describes the behaviour of omitted varargs?
Oct 21, 2022
java
variadic-functions
jls
Java final field compile-time constant expression
May 01, 2022
java
final
jls
Mark separate dimensions of an Array with Annotations
Jul 15, 2021
java
annotations
java-8
jls
« Newer Entries
Older Entries »