What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
No Answer is Posted For this Question
Be the First to Post Answer
Is java a super set of javascript?
What is mutable object and immutable object?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
Differentiate between a constructor and a method? Can we mark constructors final?
How many types of exception can occur in a java program?
How to instantiate static nested classes in java?
is JVM platform dependent or independent..?
11 Answers IBM, Tech Mahindra,
What is floating data type?
Why Wait and notify are kept in Object class although they are used only with Thread Class
2 Answers Global Logic, Saksoft,
How do you use, call, and access a static method in Java?
After compilation of java program we'll get .class code. If it's generated in OS Windows XP will it work on OS Linux? If yes why? If no why?
Why put method is idempotent?