Search Interview Questions | More than 3000 questions in repository. There are more than 900 unanswered questions. Click here and help us by providing the answer. Have a video suggestion. Click Correct / Improve and please let us know. |
|
| ||||
Interview Questions and Answers for 'Blackberry' - 3 question(s) found - Order By Rating | ||||
| ||||
Ans. OAuth is an open-standard authorization protocol or framework that describes how unrelated servers and services can safely allow authenticated access to their assets without actually sharing the initial, related, single logon credential. Like using Google or Facebook to login to something. | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve   Asked in 17 Companies | ||||
Related Questions | ||||
| ||||
Ans. Yes , for HashMap. HashMap implements Map interface. HashMap allows one null key and any number of null values. | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  java   collections   hashmap   map   hashtable   yes-no Asked in 1 Companies | ||||
Related Questions | ||||
Difference between HashMap and Hashtable? | ||||
Why HashTable has been deprecated ? | ||||
What is a Property class ? | ||||
Can we add duplicate keys in a HashMap ? What will happen if we attempt to add duplicate values ? | ||||
Which interface does java.util.Hashtable implement? | ||||
Which interface does java.util.Hashtable implement ? | ||||
Which of the following is false ? | ||||
Which of the collections allows null as the key ? a. HashTable b. HashMap c. TreeMap d. LinkedHashMap | ||||
Difference between concurrentHashMap and HashTable ? | ||||
Frequently asked to fresh graduates. | ||||
| ||||
Ans. When two threads are waiting each other and cant precede the program is said to be deadlock. | ||||
Help us improve. Please let us know the company, where you were asked this question : | ||||
Like Discuss Correct / Improve  java   threads   multi threading   operating system   deadlock  concurrency Asked in 23 Companies basic   frequent | ||||
Related Questions | ||||
What is database deadlock ? How can we avoid them? | ||||
What are the four situations that are required for deadlock to happen ? | ||||
What is Livelock in relation to deadlock ? | ||||
Write Java code that would cause deadlock ? | ||||
How can multi threading lead to a deadlock ? | ||||