Tagged articles
6 articles
Page 1 of 1
Java Captain
Java Captain
Jun 11, 2025 · Backend Development

How to Import Modules and Build JAR Files in IntelliJ IDEA

This step‑by‑step guide shows how to create an IntelliJ IDEA project, import a Java module into it, associate the module with the project, and then package the application into a JAR file using the IDE’s Project Structure and Artifacts settings.

IDE tutorialIntelliJ IDEAJar packaging
0 likes · 6 min read
How to Import Modules and Build JAR Files in IntelliJ IDEA
21CTO
21CTO
Aug 15, 2024 · Backend Development

What’s New in JDK 23? A Deep Dive into Upcoming Java Features

JDK 23, the next non‑LTS release of the Java platform slated for September 17, introduces a suite of preview features—including scoped values, structured concurrency, flexible constructor bodies, implicit class and instance methods, module import declarations, Markdown Javadoc, vector API enhancements, and a default generational ZGC mode—while deprecating sun.misc.Unsafe memory‑access methods.

JDK 23JavaScoped Values
0 likes · 11 min read
What’s New in JDK 23? A Deep Dive into Upcoming Java Features
MaGe Linux Operations
MaGe Linux Operations
Nov 18, 2020 · Fundamentals

How to Import Custom Python Functions and Merge Excel Files Like a Pro

This guide shows how to package frequently used Python functions into importable modules, then demonstrates a complete script that merges multiple Excel files while preserving formatting, using pandas and standard libraries, and explains each step with screenshots and code examples.

Excel mergingPythonmodule import
0 likes · 5 min read
How to Import Custom Python Functions and Merge Excel Files Like a Pro