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. JAR file contains the compressed version of

  • .java file
  • .class file
  • .jsp file
  • None of above

2. x=x+1 is equivalent to

  • ++x
  • x++
  • x=x-1
  • None of these

3. Minimum threads in a program are

  • 1
  • 2
  • 5
  • Many

4. Which of the following below are valid isolation levels in J2EE

  • TRANSACTION_READ_UNCOMMITTED
  • TRANSACTION_SERIALIZABLE
  • Only A
  • Both A and B

5. Process of creating exact copy of the existing object is called

  • cloning
  • overloading
  • overriding
  • coping
Read more from - Java Objective Questions Answers -Chapter 1
Post a comment