Answer Posted / ravikiran(aptech mumbai)
inheritance is the property of inheriting the properties of
super class to subclass
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
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.
Why hashset is used in java?
How can we make sure main() is the last thread to finish in java program?
How do you write a scanner class in java?
What is java life cycle?
List primitive java types?
What are the Class Libraries ?
Why do we need autoboxing in java?
List the three steps for creating an object for a class?
Which method must be implemented by all threads?
Write java program to reverse string without using api?
What are the classes of java?
What is compareto () in java?
How do weakhashmap works?
What is null in java?