MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output?class One extends Thread{ public void run(){for(int i=0; i |
| A. | 0 |
| B. | ompilation Error |
| C. | 1 |
| D. | one of these |
| Answer» D. one of these | |