MCQOPTIONS
Saved Bookmarks
| 1. |
What is Portability offered by Java language? |
| A. | Small code size easy to carry occupying less disk space |
| B. | Generating suitable Byte Code for each machine by the Compiler |
| C. | Ability to run the Byte on different machines producing the same behaviour and output |
| D. | Java does not actually provide portability |
| Answer» D. Java does not actually provide portability | |