Thursday, November 03, 2011

Tech Review: Wednesday, November 2, 2011

  • Two types of classes
    • Top-level class
      • cannot be declared static
        • static class means top level class?
    • Inner classes
      • 4 types
        • Anonymous
          • special syntax with no name
        • local
          • created within a block
        • Member class
          • created within a class
        • Nested top-level
          • member class
            • static modifier
PostgreSQL

There is no "USE" close like in SQL.  From the pgAdmin Query Tool, you need to select the connection for the data base in the top middle of the Query Tool.

No comments: