Slowing economy and the recent trend of job cuts in India and elsewhere have made many programmers anxious about their job security. I rece…
In Production
In Production Payara Platform Production Resources Use the following resources and guides to evaluate Payara Platform’s production….
(PDF) Exploiting High-Performance Heterogeneous Hardware for Java Programs using Graal
PDF | The proliferation of heterogeneous hardware in recent years means that every system we program is likely to include a mix of compute elements; each with different characteristics. By utilizing these available hardware resources, developers can improve the performance and…
Helidon Takes Flight – Oracle Developers – Medium
Today is a great day. Today we introduce a new Java microservices frameworks and a new member of MicroProfile family. Please welcome…
Java is still available at zero-cost
The Java ecosystem has always been built on a high quality $free (zero-cost) JDK available from Oracle, and previously Sun. This is as true…
MongoDB Java API slow reading peformance
We are reading from a local MongoDB all documents from a collections and performance is not very brillant.We need to dump all the data, don’t be concerned why, just trust it’s really needed and t…
List of Top 20 Java Influencers in 2018 – Whizlabs Blog
Who are the most influential people in the Java domain? Here we bring the list of top 20 Java influencers, follow them on twitter now!
An Ingenious Workaround to Emulate Union Types in Java
Before I move on with the actual article, I’d like to give credit to Daniel Dietrich, author of the awesome Javaslang library, who has had the idea before me: Contravariant Generic Bounds It …
Payara Server Release Notes
See the release notes for Payara Server and Payara Micro. Payara Server – Open Source application server derived from GlassFish.
Java Annotated Monthly – September 2018 | IntelliJ IDEA Blog
Posted on September 7, 2018 by Trisha Gee Java 11 is due out this month, so you’d expect a lot of Java 11 news. There is some, bu….
Fast Forward To 11
Instagram Fast Forward To 11 With Java 11 around the corner, and release candidate builds available at http://jdk.java.net/11 , it….
Java String compareTo() method example – HowToDoInJava
Java String compareTo() method example. Learn to compare two strings lexicographically. We can consider this string comparison dictionary based comparison.
Java String compareToIgnoreCase() method example – HowToDoInJava
Java String compareToIgnoreCase() example compares two strings lexicographically ignoring case. Difference in compareToIgnoreCase() vs equalsIgnoreCase().
Annotation Processor appears to break Java generics
How much are your skills worth? Find out how much developers like you are making with our Salary Calculator, now updated with 2018….
Java String equals() method – Java compare strings – HowToDoInJava
Java String equals() method example. Learn to compare Java strings using equals() method, equalsIgnoreCase() method and == operator.