Can singleton class be inherited in java?
No Answer is Posted For this Question
Be the First to Post Answer
How can we make copy of a java object?
How can we find the actual size of an object on the heap?
when everything can be done by static block then why do we use main method?.
What is compiler and what its output.
Which containers use a FlowLayout as their default layout?
can we create object for static class in java
14 Answers IAP Company, IBM, Marlabs, mPortal, TCS,
Explain the available thread states in a high-level?
define polymorphism in java
diffrence b\w println() and printf()
What is meant by class loader? How many types are there?
What is difference between equal and == in java?
suppose we have an interface & that interface contains five methods. if a class implements that interface then we have to bound that to give tha definition of all five methods in that class. If we declare that class as abstract then can we call only two methods to give the deinition of that method & i don't want to give the definition of all the methods? can it possible