What is singleton class?
Answer Posted / muthu
hi,
this is muthu,
i have created singleton class A this class file warped
(warfile) and same singleton class A that class also warped
(warfile)so both war file deployed inthe Application server
then start the server.so how many instance create in JVM?
SO PLE KINDLY REPLAY TO ME...
THKS
MUTHU
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is there is any difference between a scrollbar and a scrollpane?
What about main thread in java?
What is rule of accessibility in java?
Write a program to find maximum and minimum number in array?
What is a final class ?
What is a variable in java?
Why is core java important?
What is the difference between call by reference and call by pointer?
What is a lambda expression ? What's its use ?
What is the right data type to represent a price in java?
When can an object reference be cast to an interface reference in java programming?
Who is founder of java?
What is difference between final and finally in java?
What is the lifetime and scope of a variable?
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