In a Java .properties file we can do single line comments with #.
.properties
#
Is there any way by which we can do multi-line comments?
Unfortunately not! Java properties file only have single line # comments.