in java what is the syntax for commenting out multiple lines?
        Posted  
        
            by David
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by David
        
        
        
        Published on 2010-03-15T17:58:32Z
        Indexed on 
            2010/03/15
            17:59 UTC
        
        
        Read the original article
        Hit count: 235
        
in java what is the syntax for commenting out multiple lines?
i want to do something like:
(comment) 
LINES I WANT COMMENTED 
LINES I WANT COMMENTED 
LINES I WANT COMMENTED 
(/comment) 
© Stack Overflow or respective owner