Cargando…

SAMS teach yourself Java 2 platform in 21 days /

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Lemay, Laura
Otros Autores: Cadenhead, Rogers
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Indianapolis, Ind. : SAMS, ©1999.
Edición:Professional reference ed.
Colección:Sams Teach Yourself ... in 21 Days Ser.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Getting Started with Java Programming
  • A Fistful of Java
  • What Java Is
  • Born to Run ... on the Web
  • The Unauthorized Biography
  • Versions of the Language
  • Tell Me, Tell Me, Crystal Ball
  • Why Are You Here?
  • Java Is Platform Independent
  • Java Is Object-Oriented
  • Java Is Easy to Learn
  • Diving into Java Programming
  • Selecting a Java Development Tool
  • Installing the Java Development Kit
  • Your First Java Application
  • QandA
  • A Taste of Object-Oriented Programming
  • Thinking in Terms of Objects
  • Objects and Classes
  • An Example of Class Design
  • Attributes and Behavior
  • Attributes of a Class of Objects
  • Behavior of a Class of Objects
  • Creating a Class
  • Running the Program
  • Organizing Classes and Class Behavior
  • Inheritance
  • Creating a Class Hierarchy
  • Inheritance in Action
  • Single and Multiple Inheritance
  • Interfaces
  • Packages
  • Creating a Subclass
  • QandA
  • The ABCs of Java
  • Statements and Expressions
  • Variables and Data Types
  • Creating Variables
  • Naming Variables
  • Variable Types
  • Assigning Values to Variables
  • Comments
  • Literals
  • Number Literals
  • Boolean Literals
  • Character Literals
  • String Literals
  • Expressions and Operators
  • Arithmetic
  • More About Assignment
  • Incrementing and Decrementing
  • Comparisons
  • Logical Operators
  • Operator Precedence
  • String Arithmetic
  • QandA
  • Object Lessons
  • Creating New Objects
  • Using new
  • What new Does
  • A Note on Memory Management.