It’s 24th December now and only a few days have left in the year 2017. It’s a good time to look back and retrospect what you have achieved …
Category: dummyCategory
Master Java Web Services and REST API with Spring Boot
Learn to develop RESTful and SOAP Java Web Services with Spring and Spring Boot in 90 easy steps
How to Use if/else Logic in Java 8 Streams | Baeldung
Learn how to apply if/else logic to Java 8 Streams.
Intro to Ahead Of Time Compilation
This post is meant to serve as an introduction to Ahead Of Time (AOT) compilation in OpenJ9. It does not delve too deeply into the technical details and subtleties involved in implementing AOT comp…
How to implement singly linked list in Java using Generics
Linked list is a popular data structure for writing programs and lots of questions from linked list is asked in various data structures an…
From 0 to 1: Data Structures & Algorithms in Java
Learn so you can see it with your eyes closed
In Java How to Find List of all Class Names from inside .jar File? – Jar Class Finder Utility with Java Reflection • Crunchify
This tutorial will be very interesting. Last week I was working on a Java Project which requires me to have list of Classes from .jar file. With the help
Developers favor JVM languages for mobile, enterprise
JVM languages — programming languages that run on the Java Virtual Machine (JVM), such as Kotlin, Clojure, Groovy and Scala — are increasingly popular with software developers that seek Java-like functionality without actually using Java, according to a recent RedMonk report.
The best Course to Learn Spring Security 5 for Experienced Java Developers
If you are a Java Spring developer and working with Spring Security then you may be familiar with the “Learn Spring Security” course by Eu…
“Yo… Ask Me Anything” – Panel of NY Senior Java Developers
The panelists discuss thoughts on the latest trends in Java, the new release model, modules, modern garbage collectors, Kotlin for the enterprise, Eclipse stewardship of JEE and the rising complexity of the Java source language.
@ParameterizedTest with null values in @CvsSource
Writing parameterized tests in JUnit 4 was pretty cumbersome. JUnit 5 introduced several useful impr…
ArrayList clear() – Empty ArrayList in Java – HowToDoInJava
ArrayList clear() method is used to removes all of the elements from the list. The list will be empty after this call returns.
Weekly round-up: Java 12 news, TypeScript 3.1, Angular v7 RC & more – JAXenter
Every Monday we take a step back and look at all the cool stuff that went down during the previous week: JDK 12 news, TypeScript 3.1, Angular v7 RC & more
Java 11: A New Way to handle HTTP & WebSockets in Java!
Once upon a time, using the Java SE (Standard Edition) APIs to do common HTTP operations such as REST API calls might have been described…
Java Annotated Monthly – October 2018 | IntelliJ IDEA Blog
Posted on October 9, 2018 by Trisha Gee The main news so far has been the release of Java 11. It’s not a large release in terms o….