227 Results for:JVM

  • Sort by: 

Full GitHub Actions environment variables list for YAML build workflow scripts example

By Cameron McKenzie 04 Dec 2020

The GitHub Actions environment variables available to a developer's workflows will vary from Ubuntu to Windows to MacOS. Here's a full environment variables list for each and why developers should ... Read More

Choose the best programming language for DevOps workflows

By Adam Bertram 08 Jul 2020

DevOps is a rapidly evolving set of technologies and practices; choosing the right programming language -- or languages -- makes a big difference in terms of functionality, efficiency and speed. Read More

No doubt now about Java release cycle

By Cameron McKenzie 17 Sep 2019

At the Oracle Code One keynote, the recent track record of on-time releases and feature enhancements is a topic to boast about. Read More

Five examples of recursion in Java

By Cameron McKenzie 24 Mar 2021

We often debate the merits of iterative vs recursive Java code. Let’s take a look at 5 Java recursion examples and see where the concept of recursion fits. Read More

How to install JDK 8 and write the Java Hello World application

By Cameron McKenzie 29 Feb 2016

In this tutorial, we look at how to set up a basic Java SE development environment by installing JDK 8, after which we write, compile and run the Java Hello World application. Read More

DevOps, cross-platform, test are top mobile developer skills

By Jan Stafford 06 Apr 2018

Learn about four mobile app dev skills and experience enterprises value: Agile, DevOps, cross-platform and test-driven development, and newer, native languages Swift and Kotlin. Read More

Instaclustr: 9 tips to improve Apache Kafka management

By Adrian Bridgwater 08 Aug 2018

This is a guest post for the Computer Weekly Open Source Inside blog written by by Ben Slater in his role as chief product officer at Instaclustr. Instaclustr is known for its focus on providing ... Read More

5 steps for an easy JDK 13 install on Ubuntu

By Cameron McKenzie 16 Oct 2019

Follow these five steps for an easy Java 13 installation on Ubuntu, and don't forget to set JAVA_HOME and the PATH variables. Read More

Oracle ships Java 14 with new preview, productivity features

By Darryl K. Taft 23 Mar 2020

With Java 14, Oracle delivers features to the Java language and platform that enhance the productivity of developers building new enterprise applications. Read More

One does not simply 'stop calling' Java's deprecated methods

By Cameron McKenzie 28 Mar 2017

They're deprecating the finalize method, adding another method to the long list of Java deprecated methods that tend not to get pruned out of the JDK's code base. Read More