Answer Posted / niranjanravi
Abstract class is a class which contains atleast one
abstract method in it.OTHER methods maybe abstract or
concrete.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Define jit compiler?
What is t type java?
How do you sort arrays in java?
What are methods in java?
How to sort a collection of custom Objects in Java?
Why do we use bufferedreader?
What is pass by value?
What string is utf8?
What is string made of?
What is the meaning of course?
Is the milky way in a void?
What is the difference between sleep and wait in java?
Define the term string pool?
What is lazy initialization 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.