for loop has come a long way in Java 8 with new forEach() method in java.util.stream.Stream class. In this article, we will take a look…
Category: Home
Git cheat sheet
In this Git cheat sheet, we explore the most useful and frequently used git commands. Print the pdf and stop forgetting how does git rebase or other commands work with this 1-page git cheat sheet.
Oracle now requires a subscription to use Java SE
One-time licenses won’t be available for Java SE 8 or later, but separate support contracts also go away
Testing JavaEE With Servlet, JAX-RS, Batch, and Microprofile – DZone Java
This tutorial demonstrates the backward capability of Java EE and its ability to implement a new artifact using Microprofile API through file uploads and batch jobs.
100+ Data Structure and Algorithm Interview Questions Answers for Programmers
Blog about Programming, Design, Java, Tutorial, Examples, Interview Questions, Java 5, 6, 7, 8, 9 features, multithreading, Linux, UNIX and tips.
Java’s Magic Sauce – Azul Systems, Inc.
Right from the beginning, Java has contained internal APIs, not intended for general development use. Since JDK 1.4, sun.misc.Unsafe is probably the most notorious. What would Java be like, and how successful would it have been without this?
Introduction to Java Bytecode – DZone Java
Follow along this deep dive into JVM internals and Java bytecode to see how you can disassemble your files for in-depth inspections.
EclipseCon Talks Now Available to Watch
EclipseCon Talks Now Available to Watch 27 Jun 2018 You can now watch Ondrej Mihalyi, Payara Support Engineer and Steve Millidge, ….
5 Annotations Every Java Developer Should Know – DZone Java
A Java developer takes a look at five different annotations that play a big part in the Java language with which all Java devs should familiarize themselves.
Hot Shot 004: Migration Advice for Java 10 [Podcast] – DZone Java
Familiarize yourself with the important components of JDK 9’s module system and get some advice to migrate your code base to Java 10 as Java 11 draws close.
What to Expect in Java 11
The last few years have been tumultuous for the Java world, with a diverse range of features being a…
ibm/blockchain-application-using-fabric-java-sdk
blockchain-application-using-fabric-java-sdk – This code pattern demonstrates to create, deploy and test a blockchain network using hyperledger fabric sdk java.
Deferred Execution with Java’s Consumer
In an earlier blog post (“Deferred Execution with Java’s Supplier”) I referenced Cay Horst…