download Mastguru Android App

Question Detail

Which metrhods are utilized to control the access to an object in multi threaded programming

  • Asynchronized methods
  • Synchronized methods
  • Serialized methods
  • None of above
Similar Questions :

1. What do you mean by javap

  • java compiler
  • java Interpreter
  • java Disassemble
  • java debugger

2. JIT meaning

  • java in time
  • just in time
  • join in time
  • none of above

3. If method have same name as class name and method don’t have any return type then it is known as

  • Destructors
  • Object
  • Variable
  • Constructor

4. Which method of the Applet class displays the result of applet code on screen

  • run() method
  • paint() method
  • drawString() method
  • main() method

5. Package of drawstring() method is

  • java.applet
  • java.io
  • javax.swing
  • java.awt
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment