Is java programming easy?
No Answer is Posted For this Question
Be the First to Post Answer
What is string array?
What are the actions that can occur when a thread enters blocked state?
What are integer overflows and underflows and how to handle them?
When do we use hashset over treeset?
Why is a constant variable important?
waht You know about thread programming?
Can constructor be inherited?
can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
suppose string s1="rajnish"; string s2="bhaskar"; then what will be happend ?
Why synchronization is important?
if am have 100 threads(for ex:T1,T2---T100) how we give priority to these threads and how the system excute these threads