Learn Android App Development with Android 8 Oreo by building real apps . Migrating existing app to Android Oreo ,Nougat – Free Course
Category: Articles
Complete Java programming Masterclass 2018 : Zero to Mastery
The complete java course that will guild you to master java programming, java GUI, JDBC & become java certified in 2018
Default, Defender or Extension Method of Java 8 with Example
Java 8 now allows you to add non-abstract method implementations to interfaces by utilizing the default and static keyword. Methods with …
OpenJ9 XL Heap
Are you looking to run a Java application with OpenJ9 that requires a large heap size (more than ~57GB)? OpenJ9 SDKs with noncompressed references are here! OpenJ9 SDKs with noncompressed reference…
Can we overload static method in Java Program – Example
Blog about Programming, Design, Java, Tutorial, Examples, Interview Questions, Java 5, 6, 7, 8, 9 features, multithreading, Linux, UNIX and tips.
Eclipse OpenJ9 in Containers
There has been a lot of talk about Java not behaving properly when running in a docker container. Many blogs like this cover the problems that Java faces in containers. Although these talks are tar…
JPA and Hibernate enum mapping with annotations and the hbm.xml file – Coffee Talk: Java, News, Stories and Opinions
Ever since they were introduced in Java 5, enums have been catching developers off guard. How do you perform JPA and Hibernate enum mapping with annotations or even XML files? It’s actually not that hard. Here’s a JPA and Hiberante enum mapping example.
Latest and greatest: Elasticsearch 6.3.0 features Java 10 support – JAXenter
Elasticsearch version 6.3.0 is out now and has some new updates that are worth downloading. Take a look through the release notes and see what’s fresh.
Desktop UIs Will Stay Alive Thanks to Web Technologies
To understand what’s wrong with Java desktop apps, let’s take a look at the new features of JavaFX, …
Java EE Security API (JSR 375/Soteria) with JWT tokens
The Java EE Security API 1.0 is a new spec for Java EE 8 that aims to bridge some of the gapsthat have traditionally been left unspecified and provides the new way to define or configureidentity stores and authentication mechanisms.
Building a serverless url shortener with Azure Functions and Java, part one | Jonathan Giles
I’m a Java engineer who doesn’t really know the intricacies of cloud development as well as my ‘Cloud Developer Advocate’ job title suggests that I should. That is why I’m such a fan of Azure Functions – it makes the concept of serverless programming a possibility for Java developers. Serverless is one of those odd marketing terms, but what it essentially boils down to, as my colleague Jeremy Likness likes to say, is that it is ‘less server’ – which sounds perfect for me! 🙂 To better understand Azure Functions, I set out to build a URL shortener app, so that I could take a long URL like and replace it with a short url like . I’m not the first Microsoft Cloud Developer Advocate to do this, as it seems like one of those projects people like to do when they first encounter serverless programming 🙂 You can read Jeremy’s blog about how he built a URL shortener in C# (he’s put a lot more hours into features than me, so there
A Quick Easy Guide to Deep Learning with Java – Deeplearaning4j / DL4J – opencodez
In this article, we will take a brief look at Deep Learning with Java. We are going to build our first simple neural network using Open-Source, Distributed, Deep Learning Library for the JVM Deeplearning4j or DL4J Introduction to Deep Learning Machine Learning is taking over the web. It is trying to penetrate in almost every aspect of …
Performance of Java Mapping Frameworks | Baeldung
A practical overview of Java mapping frameworks and their performance.
Exact Conversion of Long to Int in Java
With all the shiny things (lambda expressions, streams, Optional, the new Date/Time API, etc.) to di…
Java 10 – Local Variable Type Inference
In this article we will see a Java10 feature called Local Variable Type Inference proposed as part o…