What is api data?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between interface and abstract class..?
Can I create any Marker Interface? If yes then how can I use it???
Can arraylist hold different types java?
What is the default value of byte datatype in java?
Does collectionutils isempty check for null?
How is hashcode calculated in java?
Mention some interfaces implemented by linked list in java.
How long will it take to learn java?
what is the main class of all the classes
How strings are created in java?
What about static nested classes in java?
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.