Logo

Java Questions Set 272:

Quiz Mode

Can a class be both 'abstract' and 'final'? Type 'Y' for yes and 'N' for no.

Solution:

Where is the Java String Pool stored?

1
2
3
4

Solution:

Which Java package does the BigDecimal class belong to?

1
2
3
4

Solution:

Which of the following is used to delay the thread process in java.

1
2
3
4

Solution:

What type of variables can be defined in an interface?

1
2
3
4

Solution:

When do exceptions in Java arise in the code sequence?

1
2
3
4

Solution:

The default constructor is the one that:

1
2
3
4

Solution:

Which one of the following statements about Java applets is correct?

1
2
3
4

Solution:

Which of the following statements about if-else statements in programming is true?

1
2
3
4

Solution:

What is preemptive scheduling?

1
2
3
4

Solution: