Eclipse Foundation reaches a key Jakarta EE milestone with the release of its own GlassFish application server
Category: dummyCategory
10 Things Java Developer Should Learn in 2019 – The Startup – Medium
Want to start the year off right? Here is a range of topics you can tackle to make yourself a better Java developer from Java 11 to…
Solving Java Memory Leaks Live Class 2019-02-04
Stop those leaks before the OutOfMemoryError hurts you
How to Count Number of Leaf Nodes in Binary Tree – Java Iterative and Recursive Algorithm
You can use the same algorithm to count a number of leaf nodes in the binary tree which we have used in the last article, while printing al…
How to use Java’s functional Consumer interface example – Coffee Talk: Java, News, Stories and Opinions
The functional consumer interface is a key part of the Java Streams API. Here is a simple Consumer interface example to show you how to use this Java component.
How to Find Square Root of a Number in Java – Algorithm Interview Question
Write a program to calculate the square root of a number in Java or C++ is one of the popular coding interview questions from Programming j…
Building Microservices with Eclipse MicroProfile | Baeldung
Eclipse MicroProfile is an initiative that aims to optimize Enterprise Java for the Microservices architecture. We will use MicroProfile to build a simple RESTful microservice.
Simplest way to generate logs in Java using java.util.logging’s SimpleFormatter and XMLFormatter • Crunchify
Java comes with lots of utilities. In this tutorial we will go over simplest way to generate log files using SimpleFormatter and XMLFormatter. On
JPA 2.2 Support for Java 8 Date/Time Types | Baeldung
Have a look at how to use the java.time package classes with JPA
3 Best Practices Java Developers can Learn From Spring Framework
There is no doubt that Spring Framework is one of the most popular Java frameworks and makes it really easy to create real-world, enterpris…
IntelliJ IDEA 2019.1 Early Access Program is open! | IntelliJ IDEA Blog
Posted on January 24, 2019 by Zlata Kalyuzhnaya It’s time to get started on the Early Access Program for IntelliJ IDEA 2019.1 and ….
Convert a Float to a Byte Array in Java | Baeldung
1. Overview In this quick tutorial, we’ll explore a few examples of using Java to convert a float to a byte array and vice versa. This is simple if we convert an int or a long to a byte array as Java Bitwise Operators works only on integer types. However, for a float, we need to use another layer of conversion. For instance, we can use APIs provided by the Float class or ByteBuffer class of java.nio package. 2. Float to Byte Array Conversion As we know, the size of a float in Java is 32 bit which is similar to an int. So we can use floatToIntBits or floatToRawIntBits functions available in the Float class of Java. And then shift the bits to return a byte array. Click here to learn more about bit shifting operations. The difference between both is floatToRawIntBits preserves Not-a-Number (NaN) values as well. Here shifting the bits has been done through a technique called Narrowing Primitive Conversion. Firstly let’s have a look of the code with Float class function: public static
7 things Java programmers need to watch for in 2019 | Packt Hub
We take a look at the 7 significant things a Java programmer should look forward to in 2019. Releases, conferences, and more.
Extreme Java Camp mit Heinz Kabutz | Startseite
Das Intensivtraining für Java-Profis mit Dr. Heinz Kabutz | 11. – 15. März 2019 in München | Präsentiert von Entwickler Akademie & Java Magazin