Вопрос по Java в TopCoder Development
Вопрос к знатокам Java и участникам TopCoder Development Competitions в особенности.
Вот такие штуки, это нормально?
Вот такие штуки, это нормально?
/**
* <p>
* Represents a slash that is used to construct full URL for ASIT HTML help document.
* </p>
*/
public static final String SLASH = "/";
/**
* <p>
* Represents the semicolon.
* </p>
*/
private static final String SEMICOLON = ";";
/**
* <p>
* Represents the hyphen string.
* </p>
*/
private static final String HYPHEN = "-";