Line continuation pattern, ending with quotes and beginning with another quote
Regex identifies comments starting with /* and ending with */ and spanning multiple lines as well.
Below Regex identifies comments starting with // till the end of line.
(Since version ) see corresponding Javadoc for more information.