Java 11 Features Anish Antony 6 years ago 0 JEP 309: Dynamic Class-File Constants The Java class-file format will be extended to support a new constant pool form, CONSTANT_Dynamic. ... Read More
Java Streams Interview Questions Anish Antony 6 years ago 0 How to convert a list of object into map using java streams? The key of the map become a property in the object You can use Collectors.t... Read More
Spring Core Interview Questions Anish Antony 6 years ago 0 What is the use of Spring Framework? Spring is the most popular application development framework for enterprise Java. Millions of dev... Read More
OCJP Preparation - IO and Serialization Anish Antony 6 years ago 0 1. Given the program What is the result? A. Compilation fails. B. An exception is thrown at runtime. C. An instance of Forest is ser... Read More
OCJP Preparation - Java Inner Classes Anish Antony 6 years ago 0 1. Given the program What is the output? A. 2 B. 3 C. 1 2 D. 2 3 E. 1 2 3 F. Compilation fails. G. An exception is thrown at r... Read More
OCJP Preparation - Garbage Collection Anish Antony 6 years ago 3 Given the program When the doSomething method is called, after which line does the Object created in line 9 become available for garb... Read More
OCJP Preparation - Exception Handling Anish Antony 6 years ago 0 Given the program what is the result? A. 0.0 B. Compilation fails. C. A ParseException is thrown by the parse method at runtime. ... Read More