Java Programming Tutorial for beginners - (Pre and Post Increment Operator in Java) - HD

Publicado em: 04 Julho 2012
no canal de: Kb Jones
904
2

In java Program the main class name has to be same to the program name.

The main method have to be declared as public static void main(String args[ ]).

In this program the concept of post and pre increment has been shown;
suppose x=10,y=++x;
this means x=x+1 ; and y=x;
so the result will be x=y=11;
and suppose x=10 ; and y=x++;
this means y=x;x=x+1;
so the result will be x=11 and y=10.


Nesta página do site você pode assistir ao vídeo on-line Java Programming Tutorial for beginners - (Pre and Post Increment Operator in Java) - HD duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Kb Jones 04 Julho 2012, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 904 vezes e gostou 2 espectadores. Boa visualização!