MCQOPTIONS
Saved Bookmarks
| 1. |
Predict the output:class A implements Runnable{public void run(){try{for(int i=0;i |
| A. | A A A B B B B |
| B. | B A B A B A B |
| C. | utput order is not guaranteed |
| D. | ompilation succeed but Runtime Exception |
| E. | one of these |
| Answer» B. B A B A B A B | |