About Question com.enthuware.ets.scjp.v6.2.235 :

Help and support on OCA OCP Java Programmer Certification Questions
1Z0-808, 1Z0-809, 1Z0-815, 1Z0-816, 1Z0-817

Moderator: admin

Post Reply
jbprek
Posts: 4
Joined: Sat Aug 30, 2014 4:19 am
Contact:

About Question com.enthuware.ets.scjp.v6.2.235 :

Post by jbprek »

Since /* style comment do not nest, then how option 2:

/* /* .... // */

is valid?

admin
Site Admin
Posts: 10385
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question com.enthuware.ets.scjp.v6.2.235 :

Post by admin »

A multi line comment starts with /* and ends with */. Between these two, you cannot have another multi line comment. That is not happening here. You have only /* in between. That is not a multi line comment.

jbprek
Posts: 4
Joined: Sat Aug 30, 2014 4:19 am
Contact:

Re: About Question com.enthuware.ets.scjp.v6.2.235 :

Post by jbprek »

Many thanks

Post Reply

Who is online

Users browsing this forum: No registered users and 15 guests