Home »
MCQs »
Java MCQs
Which of these is a type of variable in Java?
15. Which of these is a type of variable in Java?
- Instance Variable
- Local Variable
- Static Variable
- All of these
Answer: D) All of these
Explanation:
There are three types of variables in Java:
- Instance variable
- Local variable
- Class/Static variable