Skip to content
  • Twitter

Your daily dose of community recommended contents for Java!

{ javaReads }

  • Articles
  • Videos
  • Open Source Projects
  • Events
  • Presentations
Articles, Home

Bitwise operation not concatenating with string in print() in Java

This code int a = 6;System.out.print(“The result is ” + a*a);works just fine, but this oneint a = 6;System.out.print(“The result is ” + a^a);produces an exception: Exception in thread …

by adminDecember 5, 2018
Articles, Home

Hibernate 5 Java Configuration Example – DZone Java

Configuring Hibernate 5 is a snap. We take a look at how to do this using Java configuration instead of XML.

by adminDecember 5, 2018
Articles, Home

Java vs Python in 2018 – Detailed Comparison

The world is fast moving and so the technologies. Each and every aspect of our lives depends upon te…

by adminDecember 5, 2018
Articles, Home

The Top 100 Java Libraries in 2018 – Based on 277,975 Source Files | OverOps Blog

What are the most popular libraries Java developers use? 2018 edition.

by adminDecember 4, 2018
Articles, Home

Give Me a break, or: How to Make Awesome Puzzlers with Java 12

Java 12 provides, in experimental form, a switch expression and new forms of the switch and break st…

by adminDecember 4, 2018
Articles, Home

How to Solve Your Java Performance Problems (Part 1) – DZone Java

We take a look at how you can solve your Java performance problems using the Performance Diagnostic Methodology (PDM) and how to detect a memory leak.

by adminDecember 4, 2018
Articles, Home

Serverless, Java and FN Project, first steps

Serverless isn’t a new thing, but it is fair to say there is still a lot of hype about it and how it…

by adminDecember 4, 2018
Articles, Home

Functional Java by Example | Part 6 – Functions as Parameters

This is part 6 of the series called “Functional Java by Example”.The example I’m evolving in eac…

by adminDecember 4, 2018
Articles, Home

Top 5 Java 8 Tutorials, Courses, and Books – Hacker Noon

A curated list of some of the best resources to learn Java 8 Programming like lambda expression, method references etc.

by adminDecember 3, 2018December 3, 2018
Articles, Home

Ways to Iterate Over a List in Java | Baeldung

Review different ways to iterate through a List in Java

by adminDecember 3, 2018
Articles, Home

Build a Simple CRUD App with Spring Boot and Vue.js

“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building …

by adminDecember 3, 2018
Articles, Home

Apache Camel 2.23 released

Yesterday Apache Camel 2.23 was released which most noteworthy new feature is support for Spring Boo…

by adminDecember 3, 2018
Articles, Home

How to Secure Payara Server with Apache

This blog will demonstrate how to secure Payara Server with Apache over HTTPS on Ubuntu.

by adminDecember 3, 2018
Articles, Home

In JDK 9 (and well 8) and above everything can be a stream

In JDK 8 we finally got to use streams and everything was good apart from the times when the API you…

by adminDecember 3, 2018
Articles, Home

APIGEE – An Introduction to API Gateway

In this article I want to give brief introduction about APIGEE. Mainly APIGEE offers below functiona…

by adminDecember 3, 2018

Posts navigation

Older posts
Newer posts

© 2021 JavaReads.com. ALL RIGHTS RESERVED.

  • Articles
  • Videos
  • Open Source Projects
  • Events
  • Presentations
Powered by Akka