Top 250+ Solved Java Programming MCQ Questions Answer

From 136 to 150 of 285

Q. Standard output variable ‘out’ is defined in which class?

a. Void

b. Process

c. Runtime

d. System

  • d. System

Q. Which of these packages contains all the event handling interfaces?

a. javlang

b. java.awt

c. java.awt.event

d. java.event

  • c. java.awt.event

Q. Which of these keywords is not a part of exception handling?

a. try

b. finally

c. thrown

d. catch

  • c. thrown

Q. Which of these exceptions handles the divide by zero error?

a. ArithmeticException

b. MathException

c. IllegalAccessException

d. IllegarException

  • a. ArithmeticException

Q. Which of these exceptions will occur if we try to access the index of an array beyond itslength?

a. ArithmeticException

b. ArrayException

c. ArrayIndexException

d. ArrayIndexOutOfBoundsException

  • d. ArrayIndexOutOfBoundsException

Q. What decides thread priority?

a. Process

b. Process scheduler

c. Thread

d. Thread scheduler

  • d. Thread scheduler

Q. Which of the following will ensure the thread will be in running state?

a. yield()

b. notify()

c. wait()

d. ThreakillThread()

  • c. wait()

Q. Which of these is used to read a string from the input stream?

a. get()

b. getLine()

c. read()

d. readLine()

  • c. read()

Q. Which of these methods can be used to output a string in an applet?

a. display()

b. print()

c. drawString()

d. tr

  • a. display()

Q. Which of these methods is a part of Abstract Window Toolkit (AWT) ?

a. display()

b. paint()

c. drawString()

d. tr

  • a. display()

Q. Which of these operators can be used to get run time information about an object?

a. getInfo

b. Info

c. instanceof

d. getinfoof

  • c. instanceof

Q. Which of these methods can be used to writing console output?

a. print()

b. println()

c. write()

d. all of the mentioned

  • d. all of the mentioned

Q. Which of these class is used to read from a file?

a. InputStream

b. BufferedInputStream

c. FileInputStream

d. BufferedFileInputStream

  • c. FileInputStream

Q. Which of these events is generated by scroll bar?

a. ActionEvent

b. KeyEvent

c. WindowEvent

d. AdjustmentEvent

  • d. AdjustmentEvent
Subscribe Now

Get All Updates & News