What is thread safe singleton?
No Answer is Posted For this Question
Be the First to Post Answer
Any one can explain how the inerface uses in java. give with example.
Can we extend singleton class in java?
What is a class component?
without using arthematic operation ,how can you write the logic for adding/substraction/multiplication?
7 Answers Tanla Solutions, Wipro,
What is the difference between a choice and a list?
What is data type modifier?
Which is better singleton or static class?
Can we have two methods in a class with the same name?
how can i take the inputs from users in java program?
What is join () in java?
How does java pattern compile work?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.