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

Stop with the unsafe internal Java API calls, or the JDK will stop it for you

If you use any Java internal APIs in your code, it is time to stop. And if you don’t stop on your own, Oracle will stop it for you.

by adminNovember 14, 2018
dummyCategory, Videos

Devoxx

https://www.youtube.com/channel/UCCBVCTuk6uJrN3iFV_3vurg

by adminNovember 14, 2018
Articles, dummyCategory

Difference between final, finally and finalize in Java – HowToDoInJava

Learn about difference between final, finally and finalize in detail. In short, final is a keyword, finally is a block and finalize is a method.

by adminNovember 14, 2018
Articles, dummyCategory

Upcoming Book: Vert.x in Action (MEAP) – RHD Blog

Julien Ponge’s upcoming book, Vert.x in Action: Asynchronous and Reactive Applications in Java, is now available from the Manning early-access program (MEAP). Read the article for the exclusive Red Hat Developer discount code.

by adminNovember 14, 2018
Articles, dummyCategory

Introducing Amazon Corretto, a No-Cost Distribution of OpenJDK with Long-Term Support | Amazon Web Services

Java is one of the most popular languages in use by AWS customers, and we are committed to supporting Java and keeping it free. Many of our customers have become concerned that they would have to pay for a long-term supported version of Java to run their workloads. As a first step, we recently re-affirmed […]

by adminNovember 14, 2018
Articles, dummyCategory

Build a Mobile App with React Native and Spring Boot

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

by adminNovember 14, 2018
Articles, dummyCategory

Java extends vs implements keywords – HowToDoInJava

In Java, extends is used for extending a class and implements is used for implementing the interfaces. It’s main difference between extends vs implements.

by adminNovember 13, 2018
Articles, dummyCategory

Ballerina language promises to improve app integration – Coffee Talk: Java, News, Stories and Opinions

The Ballerina language, promises to streamline integration development for enterprise apps.

by adminNovember 13, 2018
Articles, dummyCategory

Solving Memory Leaks without Heap Dumps – Marcus Hirt

– By Marcus Sometimes you may not want to do a heap dump. You may be running in an environment which is sensitive to latencies. Or….

by adminNovember 13, 2018
dummyCategory, Events

Meetup: De impact Java 11 en de migratie van Java 8 naar Java 11 – CJIB ICT | NLJUG – Nederlandse Java User Group

Meetup CJIB ICT De impact Java 11 bij het CJIB en de migratie van Java 8 naar Java 11 De impact Java 11 bij het CJIB en de migratie van Java 8 naar Java 11 Datum: 22 november 2018 Tijd: 17.30- 21:00uur Locatie: Auditorium CJIB, Tesselschadestraat 55 te Leeuwarden   Sinds de release van Java …

by adminNovember 13, 2018
Articles, dummyCategory

Sneak Peek of JDK Mission Control 7 Tutorial – Marcus Hirt

– By Marcus Even though JMC 7 is not GA yet, I thought I’d make the upcoming JMC Tutorial available on my GitHub. Hopefully this w….

by adminNovember 12, 2018
Articles, dummyCategory

Java synchronized keyword – Java Concurrency – HowToDoInJava

Java synchronized keyword marks a block or method a critical section. A critical section is where one and only one thread is executing at any given time.

by adminNovember 12, 2018
Articles, dummyCategory

IDE approach to log analysis pt. 2

IntroIn the first part I explained the theoretical approach to log analysis that I think is best f…

by adminNovember 12, 2018
Articles, dummyCategory

Java instanceof – Java type comparison operator – HowToDoInJava

Java instanceof operator (also called type comparison operator) is used to test whether the object is an instance of the specified type – class or interface

by adminNovember 12, 2018
Articles, dummyCategory

Top 10 Java stories of October: The IBM/Red Hat bomb, Angular v7, new Python IDE & more – JAXenter

It’s time to go through the most clicked news of October! The list is long and we’ve got a few honorable mentions so let’s get cracking.

by adminNovember 10, 2018

Posts navigation

Older posts
Newer posts

© 2021 JavaReads.com. ALL RIGHTS RESERVED.

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