Problem About Interface

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pankaj255143
    New Member
    • Oct 2007
    • 17

    #1

    Problem About Interface

    hello eneryone....
    i am so confuse about the Interface in java.....
    i m not sure that how can these inplemented and how can i import interfaces.
    plz tell me about the class path..... and how to set it....
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    Originally posted by pankaj255143
    hello eneryone....
    i am so confuse about the Interface in java.....
    i m not sure that how can these inplemented and how can i import interfaces.
    plz tell me about the class path..... and how to set it....
    Try google for "java class path" it will help faster and better then we can.

    Comment

    • BigDaddyLH
      Recognized Expert Top Contributor
      • Dec 2007
      • 1216

      #3
      Here is a Sun's tutorial on interfaces:



      Interfaces and the class path are really separate concepts. You should learn them one at a time.

      Comment

      Working...