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.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

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

6 Answers   HP, Wipro,


Why there are some null interface in java? What does it mean?

0 Answers  


why java does not support mulitple inheritance directly?

3 Answers   TCS,


What is final method?

0 Answers  


Can applet in different page/s communicate with each other?

1 Answers  






Is array dynamic in java?

0 Answers  


Explain about procedural programming language or structured programming language and its features?

0 Answers  


How can constructor chaining be done using this keyword?

0 Answers  


Tell me the Importent classes in net package?

0 Answers  


How many digits can a float hold?

0 Answers  


what is difference between global methods and local methods?

1 Answers  


What is broken and continue statement?

0 Answers  


Categories