Answer Posted / sri
Interface is a mechanism in Java which is used to create prototype of the classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
Can variables be used in java without initialization?
What is the purpose of a volatile variable?
What does opcode mean?
State some advantages of java?
What is the difference between synchronized and synchronized block?
Difference between object and reference?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
What is a lambda expression ? What's its use ?
What is byte [] in java?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
Write a program to print fibonacci series up to count 10.
Can a private method be declared as static?
What is %02d?
Explain the difference between static and dynamic binding in java?