Logo

Java Questions Set 268:

Quiz Mode

Which of these is not a bitwise operator?

1
2
3
4

Solution:

 Variables declared as final occupy memory 

1
2

Solution:

  Which of these is not abstract 

1
2
3
4

Solution:

One thread cannot block the other threads in java except for the running thread.

1
2

Solution:

Which of the following function uses regEx?

1
2
3
4

Solution:

To do synchronization we use ________ keyword. 

1
2
3
4

Solution:

Which of these mouse event methods will respond when you click a button?

1
2
3
4

Solution:

Which of the following classes can catch all exceptions that cannot be caught directly?

1
2
3
4

Solution:

Which method can be used to get the amount of adjustment made by the user?

1
2
3
4

Solution:

Which of the following class level (nonlocal) variable declarations will not compile?

1
2
3
4

Solution: