> hi
> I have to append a new line to a string.One way is
> String a = "hi all' + "\n";
>
> This is not allowed by my company's checkStyle.
> So is there any way to get the new line character
> from the properties?
> plz help
Yes.
Have you tried to search the forum, or google?
Kaj