Class Main


public class Main extends Object
The `Main` class is the entry point for the application. It contains the `main` method to start the application.
  • Constructor Details

    • Main

      public Main()
  • Method Details

    • main

      public static void main(String[] args)
      The main method that serves as the entry point for the application.
      Parameters:
      args - Command-line arguments passed to the application (not used in this application).