
Does java allows multiline comments?

Hi Friend,
Yes,
/* The sign '/* and */ comments the multiline values. */
Thanks

Hi Friend,
Yes,
/* The sign '/* and */' comments the multiline values. */
Thanks
print("code sample");

Yes... java allows multiline comment syntax:
/* ................. .................. */
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.