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.
What is the difference between the file and randomaccessfile classes?
What is sorting algorithm in java?
How to change the priority of thread or how to set priority of thread?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
Why there are some null interface in java? What does it mean?
What is a pointer and does java support pointers?
Mention the default values of all the elements of an array defined as an instance variable.
Can a static class have a constructor java?
What is a instance variable?
How to perform merge sort in java?
How do you convert int to char in java?
How to implement an arraylist in java?
What is the difference between throw and throws keywords?
What is getkey () in java?