Skip to content
  • Twitter

Your daily dose of community recommended contents for Java!

{ javaReads }

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

Category: dummyCategory

Articles, dummyCategory

How to compare two ArrayLists in Java – HowToDoInJava

Learn to compare two arraylists in Java with simple examples. We will first test if two arraylists are equal or not then find the difference between lists.

by adminSeptember 25, 2018
Articles, dummyCategory

Best way to convert Primitive Array to List in Java8 and Classic toString(), Iterator way • Crunchify

Java8 Stream() is an amazing util class with lots of functionalities. We have published almost ~30+ Java8 Stream related tutorial on Crunchify and this

by adminSeptember 24, 2018
Articles, dummyCategory

Part 1: Java to native using GraalVM

One of the most amazing projects I’ve learned about this year is GraalVM.I’ve learned about this project during Devoxx Poland (a Polish d…

by adminSeptember 23, 2018
Articles, dummyCategory

Guide to Java EE JTA | Baeldung

Learn how to execute multi-resource transactions with Java EE JTA.

by adminSeptember 23, 2018
Articles, dummyCategory

Top 3 JVM languages Java Programmer Should Learn in 2018

If you are a Java programmer and thinking to learn some more programming language to expand your knowledge and skill, but not sure which pr…

by adminSeptember 23, 2018September 23, 2018
Articles, dummyCategory

20 Useful Libraries Java Programmers Should Know – DZone Java

This post introduces the top 20 open source libraries that Java programmers should be using, with libraries pertaining to logging, unit testing, HTTP, and more.

by adminSeptember 22, 2018September 22, 2018
Articles, dummyCategory

Step-by-step SOAP web services example in Java using Eclipse

In this world of containers and microservices, we place a great deal of emphasis on REST-based services. But there is still a place for SOAP-based web services as well. This step-by-step SOAP web services example in Java using Eclipse shows the ins and outs of modern SOAP-based development.

by adminSeptember 22, 2018September 22, 2018
Articles, dummyCategory

Call Methods at Runtime Using Java Reflection | Baeldung

A quick and practical guide to runtime method invocation using the Java Reflection API.

by adminSeptember 22, 2018
Articles, dummyCategory

Hibernate performance tuning tips – Vlad Mihalcea

Learn the most common Hibernate performance issues and various performance tuning tips to boost up application performance.

by adminSeptember 22, 2018
Articles, dummyCategory

Java EE Adoption Interview With Hamed Hatami – DZone Java

In this post, we take a look at one developer’s insights into the world of Java EE, explaining his thoughts behind using this platform for app development.

by adminSeptember 22, 2018
Articles, dummyCategory

Automatic Tracing of Java EE Applications With WildFly 14 and Jaeger – DZone Java

In this tutorial, we demonstrate one way to enhance your Java EE applications by enabling automatic tracing capabilities with Wildfly 14 and Jaeger.

by adminSeptember 22, 2018
Articles, dummyCategory

How to remove element from ArrayList in Java – HowToDoInJava

Learn to remove element from ArrayList. Remove element at specifed index, or element value. Remove all elements from arraylist for spcified value example.

by adminSeptember 22, 2018
Articles, dummyCategory

How to implement the Elvis operator in Java 8?

I have the classic “Elvis operator” case, where I’m calling methods that each may return null and chaining them together:thing?:nullableMethod1(a)?:nullableMethod2(b)?:nullableMethod3()In Java …

by adminSeptember 22, 2018
Articles, dummyCategory

Java String contains() method example – HowToDoInJava

The Java String contains() searches case sensitive substring in given string. It returns true if substring are found in the string otherwise returns false.

by adminSeptember 22, 2018
dummyCategory, Videos

Java Modularity: the Year After : Sander Mak

by adminSeptember 22, 2018

Posts navigation

Older posts
Newer posts

© 2021 JavaReads.com. ALL RIGHTS RESERVED.

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