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
What is the symbol for line break?
Why is string class considered immutable?
How do you declare an array in java?
Describe the term diamond problem.
Explain public static void main(string args[]).
Is an integer an object?
Is java call by value?
How do you create immutable object in java?
What are meta-annotations?
Difference between serialization and deserialization in java?
What is the difference between serializable and externalizable interface?
Difference between final and effectively final ?
How will you reverse a link list without using recursion?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
What is the size of boolean variable?