Search:

Type: Posts; User: rihan

Search: Search took 0.18 seconds.

  1. Re: i have writtena simple java program with one method but method is not executing ....

    yaa ryt thnx for the important tip .... but a small correction non static method can't be called with static context so either call them with a object or use it as a static method .....
    anyways...
  2. Re: i have writtena simple java program with one method but method is not executing ....

    when i run dis code method part shows errors
    the unnecessary line(println before method) u r referring is just to check if dere is any other problem ...... do u know wen does this happens ...
  3. i have writtena simple java program with one method but method is not executing ....

    import java.io.*;
    class method
    {
    public static void main(String args[])
    {
    System.out.println("hey ho");

    void clear()
    {
    System.out.println("Finally its working ");
Results 1 to 3 of 4