3) Suppose you are a very rich person, having 50 rooms and
you have lost the key for one of the room's. How
effectively you can find this key? (Qs2 and Qs3 are related)
Answer Posted / sureshkumar
How
effectively you can find this key?
U have the key("find this key?"). by u i find it
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
How many inner classes can a class have?
State some advantages of java?
What is the loop in java?
Can you inherit a constructor java?
What is multiple inheritance? Is it supported by java?
What do you understand by copy constructor in java?
What are three advantages of using functions?
What is a buffer in java?
What is generic class?
Is there a case when finally will not execute?
Explain polymorphism citing an example.
What is final int?
can used Protected Class outside Function.?
How to sort an array from smallest to largest java?
Why are the destructors for base class and derived class called in reverse order when the program exits