Search Interview Questions | Click here and help us by providing the answer. Click Correct / Improve and please let us know. |
|
|||
|
| ||||
| Interview Questions and Answers for 'Eci telecom' - 7 question(s) found - Order By Rating | ||||
| ||||
| ||||
| Ans. We can merge two sorted array by using quick sort algorithm | ||||
| ||||
| Ans. [Open Ended Answer] | ||||
| ||||
| Ans. JMS Provides high-performance asynchronous messaging. It enables Java EE applications to communicate with non-Java systems on top of various transports. | ||||
| ||||
| Ans. http://www.buggybread.com/2014/03/java-design-pattern-singleton-interview.html | ||||
| ||||
| Ans. Abstract classes can have both abstract methods ( method declarations ) as well as concrete methods ( inherited to the derived classes ) whereas Interfaces can only have abstract methods ( method declarations ). A class can extend single abstract class whereas it can implement multiple interfaces. | ||||
| ||||
| Ans. http://javasearch.buggybread.com/CodeSnippets/searchCodeSamples.php?keyword=singleton+class&category=code | ||||