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 / siddharth
By comparing romm numbers with the key number.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is meant by data hiding in java?
What is bufferedreader in java?
What is mnemonic code?
Is there is any difference between a scrollbar and a scrollpane?
How we can make copy of a java object?
What is the difference between break and continue statements?
What do you mean by jjs in java8?
What is jar?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
Can a serialized object be transferred via network?
Explain the difference between hashmap and hashtable in java?
What does g mean in regex?
Why there is no call by reference in java?
What are the uses of synchronized keyword?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?