Computer Applications
Related Questions
The statement
(1 > 0) || (1 < 0)evaluates to- 0
- 1
- false
- true
The parameters that are passed to the method when it is invoked are called
- formal parameters
- actual parameters
- informal parameters
- void parameters
What will be the output of the following code?
String a[] = {"MI", "Samsung", "Micromax", "One Plus"}; System.out.println(a[3].length());- 8
- 7
- 5
- 9
Polymorphism is broadly used in implementing ……………
- inheritance
- encapsulation
- abstraction
- literals