Why is singleton instance static?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of a statement block?
class A{ class B{ } } in which name u save the file,its the program compile?
What is thread?
Thanks A.jyotsna, Can u tell me differnce between abstract class and interface vikash
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
How do you start a thread?
Is void a type?
Can a method be overloaded based on different return type but same argument type?
Explain the different forms of polymorphism?
what is singlton class?where it is use in real time senario.
How do singleton patterns work?
aabccdee Find the used alphabets as abcde ?