python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Lambda expressions and anonymous classes don't work when loaded as hidden classes
I am trying to compile and load dynamically generated Java code during runtime. Since both ClassLoader::defineClass and Unsafe::defineAnonymousClass have serious drawbacks in this scenario, I tried us...
Duff
Votes: 0
Answers: 2
In what scenarios should I use JEP334 (JVM Constants API)
I'm learning Java 17, and with JEP334 (JVM Constants API), I know how to get ClassDesc, MethodTypeDesc, MethodHandleDesc, DynamicConstantDesc.
But what can these objects do?
In what application scenar...
musan
Votes: 0
Answers: 1
Is there a JEP for Optional?
I like to learn about Java's features by taking a look at the corresponding JEP. Is there a JEP for Java's Optional? I wasn't able to find anything searching this list for Java 8 features.
nistel
Votes: 0
Answers: 1