Reply from rganugapanta on May 23 at 10:27 AM I tried the code snippet at my end and i did not get any exception. In console it printed - computing value of 7
| | | ---------------Original Message--------------- From: Sudeep kumar Sent: Thursday, August 05, 2010 10:55 AM Subject: Exception in thread'main' java.lang.NosuchMethodError: main class Aug9 { private String name; private int age; public void talk() { System.out.println("hello,I m"+name); System.out.println("Age is"+age); } } In the above program at the run time it gives an error and the error is Exception in thread "main" java.lang.NosuchMethodError: main | | Reply to this email to post your response. __.____._ | In the Spotlight Become a blogger at Toolbox.com and share your expertise with the community. Start today. _.____.__ |
No comments:
Post a Comment