What is polymorphism and what are the types of it?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between linkedlist and arraylist.
Which is better stringbuffer or stringbuilder?
Is there any use of an abstract class which has no methods and no attributes?
Is java programming easy?
What is difference between static and final?
Difference between notify() method and notifyall() method in java?
What is a methodologist?
List two java ide’s?
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 an anonymous class be declared as implementing an interface and extending a class in java programming?
What is the += operator called?
when,where and how to use abstract class and interface