What are runtime exceptions?
No Answer is Posted For this Question
Be the First to Post Answer
What is a loop java?
What is OOP Language?
if am have 100 threads(for ex:T1,T2---T100) how we give priority to these threads and how the system excute these threads
Is it safe for adding 10,00,000 records/objects to HashMap?, i.e is it safe to add millions of objects to HashMap?
What java is used for?
What are methods?
why constructor dont have returns type?
what are the difference between Java and .Net?
String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?
6 Answers Flextronics, Keane India Ltd,
What is the r character?
What do you mean by light weight and heavy weight components?
What is the size of boolean variable?