Differentiate between nested and inner class in java.
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by inner class in java? Explain
What is difference between printf and scanf?
How can we create a object of a class without using new operator.
What is variable argument in java?
who was the founder of java
32 Answers CTS, HCL, ProKarma,
What is private static class in java?
What are java threads?
What things should be kept in mind while creating your own exceptions in java?
Which collection does not allow duplicates in java?
What are multiple inheritances? Is it supported by java?
Is hashset sorted 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.