Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
java の vararg で使用できる引数の最大数はいくつですか? いくらかの制限が必要であり、無限ではないと思います。
メソッド (静的クラス初期化子を含む) は、最大 64k を持つことができます。引数が、それぞれ 1 バイト長の単一のバイトコードでプッシュできるようなものである場合、呼び出しで約64000個の引数を持つことができます。