bookmate game
en
Joshua Bloch

Effective Java, Third Edition

Avise-me quando o livro for adicionado
Para ler este livro carregue o arquivo EPUB ou FB2 no Bookmate. Como carrego um livro?
Este livro está indisponível
1.022 páginas impressas
Já leu? O que achou?
👍👎

Impressões

  • b1568897977compartilhou uma impressãohá 4 anos
    👍Vale a leitura

Citações

  • diormufez uma citaçãohá 22 dias
    To recap, there are four different kinds of nested classes, and each has its place. If a nested class needs to be visible outside of a single method or is too long to fit comfortably inside a method, use a member class. If each instance of a member class needs a reference to its enclosing instance, make it nonstatic; otherwise, make it static. Assuming the class belongs inside a method, if you need to create instances from only one location and there is a preexisting type that characterizes the class, make it an anonymous class; otherwise, make it a local class.
  • diormufez uma citaçãomês passado
    In summary, interfaces should be used only to define types. They should not be used merely to export constants.
  • diormufez uma citaçãohá 5 meses
    Default methods are, however, extremely useful for providing standard method implementations when an interface is created, to ease the task of implementing the interface (Item 20).

Nas estantes

fb2epub
Arraste e solte seus arquivos (não mais do que 5 por vez)