Valid comments in Java include which of the followingValid comments in Java include which of the following?I /* Comment 1 */ II // Comment 2 III /*** Comment 3*/ (a) I,II,and III(b) II only(c) I and II only(d) I and III only

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/29 07:18:55

Valid comments in Java include which of the followingValid comments in Java include which of the following?I /* Comment 1 */ II // Comment 2 III /*** Comment 3*/ (a) I,II,and III(b) II only(c) I and II only(d) I and III only
Valid comments in Java include which of the following
Valid comments in Java include which of the following?
I /* Comment 1 */
II // Comment 2
III /**
* Comment 3
*/
(a) I,II,and III
(b) II only
(c) I and II only
(d) I and III only

Valid comments in Java include which of the followingValid comments in Java include which of the following?I /* Comment 1 */ II // Comment 2 III /*** Comment 3*/ (a) I,II,and III(b) II only(c) I and II only(d) I and III only
三个都可以,选(a)