The video demonstrates creating a simple calculator in Java using switch case. It handles addition, subtraction, multiplication, and division of two numbers. Users select an operation by entering a number (1 for add, 2 for subtract, 3 for multiply, 4 for divide), then input the two numbers. The program uses variables for the operator and numbers, displays operation options, and employs the Scanner class to read user inputs from the console.