Primitive Datatype 1 wefruJava Primitive Datatype – 1 Quiz 0 Created on November 27, 2020 By wefruPrimitive Datatype 1TEST YOUR SKILLS 1 / 10The while loop repeats a set of code while the condition is not met? True False 2 / 10Which of the following is used with the switch statement? Continue Exit break do 3 / 10What will be the output of the following programclass Test { public static void main(String[] args) { int i = 0, j = 9; do { i++; if (j-- < i++) { break; } } while (i < 5); System.out.println(i + "" + j); } } 1.44 2.55 3.66 4.77 4 / 10can 8 byte long data type be automatically type cast 4 byte float data type? True False May be 5 / 10Which of the following is smallest integer data type ? Int Byte Short Long 6 / 10Which of the following data types comes under floating data types ? Int double Long Byte 7 / 10Range of Byte Data Type is ____________. -128 to 128 -127 to 127 -127 to 128 -128 to 127 8 / 10Short data type has a minimum value of _____________. -32768 -32767 32768 32767 9 / 10What does a Data Type in Java refers to? The place where data is stored The technique how data is retreived The type or variety of data being handled for reading and writing None of the above 10 / 10Which is not a integer data type? Int Long Short Double Your score isThe average score is 0% LinkedIn Facebook Twitter VKontakte 0% Restart quiz