Which package has light weight components in java programming?
What is the difference between Checked and Unchecked exception? Give some examples
What is overloading and overriding in java?
If I have 1000 objects and my requirement is to sort them quickly, then which collection would you recommend and why?
Difference between overloading and Overriding. <Giving a confusing example to test the concept.> (also asked in PA Consultancy Group,iflex,Value chain,IBM,CTS,Accenture, Tarang>
12 Answers Accenture, CTS, Extensio, IBM, iFlex, PA Consulting, Symphony, Tarang,
What is the difference between preemptive scheduling and time slicing in java programming?
Can we add two byte variables and assign the result to a byte variable ? b=b1+b2 where b,b1,b2 are byte types
Why is a constant variable important?
What is the byte range?
what is the difference between the "protected and default" modifiers?
What is a control variable example?
How do you find the maximum number from an array without comparing and sorting?
if two references are having same hash codes,is that means those are refering to same object?