Logo

Java Questions Set 274:

Quiz Mode

The list allows duplicate

1
2

Solution:

Java.lang contain Abstract keyword

1
2

Solution:

BufferInputStream is a subtype of ObjectInputStream

1
2

Solution:

 Dequeue() removes and returns the next item in line 

1
2

Solution:

Heap memory in Java Virtual Machine can be expanded or shrunk. 

1
2

Solution:

Which of the following has the highest memory requirement?

1
2
3
4

Solution:

How many copies of static variables are created when 10 objects are created?

1
2
3
4

Solution:

Which of the following loop will run atleast 1 time ?

1
2
3
4

Solution:

What is the range of the short data type in Java?

1
2
3
4

Solution:

What is the purpose of nested class in java?

1
2
3
4

Solution: