User Profile

Collapse

Profile Sidebar

Collapse
siri
siri
Last Activity: Sep 29 '06, 11:41 AM
Joined: Sep 26 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • siri
    started a topic help me
    in Java

    help me

    hi,

    if i compile a program i get compiled program but i run that it throws an exception like : exception in thread "main" java.lang.notcl assdeffound
    i set the classpath correctly but i got an error.please tell me the solution
    See more | Go to post

  • siri
    started a topic logic of the code
    in Java

    logic of the code

    hi,

    please tell me the logic behind of the following code:
    if i run this code i got 0 as the output.but i don't know how this code
    will run.

    int i=0;
    for(int j=0;j<10;j++)
    {
    i=i++;
    System.out.prin tln(i);
    }
    See more | Go to post
No activity results to display
Show More
Working...