Explanation:
Variable length parameter means that any number of parameters of this type can be passed in at this position. Simply put, it is an array.
If it appears in a formal parameter, it means a variable parameter, which means that the number of parameters passed in is variable. How many parameters you pass will be placed in an array.
For example:
public static void dealArray(int...intArray) { for(int i: intArray) { System.out.print(i +" "); } System.out.println(); }
Recommended tutorial: Java tutorial
The above is the detailed content of What does '...' mean in java. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

SublimeText3 Linux new version
SublimeText3 Linux latest version

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Notepad++7.3.1
Easy-to-use and free code editor