Introdução aos Objectos/Classes com membros "static": Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 November 2018

6 April 2015

23 October 2013

  • curprev 16:3516:35, 23 October 2013Root talk contribs 1,563 bytes +1,563 Created page with "{{TOCright}} == Classe com atributo <code>static</code> == O atributo é partilhado por todas as instâncias da classe. <java5> class StaticInt { static int i = 1; } </jav..."