Java Developer Question:
Download Questions PDF

Can a lock be acquired on class in Java Programming?

Answer:

Yes, a lock can be acquired on a class. This lock is acquired on the class's Class object.

Download Java Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Which containers use FlowLayout as their default layout in Java Programming?Define Llist interface in Java Programming?