Computer Applications
Related Questions
Parameters in method definition are called
- actual parameters
- formal parameters
- informal parameters
- void parameters
Give the output of
Math.ceil(-0.6)- -1.6
- -1.5
- -1.0
- -0.0
By default, floating literal is
- double
- float
- int
- long
JVM converts bytecode directly into
- machine code
- another byte code
- high level code
- None of these