what is runnable interface

Answer Posted / krisha

runnable interface is implemented when thread is use.
it is needed to start thread.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }

2901


What are two-way data binding and one-way data flow, and how are they different?

568


What is an external javascript?

485


What is an example of javascript?

447


How do you submit a form using JavaScript?

502






How can javascript codes be hidden from old browsers that don't support javascript?

502


What are the predefined functions in javascript?

486


Can you explain the difference between call and apply?

552


How to find operating system in the client machine using javascript?

500


Why does the browser display the slow script warning?

497


What is JavaScript?

675


What output will this program produce System.out.println(x+"+"+y+"="+(x+));

1560


How do I turn off javascript in chrome?

468


How much time it will take to learn javascript?

460


Is there any difference between javascript and jscript?

525