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
What parts of the JLS justify being able to throw checked exceptions as if they were unchecked?
Sep 04, 2022
java
exception
generics
jls
checked-exceptions
Final fields initialization order
Sep 04, 2022
java
jls
Testing initialization safety of final fields
Nov 14, 2022
java
multithreading
thread-safety
final
jls
What does "qualified this" construct mean in java?
Sep 02, 2022
java
jls
What is the difference (or relation) between JLS, JSR and JEP? [closed]
Sep 02, 2022
java
jls
jsr
jep
Is it true that every inner class requires an enclosing instance?
Sep 02, 2022
java
class
jls
Return value of assignment operator in concurrent code
Sep 02, 2022
java
concurrency
variable-assignment
jls
Java in operator
Sep 19, 2022
java
syntactic-sugar
jls
in-operator
Is `1/0` a constant expression in Java? [duplicate]
Nov 21, 2022
java
compiler-errors
java-8
openjdk
jls
why Integer.MAX_VALUE + 1 == Integer.MIN_VALUE?
Sep 01, 2022
java
integer
integer-overflow
twos-complement
jls
Case sensitivity of Java class names
Aug 29, 2022
java
jvm
jls
Anonymous-Inner classes showing incorrect modifier
Aug 28, 2022
java
final
anonymous-class
jls
Lambda expression and method overloading doubts
Aug 27, 2022
java
lambda
java-8
overloading
jls
Is "public static final" redundant for a constant in a Java interface?
Aug 28, 2022
java
interface
static
final
jls
Why does Java bind variables at compile time?
Sep 05, 2022
java
inheritance
jls
How to create a class literal of a known type: Class<List<String>>
Aug 26, 2022
java
generics
jls
If you overwrite a field in a subclass of a class, the subclass has two fields with the same name(and different type)?
Aug 26, 2022
java
subclassing
jls
Order of execution of parameters guarantees in Java?
Aug 25, 2022
java
operator-precedence
specifications
jls
Why can't we access static content via uninitialized local variable?
Nov 19, 2022
java
static
initialization
local-variables
jls
Why no static methods in Interfaces, but static fields and inner classes OK? [pre-Java8] [duplicate]
Aug 17, 2022
java
interface
jls
« Newer Entries
Older Entries »