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

MicroProfile Rest Client for Java SE

Introduction One of the cool specifications produced by the MicroProfile group is the Rest Client for MicroProfile  available from MP release 1.3. It builds on top of the Client API of JAX-RS and a…

by adminJune 21, 2018
dummyCategory, Slides

Why does Java 8 ZonedDateTime think 24:01 is a valid time string representation?

I need to get two ZonedDateTime instances representing the beginning and the end of the current week.ZonedDateTime currentDateTime = ZonedDateTime.now();ZonedDateTime startOfThisWeek = currentDa…

by adminJune 21, 2018
dummyCategory, Events

Devoxx Poland | Connecting the Dots

If you have any questions please contact us at [email protected] Our motto If you want to go fast, go alone. If you want to go far, g….

by adminJune 21, 2018
Articles, dummyCategory

First MicroProfile.io application using Java Module System

Embrace the JPMS power with MicroProfile.io applications

by adminJune 21, 2018
Articles, dummyCategory

ObjectOutputStream example: A Java object serialization tutorial – Coffee Talk: Java, News, Stories and Opinions

Java object serialization and deserialization is a neat feature of the SE platform that makes it easy to read and write instances of your JavaBeans to the file-system or across a network. In this ObjectInputStream and ObjectOutputStream example, we provide a quick tutorial to get you started with Java serialization.

by adminJune 20, 2018
Articles, dummyCategory

Java 11 JDK roadmap: The new features you can expect

CORBA, Java EE, and JavaFX support will be removed, but several new features are under consideration in addition to the 12 confirmed new capabilities

by adminJune 20, 2018
Articles, dummyCategory

Machine Learning in Java, part 2

Welcome to the second part of the tutorial for scoring your PMML files using  LightningScorer, which…

by adminJune 20, 2018
Articles, dummyCategory

FizzBuzz Solution in Java 8

FizzBuzz is one of the most famous programming question from interviews, which is generally used to weed out programmers who can’t program….

by adminJune 20, 2018
Articles, dummyCategory

Implementing a FTP-Client in Java | Baeldung

Learn how to easily interact with an external FTP server in Java.

by adminJune 20, 2018
Articles, dummyCategory

Be Reactive and Micro with a MicroProfile Stack

Be Reactive and Micro with a MicroProfile Stack

by adminJune 19, 2018
Articles, dummyCategory

Java Base64 Encoding and Decoding | Baeldung

How to do Base64 encoding and decoding in Java, using the new APIs introduced in Java 8 as well as Apache Commons.

by adminJune 19, 2018
Articles, dummyCategory

Convert String to Date in Java | Baeldung

Learn how to get an object representing a Date from a String in Java

by adminJune 19, 2018
Articles, dummyCategory

JavaFX Daily

A selection of articles, blog posts, videos and photos recommended by Michael Heinrichs

by adminJune 19, 2018
Articles, dummyCategory

JDK 8 BigInteger Exact Narrowing Conversion Methods

In the blog post “Exact Conversion of Long to Int in Java,” I discussed using Math.toIntEx…

by adminJune 19, 2018June 19, 2018
Articles, dummyCategory

How to Visualize Java Module Graphs – DZone Java

This tutorial demonstrates how to visualize a Jigsaw module graph in a Java application, which can be performed with a few basic commands.

by adminJune 19, 2018June 19, 2018

Posts navigation

Older posts
Newer posts

© 2021 JavaReads.com. ALL RIGHTS RESERVED.

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