What are the two ways you can synchronize a block of code?
Answer Posted / guest
bu using thread in your main program
| Is This Answer Correct ? | 2 Yes | 16 No |
Post New Answer View All Answers
What is static keyword?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
Can we create our own wrapper class in java?
Why pass by reference is not possible in java?
What is return used for in java?
What is jit compiler in java?
What are the data types supported by java? What is autoboxing and unboxing?
What is blank final variable?
Is arraylist an object in java?
How do you download stubs from Remote place?
How to restrict a member of a class from inheriting by its sub classes?
Why are the destructors for base class and derived class called in reverse order when the program exits
What are the types of inner classes (non-static nested class) used in java?
Can a class extends itself in java?
What is an class?