Computer Applications
int x = (int)32.8; is an example of …………… typecasting.
- implicit
- automatic
- explicit
- coercion
Related Questions
The String class method to join two strings is:
- concat(String)
- <string>.joint(string)
- concat(char)
- Concat()
The output of the function "COMPOSITION".substring(3, 6):
- POSI
- POS
- MPO
- MPOS
The code obtained after compilation is known as:
- source code
- object code
- machine code
- java byte code
Missing a semicolon in a statement is what type of error?
- Logical
- Syntax
- Runtime
- No error