driver class

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NoOneCanHelpMe
    New Member
    • Aug 2008
    • 13

    driver class

    Hello,
    Could someone tell me something about driver class because there is not much info on the net
    Thank you very much in advance
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Which driver class?

    Comment

    • BigDaddyLH
      Recognized Expert Top Contributor
      • Dec 2007
      • 1216

      #3
      java.sql.Driver Manager?

      Comment

      • NoOneCanHelpMe
        New Member
        • Aug 2008
        • 13

        #4
        Hello again,
        sorry that I didnt give u more clear question this is what I have to do and I am kinda confused :( I am not sure what to do.

        I hope this will help you:
        a 'driver' class(TextAnaly zerTest) containing main() whose purpose should be to instantiate an object of a another class called TextAnalyzer. The object's instance methods should be called from main() to access and process the text.

        Thank You in advance

        Comment

        • NoOneCanHelpMe
          New Member
          • Aug 2008
          • 13

          #5
          Originally posted by r035198x
          Which driver class?
          I am sorry but this which concerns me a lot because I dont know, that is why i posted some more text before to help you understand which exactly I need because honestly I do not know :(
          Thank you

          Comment

          • Laharl
            Recognized Expert Contributor
            • Sep 2007
            • 849

            #6
            Ok. A driver class is one whose job is to start everything going, ie by containing main(). Because Java requires everything to be part of a class, applications will sometimes have main() methods of only a few lines so that the GUI/database classes can handle everything else.

            Comment

            • NoOneCanHelpMe
              New Member
              • Aug 2008
              • 13

              #7
              Originally posted by Laharl
              Ok. A driver class is one whose job is to start everything going, ie by containing main(). Because Java requires everything to be part of a class, applications will sometimes have main() methods of only a few lines so that the GUI/database classes can handle everything else.
              Thank You very much indeed :)
              BEst Wishes
              NoOneCanHelpMe

              Comment

              Working...