which one is the best practice using synchronization method
or synchronization block
Answer / prajakta lakhe
synchronization block is the best practice to implement
synchronization. It allows us to synchronize the method whose
source code we dont know. and also this style helps us to
synchronize the particular block of code,where multiple
processes or threads can use a single resource at a time.
| Is This Answer Correct ? | 4 Yes | 0 No |
how to stop execution of step 3 in a job mainframe
Difference between HTML and DHTML?
When we use Windows authentication mode
given a height balanced tree. If we add one more node , how many nodes gets unbalanced ?
when a query is made on Logical file in DB2/400, will the records satisfying select/omit criterion be fetched from all members of physical file or only the member with same name as physical file?
What is Partial class and its use?
Hi guyes, I have cleared 2 technical rounds with cts for liferay and java techonologies, i have client round next week, please tell me how to prepare for this what questions i should be ready to face?
whats the use of following Good Coding Practices?
iam confused to choose among testing, .net and java can anybody help me????????
i want to improve my english vocab for racking campus written exam plz tell me best book for prepration......
What is the output of the following x = "abcdef" i = "a" for i in x: print(i), a) no output b) i i i i i i … c) a a a a a a … d) a b c d e f
why we use abstract in awt?