Answer Posted / vasanthi
Inheritance is the process of acquiring one object to
another object.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is broken and continue statement?
What is string builder in java?
What does java stand for?
What are methods and how are they defined?
Can anonymous class have constructor?
What is the java virtual machine?
Is a method a procedure?
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 use of default method in interface in java? Explain
Can we use return in constructor?
What is e java?
How to use arraylist in java netbeans?
Can a string be null?
Can we overload run() method in java?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?