adplus-dvertising
frame-decoration

Question

Which of the following data types comes under floating data types ?

a.

int

b.

double

c.

long

d.

byte

Answer: (b).double

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following data types comes under floating data types ?
Abe : June 26, 2023

good

Similar Questions

Discover Related MCQs

Q. Which of the following values, cannot be stored using Character data type?

Q. Range of Byte Data Type is ____________.

Q. What is size of integer in Java Programming?

Q. Which of the following data type(s) can store 64 bit Value?

Q. Short data type has a minimum value of _____________.

Q. Default value of variable having boolean data type is ___________.

Q. Which of the following are legal lines of Java code?

1. int w = (int)888.8;
2. byte x = (byte)100L;
3. long y = (byte)100;
4. byte z = (byte)100L;

Q. Which of the following are legal lines of Java code?

1. int w = (int)888.8;
2. byte x = (byte)100L;
3. long y = (byte)100;
4. byte z = (byte)100L;

Q. Which of these coding types is used for data type characters in Java?

Q. Java array is a collection of ________.

Q. Array data access using _____.

Q. At time of array initialization which is necessary to specify?

Q. Java Array can allocate __________.

Q. Which of the following is an incorrect array declaration?

Q. Index in array start with ______.

Q. Which of the following is used to declare,construct, and initlaize an array?

Q. We can calculate the length of an array using ________.

Q. Which of the following is advantage of java array?

Q. In java, array elements are stored in ________ memory locations.

Q. What does a Data Type in Java refers to?