Java

[ follow ]
BuzzFeed Community
4 months ago
Java

Let's See How Many Underrated BTS Songs You Know

Let's see if you're ready.
InfoQ
4 days ago
Java

New Relic Release April 2024 Java Report

New Relic's report on the Java ecosystem provides insights from actual production data, revealing trends like Java 8 decline and rapid adoption of newer versions. [ more ]
The New Stack
3 days ago
Java

Does Garbage Collection Logging Affect App Performance?

Despite minimal performance costs, garbage collection logs provide valuable insights into how a JVM manages memory dynamically at runtime.
TheServerSide.com
3 years ago
Java

Why Java devs should switch to Python or R for data science

Java is not the primary choice for data science; Python and R dominate this field due to their open-source nature and rich ecosystem. [ more ]
Medium
2 weeks ago
Java

Java Application Tracing: Quick Setup in K8S with OpenTelemetry and Jaeger in Under 15 Minutes

Tracing in distributed systems involves monitoring and visualizing the flow of requests as they traverse various components of an application.
Medium
3 weeks ago
Java

Exploring Programming Languages-Scala

Scala is a programming language built on the Java Virtual Machine and is used by major companies like LinkedIn, Netflix, and Amazon. [ more ]
Alvinalexander
1 week ago
Java

A complete Java Ant MacOS Jarbundler build script

Older Java version solution for Mac applications, Java/Mac Ant build script for Mac OS X 10.6 and earlier [ more ]
Alvinalexander
1 week ago
Java

Sample Mac Jar Bundler Ant build script

Mac OS X Java Ant build script includes JarBundler task to build Java apps appearing as native macOS apps. [ more ]
Alvinalexander
1 week ago
Java

A Mac/Java javapackager example (getting the application bundle root directory)

To display an image in a macOS/Java application bundle, the image should be stored in Contents/Resources/Java directory. [ more ]
Alvinalexander
1 week ago
Java

How to build a Mac Java app (OS X 10.9+ and Java 7+)

The article provides an updated solution for bundling Java 14 and newer applications on macOS systems. [ more ]
Alvinalexander
1 week ago
Java

Example: How to use javapackager to build a MacOS application bundle

Learn to build macOS application bundles using Java javapackager for Java 14. [ more ]
Alvinalexander
2 years ago
Java

How to build a macOS application from a Java Jar file

You can build a macOS application from a Java Jar file using the AppBundler tool or the javapackager tool from Oracle. [ more ]
#oracle-jdk
Oracle
1 week ago
Java

Java SE Spring 2024 Roadmap Update

Oracle extends Java 11 support to 2032 with waived fees and indicates support extension based on customer feedback and adoption. [ more ]
Theregister
3 weeks 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 ]
moreoracle-jdk
InfoQ
2 weeks ago
Java

JEP 476: Simplifying Java Development with Module Import

JEP 476 Module Import Declarations (Preview) integrated into JDK 23 simplifies Java module import process. [ more ]
InfoQ
2 weeks ago
Java

Java News Roundup: New JEPs, Payara Platform, Spring Boot 10th Anniversary Podcast

JEP 467 promotes Markdown Documentation Comments enabling easier and clearer JavaDoc documentation.
JEP 477 focuses on enhancing Java language for beginners to write programs without advanced understanding. [ more ]
PortlandTribune.com
1 week ago
Java

051524-rollerderby 011.JPG

BuzzFeed Community
2 weeks ago
Java

Make A Pizza To Reveal Which Italian City You Should Visit

Italy obviously has a pizza my heart!
cyclingnews.com
2 weeks ago
Java

Criterium du Dauphine past winners

Champions 1947-2023
DevOps.com
2 weeks ago
Java

Oracle Plans to Apply Generative AI to Java and SQL - DevOps.com

Oracle is developing an AI assistant for generating Java and SQL code tuned to organization's existing code bases and best practices. [ more ]
InfoQ
3 weeks ago
Java

JEP 474: Generational Mode Now Standard for ZGC in Java

Switching ZGC to generational mode by default in JDK 23 will optimize garbage collection and focus development on Generational ZGC. [ more ]
ITPro
3 weeks ago
Java

Why Java 17 growth is 'exploding'

Java 17 growth rate has surged, now overtaking previous LTS Java versions. [ more ]
InfoQ
3 weeks ago
Java

JetBrains IntelliJ IDEA 2024.1 Delivers Support for Java 22 Features

IntelliJ IDEA 2024.1 supports Java 22 features, OpenRewrite, WireMock server, and Maven Shade Plugin with enhanced features like full line code completion for Java and Kotlin. [ more ]
#software-development
Developer Tech News
3 weeks 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 ]
InfoQ
4 weeks ago
Java

Devnexus 2024 Celebrates 20 Years of Java Developer Conferences

Introducing Java to students, architectural tradeoffs, knowledge management essential in software development [ more ]
moresoftware-development
Medium
3 weeks 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 ]
Medium
1 month ago
Java

Exploring Play Framework: Java, Scala, and Web Development

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

Unlocking the Power of Scala Development: A Comprehensive Guide

Understanding Scala can create numerous opportunities for developers at all levels. [ more ]
Oracle
3 weeks 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
4 weeks 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 ]
Wildfly
1 month 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
4 weeks 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 month 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
1 month ago
Java

JDK 17 approaches end-of-permissive license

Executive Summary
#programming
Alvinalexander
1 month 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
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 ]
moreprogramming
Alvinalexander
1 month 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
1 month 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 ]
#string-array
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 ]
morestring-array
CodeProject
8 years ago
Java

Wrapping Java with C++ Objects - JNI OOP

JNI helps Java code interact with C++ through reflection-oriented implementation.
Using C++ wrappers can simplify the JNI code, making it more reusable and maintainable. [ 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
2 months 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
2 months 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.
#jdk-22
Oracle
2 months 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
2 months 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 ]
morejdk-22
Oracle
2 months 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
2 months 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 ]
[ Load more ]