When do we use synchronized methods in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is the static method?

0 Answers  


What is meant by object?

0 Answers  


Can an interface be final?

0 Answers  


Does java have extension methods?

0 Answers  


How to change the priority of thread or how to set the priority of thread?

0 Answers  






What is the multilevel inheritance. and also give the Example of it ?

5 Answers  


What is the set interface in java programming?

0 Answers  


What does singleton mean in java?

0 Answers  


What is unicode used for?

0 Answers  


What are examples of modifiers?

0 Answers  


Java does not support multiple inheritance. how interface helps in the same?

5 Answers   TCS,


class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.

2 Answers   Yamaha,


Categories