search
HomeJavajavaTutorialWhat is the purpose of String[] args in Java's main method?

The main method allows us to specify the code that we want to execute when we launch our application, in this way the class where it is located will be the main class or entry point of our application. For example, consider the following Main class that contains the main method:

public class Main {
    public static void main(String[] args) {
        System.out.println("Hola Mundo!");
    }
}

In recent versions of Java we can run this class from the terminal with the command java Main.java and we will see that the message Hello World! is printed in the console. (or from the IDE itself). The command we execute is made up of two parts, the first is java which is the command that is responsible for executing the Java code and the second is Main.java which is the name of the class that contains the main method, at this point we are using the concept of passing arguments to something, in this case the name of the class we want to execute.

Note: The - sign followed by a letter or word is commonly used to indicate that it is an argument, for example -version to obtain the version of Java that we have installed on our system. Each program can have its own plots and meanings.

java -version

Understanding this, the purpose of String[] args is to allow us to pass arguments to our application when we run it, so any arguments we place after the class name will be stored in the args array and we will be able to access them from the main method. In this way, if we execute java Main.java, everything we put after Main.java (class name) and separated by a space will be considered an argument and stored in the args array.

Let's start by running our application without passing any arguments and printing the args array through the console with the help of the Arrays.toString method:

import java.util.Arrays;

public class Main {
    public static void main(String[] args) {
        System.out.println(Arrays.toString(args));
    }
}
java Main.java

# Salida
[]

We get an empty array, since we are not passing any arguments, but if we execute the following command we get a different result:

java Main.java hola mundo

# Salida
[hola, mundo]

We are passing two arguments hello and world and these are handled as args in the main method, so we can access and perform operations with them, we can pass as many arguments as necessary. In the end the purpose of String[] args is to store all the arguments that we pass when running our application and allow us to access them from the main method. The most complicated part is processing all the arguments that are received, for example, to make a command line application we have to process, validate and convert the arguments so that they are useful in our application.

Example

We want to make a small application that receives 3 parameters via console in the following order:

  1. Number 1
  2. Arithmetic operator
  3. Number 2

From these parameters we will perform the corresponding operation and show the result in the console. To do this, first we validate that the 3 arguments are passed, we convert the arguments to the corresponding data types, in this case the first and third arguments to the int type (numbers), and since the arguments are text strings it is not necessary to convert the arithmetic operator. Subsequently, we perform the corresponding operation and display the result in the console.

public class Main {
    public static void main(String[] args) {
        System.out.println("Hola Mundo!");
    }
}

Now we can run our application from the terminal and pass the corresponding arguments:

java -version
import java.util.Arrays;

public class Main {
    public static void main(String[] args) {
        System.out.println(Arrays.toString(args));
    }
}

Being able to pass arguments to a Java application is not something unique to the terminal, it can also be done from the IDE, which is how it is commonly worked, for example, if we use IntelliJ IDEA we can pass arguments from the execution configuration of the application.

¿Para qué sirve String[] args en el método main de Java?

In conclusion, we can note that this is a flexible mechanism to be able to pass arguments to our application and allow us to perform specific actions based on their values, although it can be complicated to handle, for these cases we can use implementations that make our work easier such as Apache Commons CLI or JCommander. If you want to see another example of how String[] args can be used in a command line application you can check the following link.

The above is the detailed content of What is the purpose of String[] args in Java's main method?. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Top 4 JavaScript Frameworks in 2025: React, Angular, Vue, SvelteTop 4 JavaScript Frameworks in 2025: React, Angular, Vue, SvelteMar 07, 2025 pm 06:09 PM

This article analyzes the top four JavaScript frameworks (React, Angular, Vue, Svelte) in 2025, comparing their performance, scalability, and future prospects. While all remain dominant due to strong communities and ecosystems, their relative popul

Spring Boot SnakeYAML 2.0 CVE-2022-1471 Issue FixedSpring Boot SnakeYAML 2.0 CVE-2022-1471 Issue FixedMar 07, 2025 pm 05:52 PM

This article addresses the CVE-2022-1471 vulnerability in SnakeYAML, a critical flaw allowing remote code execution. It details how upgrading Spring Boot applications to SnakeYAML 1.33 or later mitigates this risk, emphasizing that dependency updat

How do I implement multi-level caching in Java applications using libraries like Caffeine or Guava Cache?How do I implement multi-level caching in Java applications using libraries like Caffeine or Guava Cache?Mar 17, 2025 pm 05:44 PM

The article discusses implementing multi-level caching in Java using Caffeine and Guava Cache to enhance application performance. It covers setup, integration, and performance benefits, along with configuration and eviction policy management best pra

Node.js 20: Key Performance Boosts and New FeaturesNode.js 20: Key Performance Boosts and New FeaturesMar 07, 2025 pm 06:12 PM

Node.js 20 significantly enhances performance via V8 engine improvements, notably faster garbage collection and I/O. New features include better WebAssembly support and refined debugging tools, boosting developer productivity and application speed.

How does Java's classloading mechanism work, including different classloaders and their delegation models?How does Java's classloading mechanism work, including different classloaders and their delegation models?Mar 17, 2025 pm 05:35 PM

Java's classloading involves loading, linking, and initializing classes using a hierarchical system with Bootstrap, Extension, and Application classloaders. The parent delegation model ensures core classes are loaded first, affecting custom class loa

Iceberg: The Future of Data Lake TablesIceberg: The Future of Data Lake TablesMar 07, 2025 pm 06:31 PM

Iceberg, an open table format for large analytical datasets, improves data lake performance and scalability. It addresses limitations of Parquet/ORC through internal metadata management, enabling efficient schema evolution, time travel, concurrent w

How to Share Data Between Steps in CucumberHow to Share Data Between Steps in CucumberMar 07, 2025 pm 05:55 PM

This article explores methods for sharing data between Cucumber steps, comparing scenario context, global variables, argument passing, and data structures. It emphasizes best practices for maintainability, including concise context use, descriptive

How can I implement functional programming techniques in Java?How can I implement functional programming techniques in Java?Mar 11, 2025 pm 05:51 PM

This article explores integrating functional programming into Java using lambda expressions, Streams API, method references, and Optional. It highlights benefits like improved code readability and maintainability through conciseness and immutability

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Hot Tools

EditPlus Chinese cracked version

EditPlus Chinese cracked version

Small size, syntax highlighting, does not support code prompt function

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!