Java中的这些多行注释有什么区别吗?

Hag*_*gra 0 java comments

我只是想知道这些类型的评论之间是否存在任何差异.

/* 
...    
Content of the comment
...    
*/
Run Code Online (Sandbox Code Playgroud)

/* 
* ...    
* Content of the comment
* ...    
*/
Run Code Online (Sandbox Code Playgroud)

Sam*_*tep 7

不,没有区别.这纯粹是一种风格决定.