a problem with NoSuchMethodException ....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dmjpro
    Top Contributor
    • Jan 2007
    • 2476

    a problem with NoSuchMethodException ....

    plz give me a sample code or situation where NoSuchMethodExc eption exception may be thrown ....


    any help is most welcome ...
  • horace1
    Recognized Expert Top Contributor
    • Nov 2006
    • 1510

    #2
    Originally posted by dmjpro
    plz give me a sample code or situation where NoSuchMethodExc eption exception may be thrown ....


    any help is most welcome ...
    try writing a class without a main() method and then attempt to execute it

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by dmjpro
      plz give me a sample code or situation where NoSuchMethodExc eption exception may be thrown ....


      any help is most welcome ...
      If you try to run a class without a main method

      Comment

      • dmjpro
        Top Contributor
        • Jan 2007
        • 2476

        #4
        thanx .... thanxx a lot ....

        Comment

        Working...