Java Quiz 1 – Beginners

Sharing is caring

Welcome to your Java Quiz 1 - Beginners

What is the bit size of float and double in Java?

Which of the following an intermediate operation in Stream API?

Will this code compile :

If we add the elements (5,3,2,5,1) in an ArrayList, and loop though it to print the values, what will be the output?

Which of this is valid built-in Functional Interface from java.util.function?

Which of the following is used to call the constructor of parent class?

How many bits are required to store a variable of type ‘char’?

What is the range of signed integer values which can be stored in a byte variable?

Which of the following maintains order of insertion as well as does not allow duplicate values?


Sharing is caring

Leave a Reply

Your email address will not be published. Required fields are marked *