jvm - What is the maximum of number of arguments for varargs in java? -


what maximum of number of arguments can used vararg in java ? believe there should limit , not infinite.

a method (including static class initializer) can have @ 64k. if arguments such can pushed single bytecode 1 byte long each, can have 64000 arguments on call.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -