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
人气:130 ℃ 时间:2020-06-28 10:11:59
解答
三个都可以,选(a)
推荐
猜你喜欢