Class Sampleone declares a class with a main method that prints "Java is better than C++". The main method is public, static, and void, allowing it to run without creating an object. The println statement outputs the string to the console, similar to printf in C or cout in C++.