What is a driver class? (Java)

后端 未结 4 1973
走了就别回头了
走了就别回头了 2020-12-06 04:34

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?

4条回答
  •  暖寄归人
    2020-12-06 05:29

    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.

提交回复
热议问题