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 java is called not pure object oriented language?

0 Answers  


Can we create object of static class?

0 Answers  


Name the package that most of the AWT events that supports event-delegation model are defined?

2 Answers  


Who developed JScript language?

3 Answers  


What is a local, member and a class variable?

0 Answers  






What class of exceptions are generated by the java run-time system?

0 Answers  


Which are the two subclasses under exception class?

0 Answers  


How many classes can any class inherit java?

0 Answers  


What is anonymous class?

2 Answers  


How does singleton class work?

0 Answers  


can any one send me the example program of immutable class?

2 Answers   Arfin, TCS,


What is method reference in java?

0 Answers  


Categories