And why do you have such a meaningless class names?. In two months time you'll look at them and won't be able to remember what these are. Even if it is for test purpose choose meaningful names for classes, methods, variables - it requires some practice also. The class, which contains method "main" suppose to be named in the way, that you could identify it straight away, that it is the one you need to execute.
Look at this 6 years old
post (<- link). Quite old, but still can find some good tips in there. As well as link to
Java coding conventions page. That document is even older (20.04.1999), but still standards are followed in nowadays.