A networking framework that evolves with your application – apple/servicetalk
Category: Home
Containerizing Apps with jlink
A JDK utility greatly facilitates containerizing your applications.
The new ValueType in Java: Why value types are important
Java, as it is now, has two different types of data—primitives and objects. In the coming releases, there will be a new type that is called ValueType.
Top 5 Course to Learn Ansible for DevOps in 2019 – Best of Lot
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
SOAP and RESTful – Best Books to Learn Web Service in Java
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Talk – Devoxx Belgium 2019
Johan Vos Gluon Johan Vos started to work with Java in 1995. He was part of the Blackdown team, porting Java to Linux. His main fo….
Top programming languages for November 2019: C gets an A+ – JAXenter
November 2019’s TIOBE Index sees a few changes, including a slight rise for C and Python. TIOBE predicts that it is possible for C to overtake Java.
Tutorial: Reactive Spring Boot Part 2 – A REST Client for Reactive Streams | IntelliJ IDEA Blog
Posted on November 4, 2019 by Trisha Gee This is the second part in our tutorial showing how to build a Reactive application using….
Java byte array of 1 MB or more takes up twice the RAM
Running the code below on Windows 10 / OpenJDK 11.0.4_x64 produces as output used: 197 and expected usage: 200. This means that 200 byte arrays of one million elements take up approx. 200MB RAM.
A Closer Look at the Java Generic Factory Pattern – DZone Java
Click here to learn more about the Java Generic Factory! In this post, we focus on example implementations and best practices for this pattern.
Java BufferedInputStream
The Java BufferedInputStream class provides transparent reading and buffering of larger chunks of bytes from an underlying InputStream. This buffering is invisible to the user of the Java BufferedInputStream.
Jakarta EE 9 – signs point to a big bang – JAXenter
Bill Shannon, Architect at Oracle, presented a first draft for Jakarta EE 9, now the subject of intense discussion about what happens next for Jakarta EE.