I have seen the term "driver class". I did a search and could not seem to find a definition. Is this the same as the main program? If not could someone tell me what it is.
thanks in advance
Ernest Friedman-Hill
author and iconoclast
Marshal
It can mean a main program, yes. Often, though, it implies a demonstration program, one that shows how to exercise some class or library without really doing anything useful itself.
Or it can be the main class of a specific implementation for a generic API, such as a JDBC driver class.
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.