Computer Applications
This variable can be accessed by calling with the class name.
- Instance
- Local
- Class
- None of these
Java Classes
8 Likes
Answer
Class
Reason — Class variable can be accessed by calling with the class name.
Answered By
5 Likes
Related Questions
Give the output of
Math.abs(x);when x = -9.99.- -9.99
- 9.99
- 0.99
- None of these
A/An …………… is an abstract description of a set of objects.
- abstraction
- encapsulation
- polymorphism
- class
The main objective of passing arguments to functions is
- message passing
- parameter passing
- variable passing
- argument passing
If int arr [] = {3, 5, 7, 9}; what is the value of arr.length?
- 3
- 5
- 4
- Cannot be determined