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.
...
User Profile
Collapse
-
Instantiation when filename is different from classname
Last edited by sicarie; Jul 10 '07, 04:04 PM. Reason: Please use [code=java] and [/code] tags around your code. -
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.
No activity results to display
Show More