Java is an Object-Oriented Programming language. You need to create at least one class to create a simple Java application. You can write applications without classes in other languages like Python, PHP or others, but not in Java.
4
solved How to create java application without using any user defined class [closed]