Computer Applications
Related Questions
Errors occur in a program when :
- Syntax of the programming language is not followed
- the program does not run properly or does not execute at all
- The program produces an incorrect result
- All of the above
Object that share the same attributes and behaviour are grouped together into a/an
- interface
- instance
- alias
- class
The parameters that are passed to the method when it is invoked are called
- formal parameters
- actual parameters
- informal parameters
- void parameters
Give the output of Math.sqrt(x); when x = 9.0.
- 3
- 3.0
- 3.00
- All of these