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

Why is java logo a cup of coffee?

0 Answers  


What is float in java?

0 Answers  


What is the program compilation process?

0 Answers  


why operator overloading is removed in java?

1 Answers  


how does multithreading take place on a computer with a single cpu? : Java thread

0 Answers  






What is singleton class?

16 Answers   3i Infotech, 7 Seas, ABC, Amdocs, Cap Gemini, Oracle, Persistent, TCS, Techforza,


What is the difference between import java.util.date and java .util?

0 Answers  


What is the main purpose of serialization in java?

0 Answers  


Can a double value be cast to a byte?

3 Answers  


What is integer valueof?

0 Answers  


int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b; System.out.println("The value is"+a+b+c;

17 Answers   Honeywell,


can we write two same methods in outer class and innerclass.

1 Answers   3i Infotech,


Categories