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

What are "class access modifiers" in Java?

0 Answers   Genpact,


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

0 Answers  


How is the marker interface used in Java?

0 Answers   BirlaSoft,


What is the alternate of 'Inheritance' ?

4 Answers   CybAge, HCL,


Which data type is a class in java?

0 Answers  


How are commas used in the initialization and iteration parts of a for statement?

2 Answers  


What are thread safe functions?

0 Answers  


Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?

0 Answers  


What do you understand by the term polymorphism?

0 Answers  


What is the preferred size of a component?

3 Answers   ITSA,


Explain about class in java?

0 Answers  


Can we have this () and super () together?

0 Answers  


Categories