Naming
Unlike static fields, which get new socially accepted naming rules, you name static methods the same as any other method.
class Naming {
static void nameLikeNormal() {
}
}
Unlike static fields, which get new socially accepted naming rules, you name static methods the same as any other method.
class Naming {
static void nameLikeNormal() {
}
}