What is local variable and instance variable?
No Answer is Posted For this Question
Be the First to Post Answer
What is the catch or declare rule for method declarations?
what is the messsage u r going to get from an objectoriented programing?
Is void a type?
Program to find greatest prime number in n numbers?
which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None
Can we extend singleton class in java?
What are the three types of design patterns?
There can be a abstract class without abstract methods, but what is the need to declare a class abstract if it doesn't contain abstract methods?
What are advantages of using Java?s layout managers than windowing systems?
What package is math in java?
Why char array is preferred over string for storing password?
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.