Java

[ follow ]
Medium
6 hours ago
Java

Exploring Programming Languages-Scala

Scala is a programming language built on the Java Virtual Machine with notable users like LinkedIn, Netflix, Sony, and Amazon. [ more ]
Developer Tech News
13 hours ago
Java

New Relic: Developers swiftly embracing newer Java releases

Java remains popular due to scalability and portability. Newer versions like Java 21 and 17 see accelerated adoption for their advancements in stability, security, and performance. [ more ]
Theregister
19 hours ago
Java

Java 17 is now the favorite brew of developers, along with

Java 17 surpasses Java 11 as the most widely used long-term support version, with increased adoption rates signaling rapid technology changes in the Java ecosystem. [ more ]
Medium
5 days ago
Java

Exploring Play Framework: Java, Scala, and Web Development

Scala complements Java in Play Framework for robust and scalable web applications. [ more ]
Medium
5 days ago
Java

Unlocking the Power of Scala Development: A Comprehensive Guide

Understanding Scala can create numerous opportunities for developers at all levels. [ more ]
Oracle
2 days ago
Java

Graal Cloud Native Announces New Name - Graal Development Kit for Micronaut - And New Version 4.3.7

Graal Cloud Native is now Graal Development Kit for Micronaut, aligned with Micronaut framework and simplifying cloud application development. [ more ]
InfoQ
3 days ago
Java

Java News Roundup: WildFly 32, JEPs Proposed to Target for JDK 23, Hibernate 6.5, JobRunr 7.1

JEP 476, Module Import Declarations (Preview), JEP 474, ZGC: Generational Mode by Default, and JEP 467, Markdown Documentation Comments, are proposed for JDK 23. [ more ]
InfoQ
4 days ago
Java

Devnexus 2024 Celebrates 20 Years of Java Developer Conferences

Introducing Java to students, architectural tradeoffs, knowledge management essential in software development [ more ]
Wildfly
1 week ago
Java

WildFly 32 is released!

WildFly Preview 32 shifts to EE 11 support, discontinuing EE 10 compatible implementations and requiring Java SE 17 or higher. [ more ]
Ife Sunmola
5 days ago
Java

Unions types in Java | Ife Sunmola

Unions in Java allow for defining types that can hold various but predetermined types, offering an alternative to traditional object-oriented approaches. [ more ]
ComputerWeekly.com
1 week ago
Java

Tips for migrating to OpenJDK | Computer Weekly

The migration from Oracle Java SE depends on various variables unique to each organization, such as migration goals. [ more ]
Oracle
2 weeks ago
Java

JDK 17 approaches end-of-permissive license

Executive Summary
Alvinalexander
2 weeks ago
Java

Java: How to get the current date (and time) in Java 8, 11, 14, 17, etc.

To get the current date in Java, use LocalDate.now() with Java 8 and newer versions. [ more ]
Alvinalexander
3 weeks ago
Java

Java socket timeout: How to set the timeout on a Java socket

Set Java socket timeout using socket.setSoTimeout method for a non-zero timeout period
The timeout must be greater than 0; zero means infinite timeout [ more ]
Alvinalexander
4 weeks ago
Java

The Java 8 lambda Thread and Runnable syntax and examples

Java 8 introduced lambda syntax for Thread and Runnable
Lambda syntax simplifies Thread and Runnable creation in Java [ more ]
Alvinalexander
1 month ago
Java

Java stack and heap definitions

Java stack holds local variables and partial results, while Java heap is where memory for class instances and arrays is allocated. [ more ]
Alvinalexander
1 month ago
Java

Java: How to find the longest String in an array of Strings

Finding the longest string in a Java String array can be achieved by iterating through the array and comparing string lengths.
Knowing the length of the longest string in a Java String array can be useful for tasks like setting prototype values. [ more ]
Alvinalexander
1 month ago
Java

Java String array examples (with Java 5 for loop syntax)

Declaring a Java String array with an initial size
Declare a Java String array with no initial size [ more ]
Alvinalexander
1 month ago
Java

Java SimpleDateFormat example: How to convert a Date to a formatted String

The SimpleDateFormat class in Java allows easy conversion between Date and String formats.
Using SimpleDateFormat with Java is demonstrated with a custom date formatting approach. [ more ]
Oracle
1 month ago
Java

Oracle Announces Free Java SE Technical Support for Academic Institutions in Oracle Academy

Oracle supports Java in education by offering free resources and enabling curriculum development.
Oracle Academy membership provides access to various benefits for educators and students. [ more ]
The New Stack
1 month ago
Java

Java 22: Making Java More Attractive for AI Apps/Workloads

Oracle has released Java 22, the latest version of the popular programming language and platform, and is gearing it up for AI use cases.
Oracle
1 month ago
Java

Announcing Oracle GraalVM for JDK 22

Oracle GraalVM for JDK 22 is available with performance improvements and JEP support.
Getting started with Oracle GraalVM has become easier through various developer-friendly channels. [ more ]
Oracle
1 month ago
Java

The Arrival of Java 22

JDK 22 delivers 12 significant enhancements, including preview and incubator features.
Improvements in Java 22 include unnamed variables, string templates, and implicitly declared classes. [ more ]
Oracle
1 month ago
Java

Java at the heart of delivering German Health Care Insurance excellence

The German health system is funded through mandatory health care insurance with statutory and standard plans.
TK, a leading health insurance provider in Germany, uses innovative Java solutions to adapt to legislative changes and ensure quality service. [ more ]
Oracle
1 month ago
Java

Java users on macOS 14 running on Apple silicon systems should consider delaying the macOS 14.4 update

macOS 14.4 update changes behavior for memory access in protected regions
Bug related to memory access issue can be tracked on bugs.java.com (bugID JDK-8327860) [ more ]
Oracle
2 months ago
Java

The arrival of the Java Card Development Kit 24.0

I am delighted to announce the release of the latest Java Card Development Kit, version 24.0.
Medium
2 months ago
Java

Comparing Kotlin, Go (Golang), Rust, Scala, and Perl Programming Languages

Kotlin, Go (Golang), Rust, Scala, and Perl are programming languages that offer unique features and cater to different niches in programming.
Syntax and ease of learning vary among these languages, with Kotlin being concise, Go focusing on simplicity, Rust emphasizing safety and performance, Scala combining object-oriented and functional programming, and Perl being flexible but cryptic to newcomers. [ more ]
Oracle
3 months ago
Java

Announcing Graal Cloud Native 4.2.1

Graal Cloud Native 4.2.1 is now available based on Micronaut framework 4.2.1.
GCN enables developers to easily build portable cloud native Java microservices that start instantly and use fewer resources. [ more ]
Oracle
3 months ago
Java

JDK 21.0.2, 17.0.10, 11.0.22, and 8u401 Have Been Released!

Java SE 21.0.2, 17.0.10, 11.0.22, and 8u401 update releases are now available.
OpenJDK 21.0.2 is also available on https://jdk.java.net/21/. [ more ]
Oracle
7 months ago
Java

Announcing Graal Cloud Native 4

Graal Cloud Native 4 (GCN) is now available, based on the Micronaut framework 4.
GCN provides a curated set of Micronaut modules that simplify cloud application development and are compiled ahead-of-time with GraalVM Native Image.
GCN 4 is designed to work with Java 17 and later versions, and Gradle 8 is the minimum version required to build GCN applications. [ more ]
Oracle
7 months ago
Java

Introducing GraalOS

GraalOS is a new application deployment technology announced by Oracle that will be available through Oracle Cloud Infrastructure Functions.
GraalOS enables high performance, cost-efficient, and fast application deployment with no cold start costs.
GraalOS eliminates the need for containers and provides hardware-enforced application isolation. [ more ]
Oracle
7 months ago
Java

To celebrate Oracle CloudWorld, Oracle Press is offering a 40% discount on select books & ebooks

Save 40% on Oracle Press books and eBooks, and 70% on video courses with discount code CLOUDWORLD.
Discounts valid until September 30, 2023. Restrictions apply, see details for eligible titles and exclusions. [ more ]
Oracle
7 months ago
Java

Announcing Oracle GraalVM for JDK 21

Native startup is 97% faster
Native memory usage is 38% lower
Native 99th percentile latency is 28% lower
Throughput is on par [ more ]
Oracle
7 months ago
Java

Java Management Service: Master Your Java Management Strategy at Oracle Cloud World 2023

Java Management Service (JMS) is a tool for observing and managing Java deployments at scale.
Oracle CloudWorld offers sessions and hands-on labs to explore the potential of JMS.
JMS enables organizations to monitor and optimize the security and performance of their Java deployments. [ more ]
Oracle
7 months ago
Java

Using JSON Relational Duality Views with Micronaut Framework

Oracle Database 23c introduces the JSON Relational Duality View, which allows data to be stored in relational tables but accessed by applications in the form of JSON documents.
Developers can think in terms of JSON documents for data access while benefiting from efficient relational data storage.
Duality Views simplify the process of retrieving complex data by hiding the complexities of database level concurrency control. [ more ]
Oracle
8 months ago
Java

Moving Java Forward at Oracle CloudWorld 2023

Takeaway 1: Java remains the most popular programming language globally due to its platform independence, stability, performance, and vibrant ecosystem.
Takeaway 2: Java continues to evolve and adapt to modern application development needs, allowing enterprises to accelerate mission-critical app development in both on-prem and cloud environments.
Takeaway 3: Oracle, the steward of Java, demonstrates commitment to open development, innovation, and providing enterprise-grade value beyond the language and platform, enabling businesses to maintain, modernize, and create Java solutions tailored for hybrid deployment environments. [ more ]
Oracle
9 months ago
Java

Easily install Oracle Java on Oracle Linux in OCI: It's a perfect match!

You can quickly and easily install Oracle Java and Oracle Linux on Oracle Cloud Infrastructure (OCI) by using the Oracle Cloud Infrastructure's Compute Image.
You can create an Oracle Linux image using the Oracle-provided images in the Marketplace or by using your own custom image.
The Oracle-provided images are fully configured and preconfigured, allowing you to get up and running quickly and easily on Oracle Cloud Infrastructure. [ more ]
Oracle
9 months ago
Java

JDK 20.0.2, 17.0.8, 11.0.20, and 8u381 Have Been Released!

JDK 20.0.2, 17.0.8, 11.0.20, and 8u381 Have Been Released!
Oracle
9 months ago
Java

Micronaut Framework 4: Faster, More Cloud Native, Better Than Ever

Micronaut 4 is now available, offering faster performance, improved cloud-native capabilities, and better support for Java.
Micronaut 4 features a new GraalVM native-image build time, reducing startup time to less than 1 second.
Micronaut 4 also provides support for Oracle JDK Flight Recorder and Java Mission Control, enhancing the performance of Java applications running on the platform. [ more ]
Alexandru Nedelcu
10 months ago
Java

Java Volatiles

In Java and other JVM languages, "volatile" reads and writes are part of the concurrency toolbox.But adding volatile on variables can be a mistake.This is a poorly understood concept.Let's gain a better understanding.Misconceptions #
Some common ones:



Volatile variables ensure "visibility" - but the notion is misleading, because it's not about visibility per se, as all updates to variables are eventually seen by all other threads, and marking a variable as volatile doesn't necessarily publish changes to that variable any sooner (although in fairness, x86 CPUs have stronger ordering guarantees than ARM CPUs in this regard, so there may be differences of behavior for normal variables, depending on what you're doing);

Volatile variables are not for "synchronization" - which is false, as volatile reads and writes are a form of synchronization, even if the guarantees are weaker than when using locks or when using compare-and-set (CAS).
Oracle
11 months ago
Java

Announcing Graal Cloud Native

We're pleased to announce the general availability of Graal Cloud Native (GCN) v3.8.5.GCN is a curated set of Micronaut framework modules that simplify multicloud application development and are designed from the ground up to be compiled ahead-of-time with GraalVM Native Image.GCN enables you to easily build portable cloud native Java microservices that start instantly and use fewer resources to reduce compute costs..
Research shows that cloud native and multicloud are becoming more prevalent.
Oracle
11 months ago
Java

Announcing Java Card 3.2 Release

With the whole Java Card team, I am delighted to announce the new Java Card 3.2 release.It is now live and available on the portal of Oracle: Java Card 3.2
This release continues and completes the great Java Card achievements already described and presented on the occasion of the twenty-fifth anniversary of the technology ( 25 years anniversary and 25 years we sow).
ComputerWeekly.com
1 year ago
Java

Oracle goes on hunt for Java non-compliance | Computer Weekly

Analyst Gartner has warned that new changes to Java licensing has meant Oracle will actively target organisations, even those who do not run any Oracle products, on Java compliance.Gartner reported that in the 12-month period leading up to 31 December 2022, 52% of the Oracle software compliance and audit-related interactions focused on Oracle Java.
Theregister
1 year ago
Java

Oracle Java licensing refit means price hikes, say expert

Oracle stands accused of "predatory" licensing tactics after making changes to the Oracle Java SE subscription model that could force businesses to pay tens of thousands of dollars more each month for running the same software.Industry experts have pointed out that businesses with limited Java use would have to license the software per employee under the new model, a dramatic shift from the one Oracle previously afforded them.
Oracle
1 year ago
Java

JDK 11.0.18, 17.0.6, 8u361, 19.0.2 and 7u371 Have Been Released!

JDK 11.0.18,17.0.6,8u361, 19.0.2 and 7u371 Have Been Released!
Oracle
1 year ago
Java

TruffleRuby on OCI Container Instances

Elegance at Speed
Ruby is one of my favourite programming languages.I really appreciate how expressive it is, how productive (and how much fun) it makes development.Unfortunately Ruby has a reputation for being slow compared to other languages such as JavaScript.While the performance of the default Ruby interpreter has improved, it still hasn't had the engineering investment that goes into V8.
Oracle
1 year ago
Java

Changes in the Oracle JDK Installers (JDK 17, 11, and 8)

JDK 19 introduced several .These changes make it easier for system administrators to keep their Java runtimes current with the most recent updates, and have the Java programs that rely on those runtimes find the updated versions.The changes are being back-ported from JDK 19 to JDK 17, 11, and 8, so they will soon apply to those versions as well.
Oracle
1 year ago
Java

Thomas Wuerthinger and team honored for accelerating dynamic language interpreters

The paper " Self-Optimizing AST Interpreters" by Oracle's Thomas Wuerthinger, Christian Wimmer, et al. (2012) was awarded the Dynamic Language Symposium (DLS) " Most Notable Paper Award" at Splash 2022.The paper describes how dynamic language performance can be improved by optimizing the interpreter at runtime.
InfoQ
1 year ago
Java

Eclipse Migration Toolkit for Java (EMT4J) Simplifies Upgrading Java Applications

Adoptium has introduced the Eclipse Migration Toolkit for Java (EMT4J), an open source Eclipse project capable of analyzing and upgrading applications from Java 8 to Java 11 and from Java 11 to Java 17. EMT4J will support upgrading to future LTS versions.Organizations advise keeping the Java runtime up-to-date to get security and functional improvements.
InfoQ
1 year ago
Java

Java InfoQ Trends Report - December 2022

Key Takeaways


     Adoption of Java Virtual Threads will continue to grow as frameworks, such as Helidon and Vert.x, have introduced their own Virtual Threads platforms.Adoption of Native Java will also continue to grow as Project Leyden, having been dormant for two years, was resurrected in May 2022, and there is support from frameworks such as Spring.
Theregister
1 year ago
Java

C++ overtakes Java in programming popularity index

Java is no longer among the top three most popular programming languages in the TIOBE Index, one of several not particularly definitive yardsticks by which such things are measured.According to Paul Jansen, CEO of Netherlands-based TIOBE Software, the rising popularity of C++ has pushed Java down a notch.
Oracle
1 year ago
Java

Java Card 3.1: Cryptographic Extensions

and X25519 X448 named curves and key agreement operation as specified in RFC 7748.It defines a key agreement scheme that is more efficient and secure than the existing ECDH scheme, and that is also used in TLS1.3
ED25519 and ED448 named curves and related signature operation, the Edwards-Curve Digital Signature Algorithm (EdDSA),  as specified in RFC 8032

     Cipher Feedback mode - AES-CFB mode, typically used for stream ciphering.
Oracle
1 year ago
Java

Java Card 3.1: Security Services

Certificate API.Cryptographic certificates are critical for security and serve as a basis in a public key infrastructure (PKI) to establish trust between different entities.A notable example of a protocol using cryptographic certificates is the Transport Layer Security (TLS) protocol.Based on certificate chains, a client (such as an IoT gateway) and a server (for example, an IoT cloud service) can authenticate each other.
Oracle
1 year ago
Java

IoT Certification and Java Card

I have been a little bit surprised to hear during travels and events, or even within private meetings, that security certification for IoT devices is too expensive and in a way not a strict business requirement.Such statements can be refuted by basic economics, and explained by simple sociological considerations.
Oracle
1 year ago
Java

Two commonplaces about Java Card

Prior to getting into more details about the evolution of Java Card technology in future posts, I would like to point out two common clichés about the platform :
1st cliché: "Java Card is just for smart cards.""Card" in Java Card is a misnomer.A more accurate name (but will less marketing appeal) may be "Java for resource-constrained devices to run securely Java technology-based applications".
Oracle
1 year ago
Java

Java Card 3.1: Enhanced deployment model and core features

Java Card 3.1 introduces an extended file format, the management of static resources, binary compatibility improvements, and the support of array views.Those features evolve the deployment and upgrade of applications, and they permit better design modularity and security as well.Extended CAP file format and deployment model
The base unit in the Java Card deployment model is the Java Card converted application (CAP) file.
Oracle
1 year ago
Java

The TLS and Java Card story for Iot and more

I always hear that when the TLS protocol is used between a client and a server then everything is secure to exchange data in between the two !I would like to stress a little bit this assumption in particular in the context of the IoT where billions of devices connect to the cloud.Indeed if we make abstraction of the way keys and sensitive secrets are generated and used on both sides the protocol is hopefully secure (version TLS 1.3 is the latest one) but we obviously need to consider the handshake part of the TLS protocol during which authentication and secrets sharing are performed.
Oracle
1 year ago
Java

JCF Webinar series 2022 - 25 years we sow

2022 is special !This is the 25 years anniversary of Java Card as reflected in a previous  post where experts detail the history and the reasons of its success story.How this success story makes Java Card technology so pervasive in our lives ?When you pay - leading payment institutions trust Java Card to host their applications on cards or mobile phones
When you make a call - Cellular connectivity flexibility security is enabled by Java Card for telcommunications, the Internat of Things and Automotive
When you pass a border - Governments depend upon Java Card to secure electronic ID and passport
When you access the cloud - Enterprise and cloud services rely on Java Card to securely authenticate access
Security, Interoperability and Standardization are key words of this success !Want to discover and learn more about Java Card ?
Oracle
1 year ago
Java

I/O and Trusted Peripherals

The extensible I/O framework
 
javacardx.framework.eventEvent sources that represent any external peripheral or I/O interface with the host or another device.This could also include an internal source of event (hardware or software).These source of events could be for example: a GPIO pin or port, an UART interface, a memory-mapped I/O, an I2C bus, a watchdog timer... Once an event source is defined and the corresponding class made available by platform implementer, the application can use it to register itsEvent Listener​ to receive events data from this source.
DevOps.com
1 year ago
Java

VMware Brings Java 17 Support to Spring Boot Framework

By: Mike Vizard  on  
VMware this week made a Spring Boot 3.0 update for building microservices-based Java applications that is based on the latest long-term support release for the Java Standard Edition (SE) platform.Michael Minella, senior director of software engineering at VMware, said the latest edition of the framework supports Java 17.
Alvinalexander
1 year ago
Java

Java "file write" (or "file save") methods

Java write/save FAQ: Can you share an example of how to write to a file in Java?Sure.Here are two "Java file save" or "Java file write" examples, taken from my Java file utilities article ( Java file utilities to write, save, open, read, and copy files).I'm not going to explain these too much, but if you need a simple method to write to a file in your Java programs, I hope these methods will help you.
Alvinalexander
1 year ago
Java

Creating and populating a Java ArrayList (Java 9 and newer)

If you want to create and populate a Java ArrayList with Java 9, 11, and newer, you can use this syntax:

List<> ints = ArrayList<Integer>(List.of(1,2,3));As shown, this uses the usual ArrayList constructor and the Java List.of method.Once you have an ArrayList like this you can continue to add new elements to it as usual:

ints.add(4);
Oracle
1 year ago
Java

Go Native with Spring Boot 3 and GraalVM

Introduction
There has been a lot of interest in the past few years about "native Java".You've probably read articles or seen conference talks on the subject.TL;DR - "native Java"
Traditionally Java programs are compiled to bytecode.At runtime the bytecode is first interpreted and eventually compiled to native machine code by a JVM.
InfoWorld
1 year ago
Java

Oracle makes Java discovery service free to all

Oracle's Java Management Service can shine a light on which versions of Java you're running, what apps are running on them, and which installs are outdated.
Oracle
1 year ago
Java

Announcing GraalVM Enterprise 22.3

The GraalVM 22.3 release delivers several new features including much anticipated support for Java 19 along with preview support for Project Loom virtual threads in both JVM JIT and Native Image ahead-of-time compiled applications.
Oracle
1 year ago
Java

Introducing the Java SE Subscription Enterprise Performance Pack

Executive Summary
Oracle
1 year ago
Java

JDK 19.0.1, 17.0.5, 11.0.17, and 8u351 Have Been Released!

The Java SE 19.0.1, 17.0.5, 11.0.17, and 8u351 update releases are now available.You can download the latest JDK releases from the Java SE Downloads page.
Oracle
1 year ago
Java

Java Card at JavaOne 2022 in Las Vegas

Did you know #JavaOne is back ?Among a plethora of great sessions, two Java Card sessions will be on stage.This is a great opportunity to follow up on the technology and features to come.
Oracle
1 year ago
Java

Oracle CloudWorld GraalVM Presentation Guide

Did you know that GraalVM Enterprise has earned the support from popular framework vendors like Spring and Micronaut.
Oracle
1 year ago
Java

Microservices, Spring boot and Java

Looking for an alternative to heavy web servers and the deployment of WAR files to deploy microservices?
Oracle
1 year ago
Java

JavaOne 2017: It's a Wrap!

We hope you have enjoyed the online sessions.There's nothing quite like the concentrated brain power and knowledge-sharing found there.
Oracle
1 year ago
Java

Reactive Java on the Blockchain with web3j

In this article we're going to have some fun with the Ethereum blockchain, RxJava and web3j.
Oracle
1 year ago
Java

Oracle joins Micronaut Foundation as Engineering Partner

As a significant contributor of development resources to the open source Micronaut® framework, Oracle is proud to announce that it has joined the newly-launched Micronaut® Foundation Engineering Partner program.
Oracle
1 year ago
Java

JavaOne Update Series: Run of Show

JavaOne is nearly upon us and we've been working hard to fill out the list of final activities.
Theregister
1 year ago
Java

Oracle releases Java 19 with seven significant enhancements

Oracle on Tuesday marked the release of Java 19 (JDK 19), the latest iteration of the popular general purpose programming language.
go back and forward is such an amazing feature, probably one of the big reasons I use idea. i wish i could use more sublime/vscode but intellij is still the winner for me
FlexSub
1 year ago
Java

My Top 7 Most Underrated IntelliJ IDEA Features

It's hard to remember every key combination and track everything that IntelliJ IDEA can do.That's why I often "Google" inside IntelliJ IDEA.
...
I really often navigate to the place I was before by clicking the 'back' or 'forward' buttons
FlexSub
1 year ago
Java

My Top 7 Most Underrated IntelliJ IDEA Features

It's hard to remember every key combination and track everything that IntelliJ IDEA can do.That's why I often "Google" inside IntelliJ IDEA.
...
I really often navigate to the place I was before by clicking the 'back' or 'forward' buttons
Oracle
1 year ago
Java

Introducing Java Runtime Lifecycle Management Operations in Java Management Service

We are excited to announce that Java Management Service (JMS) now supports Java Runtime Lifecycle management operations.
InfoQ
1 year ago
Java

GraalVM 22.2 Adds Library Configuration Repository

GraalVM is known for compiling Java into small native executables that start much faster than traditional Java programs.
Oracle
1 year ago
Java

Announcing GraalVM Enterprise in Oracle Cloud Infrastructure Code Editor and Cloud Shell

Today, we are announcing that you can use GraalVM Enterprise directly in Oracle Cloud Infrastructure (OCI) Code Editor and Cloud Shell, at no additional cost.
Medium
1 year ago
Java

Map Performance: Java vs Scala

Yet another post about performance and microbenchmarks.Beware of the results.
I was wondering about performance of Scala collections and especially with comparison to its Java counterparts.
Oracle
1 year ago
Java

JCF 2021 Webinar Series: Why Java Card should be your platform of choice ?

Java Card is the most pervasive Java platform deploying in billions each year and certainly present several times within your pocket or daily hold in your hands because of your mobile phone, your credit cards or your ID for instance.
Oracle
1 year ago
Java

JavaOne Update Series: Part 2

This is part 2 to an ongoing JavaOne Update Series.Read part 1 here.
JavaOne is just around the corner happening October 17-20 in Las Vegas.
Theregister
1 year ago
Java

Java SE 6 and 7 devs weigh their options as support ends

Oracle Java Development Kit 6 and 7 support ends this week, leaving a sizable chunk of developers looking at their options.
[ Load more ]