Computer Applications
By default, floating literal is
- double
- float
- int
- long
Values & Data Types Java
15 Likes
Answer
double
Reason — By default, floating literal is double.
Answered By
11 Likes
Related Questions
Give the output of
Math.ceil(-0.6)- -1.6
- -1.5
- -1.0
- -0.0
Which operator cannot be used with if-else statement?
- <=
- ||
- &&
- ? :
JVM converts bytecode directly into
- machine code
- another byte code
- high level code
- None of these
Which of the following statements is true?
- Binary search is less efficient than linear search.
- Binary search is more efficient than linear search.
- Binary search is as efficient as linear search.
- None of the above