Polymorphism and inheritance in Java
Polymorphism—or an object’s ability to execute specialized actions based on its type—is what makes Java code flexible. Many design patterns created by the Gang Of Four rely on some form of polymorphism, including the Command pattern. In this article, you will learn the basics of Java polymorphism and how to use it in your programs. […]
Read MoreApple’s Xcode 16 adds AI-powered code completion
Apple has released a beta version of Xcode 16, an update to the integrated development environment (IDE) for Apple platforms that features AI-powered predictive code completion. Accommodations for the Swift language and the planned Swift 6 language release also are highlighted. The Xcode 16 beta was made available June 10 on the Apple Developer website. […]
Read MoreWhat's wrong with Java's sun.misc.Unsafe?
Java’s sun.misc.Unsafe class has been in use since 2002. It provides essential low-level methods that framework developers use to deliver otherwise unobtainable features and performance. Unfortunately, Unsafe also has long-standing problems related to JVM maintainability. And, as the name implies, it isn’t exactly safe to use. A newer JEP proposes to remove sun.misc.Unsafe’s memory access methods in a […]
Read MoreDatabricks expands Mosaic AI support for generative AI apps
Databricks is getting ready to offer more support to enterprises building generative AI applications, with the addition of new Mosaic AI capabilities, it said Wednesday. The new features, previewed at the data lakehouse provider’s ongoing Data + AI Summit, seek to simplify the training and management of generative AI applications. They join a suite of others […]
Read MoreSolving the data quality problem in generative AI
The potential of generative AI has captivated both businesses and consumers alike, but growing concerns around issues like privacy, accuracy, and bias have prompted a burning question: What are we feeding these models? The current supply of public data has been adequate to produce high-quality general purpose models, but is not enough to fuel the […]
Read MoreKubernetes shows the way forward for AI
The term “inflection point” is overused, but it certainly applies to the current state of artificial intelligence. Technology providers—and the companies that depend on them—can choose one of two roads to AI development: proprietary or open source. This dichotomy has existed for decades, with both sides achieving great levels of success. However, I would argue […]
Read MoreC++ language rises in Tiobe popularity index
Developers apparently did not listen to a recent White House advisory to move away from C++ and C over memory safety concerns, as C++ has climbed to second place in the Tiobe index of programming language popularity, trailing only Python. The C language dropped to third place. C++ is the number two language in the […]
Read More9 command-line jewels for your developer toolkit
Some developers use the command line because we have no choice; others use it because we kind of love it. Either way, you know who you are. Whether you are a lover of the CLI or just using it for work, here are nine command-line tools that will help make you more efficient, on or off the […]
Read MoreHow a data exchange platform eases data integration
What has always fascinated me about Moore’s law is that for more than half a century, the technological computing innovations we take for granted—from the PC to smart watches to self-driving cars—hinged on solving one small, specific problem: the distance between transistors on a chip. As our software-powered world becomes more and more data-driven, unlocking […]
Read MoreOpenAI unveils OpenAI library for .NET
Microsoft is heralding the arrival of an official OpenAI library for .NET developers. The OpenAI library supports the complete OpenAI API and OpenAI’s latest flagship model, GPT-4o, which can reason across audio, vision, and text in real time. Announced June 6 and available now in a first beta, the OpenAI .NET API library is accessible […]
Read More