Java MCQ - English
Size of float and double in Java is
Home | Discussion ForumSize of float and double in Java is
32 and 64
64 and 64
32 and 32
64 and 32
Answer : A
View More Related Question
1) What is the output of below code snippet? class A
{
}
enum Enums extends A
{
ABC, BCD, CDE, DEF;
}
2) Size of float and double in Java is
3) Which of the following are legal lines of Java code?
4) Which of the below data type doesn’t support overloaded methods for +,-,* and /?
5) The smallest integer type is _____ and its size is _____ bits.