Why does java have two ways to create child threads?
Explain reverse a linked list iterative solution in java?
can you use the two main method in same class?how?
4 Answers DELL, Geosoft, SparkTG,
what is object deep copy and shallow copy and why it is required?
Can constructor be inherited?
What is static variable with example?
What is the difference between stringbuffer and stringbuilder class?
class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....
What are white spaces in java?
What are byte codes?
What is boolean law?
What is the difference between int and integer in java?
How to sort a collection of custom Objects in Java?