Which of the following is the correct syntax to create a variable in Java?

13. Which of the following is the correct syntax to create a variable in Java?

  1. var name;
  2. int name;
  3. var name int;
  4. All of these

Answer: B) int name;

Explanation:

Read here: Java variable declarations

Comments and Discussions!

Load comments ↻






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