I get this error when try to run my Android application and I am not using Kotlin at all, application is written in Java…Class kotlin.reflect.jvm.internal.FunctionCaller$FieldSetter can not acc…
Category: Articles
Serverless – simply an approach to building modern applications?
If you search for “serverless” you find that serverless is a new popular way to build modern applica…
JDK Bug System Time Wasters
Several possibilities of the message’s possible contents crossed my mind when I saw the title of Jesper Wilhelmsson ‘s message ” Introducing…
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
Difference between compact strings and compressed strings in Java 9
What are the advantages of compact strings over compressed strings in JDK9?
Real Microservices with Java EE – Oracle Developers – Medium
Microservices is one of the most important buzz-words that we have in the software industry today. Not surprising because many big…
Support Services for Payara Server – Derived from GlassFish
Payara Support Lifecycle policy ensures longevity of your Payara Server investment, provides you with 10 years of support and a well-defined lifecycle model maintaining stability of your production environment.
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…
Top 10 Java stories of August: Gearing up for JDK 11 – JAXenter
August is over and done. Don’t worry if you were on holiday, we’ve got all the top Java stories that you might have missed last month.
Constructor references in Java (& method references too) – JAXenter
Constructor references are new additions to JDK 8. Adrian D. Finlay explores how developers can unlock the true potential of constructor references.
It’s time to put a spotlight on ZGC and dim Nashorn’s star: Java influencers weigh in – JAXenter
In the 4th part of our Java interview series, we talk about the door that closes & the one that opens. Can you guess what technologies we’re talking about?
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…
Guide to Java EE JTA | Baeldung
Learn how to execute multi-resource transactions with Java EE JTA.
High-Performance Java Persistence – Introduction Module
Learn the basics of JPA and Hibernate and how to get the most out of your data access layer.
A Guide to Java Sockets | Baeldung
This tutorial introduces Java sockets programming over TCP/IP with an actual Client/Server application.