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 |
Why can we not override static method?
What is re-factoring in software?
diff between abstract methods and interfaces with programing (code) example?
What is lambda programming?
What will be the output of the program? public class Test { public static void main(String args[]) { ArrayList<String> list = new ArrayList<String>(); list.add("2"); list.add("3"); list.add("4"); list.add("5"); System.out.println("size :"+list.size()); for(int i=0;i<list.size();i++) { list.remove(i); } System.out.println("size after:"+list.size()); } }
what is the difference between future and callable interface in java?
Explain the difference between transient and volatile in java?
Explain spliterator in java8?
What are the special characters?
What enableEvents() method do?
What are packages in java?
What is classname class in java?