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.
Category: dummyCategory
Devoxx
https://www.youtube.com/channel/UCCBVCTuk6uJrN3iFV_3vurg
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.
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.
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 […]
Build a Mobile App with React Native and Spring Boot
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building …
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.
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.
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….
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 …
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….
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.
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…
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
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.