I was reading through a Java textbook, and it mentions something called a \"driver class\". What is it, and how is it different from a normal class?
According to my Java book:
A driver class is a class that is in charge of running other classes. Just as the computer term "Software Driver" refers to a piece of software that runs or drives something else.