Is there any difference between synchronized methods and synchronized statements?
No Answer is Posted For this Question
Be the First to Post Answer
What is audio clip interface? Name few methods of it ?
Why super is first line in java?
Is empty list java?
we have two threads..both the threads are reading the data.. is there any need of synchronization there?...justify it?
How does remove work in java?
I have a string like _a01_a02_a03_ and another string like _2_1.5_4_ as input.I want to extract a01,a02... to a string array and 2,1.5,etc to a double array with a01 corresponds to 2 and a02 to 1.5 etc. Need code in core java.. Can you do it?
How many ways can an argument be passed to a subroutine?
3 Answers Technological University of the Philippines,
What is race condition ?? (Threading concept) TCS 2 sept10
Is string a keyword in java?
we r taking <load-on-startup>0</load-on-startup> <load-on-startup>1</load-on-startup> in deployment descripter for loading servlets like serv1 N serv2? so 'll it take serv1 or serv2
Why is static used?
What is meant by method overriding?