McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Computer Applications (BCA)
→
Java Programming
→
Which is a valid float literal?
Q.
Which is a valid float literal?
A.
1.23
B.
2
C.
1.23d
D.
1.23f
Answer» D. 1.23f
977
0
Do you find this helpful?
3
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
If an expression contains double, int, float, long, then the whole expression will be promoted into which of these data types?
If an expression contains double, int, float, long, then whole expression will promoted into which of these data types?.
All the wrapper classes (Integer, Boolean, Float, Short, Long, Double and Character).
Which one of the following is a valid identifier in java?
Which of the following is a valid declaration of an object of class Box?
Which of the following is a valid declaration of an object of class Box?
Given the code String s = new String("abc"); Which of the following call is not valid?
________ is valid for if statement?
________ statement is valid for array declaration.
Which refers to a channel through which data flow from the source to the destination: