User Profile

Collapse

Profile Sidebar

Collapse
naik
naik
Last Activity: Jul 10 '07, 04:00 PM
Joined: Jul 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • naik
    started a topic Instantiation when filename is different from classname
    in Java

    Instantiation when filename is different from classname

    hi everyone my teacher ask bout one prg is here?
    [code=java]class Outer
    {
    static int x;
    class Inner
    {
    static int y;
    public static void main(String args[])
    {
    System.out.prin t(x+" "+y);
    }
    }
    }[/code]
    if file name is Inner.java then how to call it.
    ...
    See more | Go to post
    Last edited by sicarie; Jul 10 '07, 04:04 PM. Reason: Please use [code=java] and [/code] tags around your code.

  • naik
    started a topic football
    in C

    football

    hello friends!...

    i want to know bout some functions of computer graphics trough c.and now i'm going to make one appl. called football i want to make football ground and gives spacial effect in them so plz help me in moving balls untill it reach to the goalpost.tell me when kbhit() func. is called in the loop.
    See more | Go to post
No activity results to display
Show More
Working...