What is not object oriented programming?
No Answer is Posted For this Question
Be the First to Post Answer
If you do not want your class to be inherited by any other class. What would you do?
Why Java is not purely object oriented?
50 Answers Elitecore, Persistent, Reliance, Wipro,
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,
Why destructor is not used in java?
what is meant by abstract class?
what are upcasting and downcasting?
what is language and it responsibilities
What is the nested interface?
class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?
How we create object in copy constructor?
Can we split string with in java?
Why java is a platform independent? Explain