Hi,
I have just downloaded my
SCJD assignment. It contains a DB.java interface, which I have to implement. I is provided in the following form:
My question is: can I make changes in this code? More specifically, I do not like that the descriptions are in // comments (not even in multiline comment format). Can I change it to javadoc (/** */) without automatic failure? Or do they compare it with the one in my assignment?
(Making a Javadoc documentation is a must anyway, so I think it should be okay... just to make sure...)