What is api in java?
What is an iterator interface in java programming?
How do you convert an int to a string in java?
Can we override protected method in java?
What are the access modifiers in java?
How can we run a java program without making any object?
What are the 6 boolean operators?
Is java written in c?
What are the types of inner classes (non-static nested class) used in java?
Differentiate between stringbuffer and stringbuilder in java.
What is passing by reference in java?
What is use of inner class in java?
What is the purpose of skeleton and stub?
What is collection sort 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.