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)
Answers were Sorted based on User's Feedback
Answer / siddharth
By comparing romm numbers with the key number.
Is This Answer Correct ? | 6 Yes | 3 No |
Answer / 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 |
I have a class which is abstract which contains only the abstract methods. This is similar to an interface. Then, if i have given a choice to choose one of them. Which one i have to choose and why?
Name some classes present in java.util.regex package.
What is 'finally' method in Exceptions?
What is difference between fileinputstream and filereader in java?
What is void in java?
How do you identify independent and dependent variables?
What are the important features of Java 9 release?
How to create a fecelet view?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
What is pangram in java?
What does g mean in regex?
How can we make a class singleton?