Is array an object in java?
What is the difference between jsp and servlet?
How to eliminate duplicates from an array?
6 Answers ABC, AdMod, Adobe, College School Exams Tests, Patni, Wipro,
Which sorting algorithm is best in java?
What will happen inside init() in servlet. my interviewer asked servlet lifecycle. i said "once servlet is loaded in to memory init() will be called which performs servlet initialization " . Again interview asked what values will be initialized . what is difference between init() and init(ServletConfig config).
2 Answers Infinite Computer Solutions, TCS,
can we create instance for interface in java?
What will happen if we write code like: try{}catch(exception e)catch(IOException i)
How do you replace all in word?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
what is auto boxing
what is Thread?
To obtain design information about an object, which class in used?
How to stop a thread in java? Explain about sleep () method in a thread?