Russell Bateman Messages: 2701 Registered: July 2009 Location: Provo, Utah, USA
Senior Member
On 10/9/2012 12:07 PM, Michael Schweinsberg wrote:
> Hi all!
>
> An absolute beginner likes to put some remarks to string.xml!
>
> I tried //, /* .... */
>
> In all cases it occurs an error when compiling!
>
> What doing wrong?
>
> Thanks for your help!
>
> By the way, where can I find java language reserved words?
>
> Thank´s and best regards,
>
> Michael
XML comment are effectuated thus:
<!-- this is a comment -->
Go get a book on Java. The best is Head First Java.