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

Java remove extra white spaces between words in String

Learn to remove extra white spaces between words in a String in Java. Do not forget to check if string has leading or trailing spaces. Trim such Strings.

by adminSeptember 3, 2018
dummyCategory, Videos

Code One Preview: Automating with Groovy, and Fearless Java Deployment

by adminSeptember 3, 2018
Articles, dummyCategory

Understanding Jakarta EE: “Jakarta EE should address some of Java EE’s past shortcomings” – JAXenter

Confused about what’s going on with Jakarta EE? This interview series is meant to help you navigate through the changes. Our next guest is Sebastian Daschner

by adminSeptember 3, 2018
Articles, dummyCategory

Java 8+ stream: Check if list is in the correct order for two fields of my object-instances

The title may be a bit vague, but here is what I have (in privatized code):A class with some fields, including a BigDecimal and Date:class MyObj{ private java.math.BigDecimal percentage; pr…

by adminSeptember 3, 2018
Articles, dummyCategory

Java 8 StringJoiner Example – HowToDoInJava

Java 8 StringJoiner example to join list or array of strings, primitives such as integers and longs. Use StringJoiner with delimiter, prefix and suffix.

by adminSeptember 3, 2018
Articles, dummyCategory

JDK Language Feature Preview in Action: Switch Expressions

JEP 12 [“Preview Language and VM Features”] is described on its main page as follows: A preview language or VM feature is a new feature o…

by adminSeptember 3, 2018
Articles, dummyCategory

Appeals Court Refuses to Hear Latest in $8.8 Billion Java Copyright Dispute — ADTmag

And so, finally, after eight long years, can this really be the end of the seemingly immortal court battle between Oracle and Google over those 37 Java APIs? The answer is … probably not.

by adminSeptember 3, 2018
Articles, dummyCategory

Java StackTrace to String Example – HowToDoInJava

Java program to convert error stack trace to String. StackTrace to String conversion may be useful to print stack trace in custom logs.

by adminSeptember 3, 2018
Articles, dummyCategory

Oracle Java tutorial – possible error at answer to question

I’m new to Java, reading Oracle tutorial.After each section, there are questions and answers, and I don’t understand a sentence within one answer (see below bolded line).source is https://docs.o…

by adminSeptember 3, 2018
Articles, dummyCategory

How to Generate Java Thread Dump Programmatically • Crunchify

What is Thread Dump? The thread dump is a snapshot of exactly what’s executing at a moment in time in your Java Program. While the thread dump format and

by adminSeptember 3, 2018
Articles, dummyCategory

Java Iterator to Java 8 Stream

Sometimes during my work, I need to integrate with other libraries which they return an Iterator object instead of a list. This is fine…

by adminSeptember 3, 2018September 3, 2018
Articles, dummyCategory

Java AES 256 Encryption Decryption Example – HowToDoInJava

Learn to use AES 256 bit encryption to create secure passwords, and decryption for password validation.

by adminSeptember 3, 2018
Articles, dummyCategory

In Java How to Move all 0’s to end of Array Preserving Order of an Array? [2 ways] • Crunchify

I’ve been playing with a problem of moving all 0’s to end of Arrays in different interviews in various combinations. Sometimes I ask to move all 0 to

by adminSeptember 3, 2018
Articles, dummyCategory

Complete Java SE 8 Developer Bootcamp – OCA Prep Included

Master the Foundations of Java and the Topics of the Oracle Certified Associate, Java SE 8 Programmer Exam (1Z0-808)

by adminSeptember 3, 2018
Articles, dummyCategory

Builders and Manipulators

Here is a simple principle for naming methods in OOP, which I’m trying to follow in my code: it’s a …

by adminSeptember 3, 2018

Posts navigation

Older posts
Newer posts

© 2021 JavaReads.com. ALL RIGHTS RESERVED.

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