What is the maximum number of parameters a method can accept?

78. What is the maximum number of parameters a method can accept?

  1. 32
  2. 64
  3. 128
  4. 255

Answer: D) 255

Explanation:

The number of method parameters is limited to 255 by the definition of a method descriptor.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.