Blog about Programming, Design, Java, Tutorial, Examples, Interview Questions, Java 5, 6, 7, 8, 9 features, multithreading, Linux, UNIX and tips.
Category: Articles
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?
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.
How to write a C like Sizeof function in Java
If you have just started learning Java and came from C background then you might have noticed some difference between Java and C programmin…
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.
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…
Java Maven :101 Stop Building Java Programs the Hard Way!
Java: Secrets of Building and Managing Java and Java Spring Projects. Learn to use the Java Build Tool – Apache Maven.
Speed Up Services With Reactive API in Java EE 8
Services can often be optimized with asynchronous processing even without changing their behavior to…
3 Programming Languages Java Devs Can Learn in 2018
If you are a Java programmer and are thinking of learning some more programming languages to expand your knowledge and skill, but you are…
FREE! – LIMITED TIME! Docker and Containers: The Essentials
Get up to speed with all of the essentials of containers and Docker. Course is alpha release chapters 5-8 coming soon. – Free Course
Microsoft launches Azure IoT Edge out of preview
Microsoft announced a major update to Azure IoT Edge, its cloud solution for internet of things devices. It’s exiting preview and gaining support for new hardware devices, management services…
The best web programming languages for development
What are the best web programming languages to both learn and develop with? Here, we compare web technologies and explain why certain web programming languages are loved, while others are scorned.
String Deduplication of G1 Garbage collector to Save Memory from Duplicate String in Java 8
You might not be aware that Java 8 update 20 has introduced a new feature called “String deduplication” which can be used to save memory f…