Java for students /

Uloženo v:
Podrobná bibliografie
Hlavní autor: Bell, Doug, 1944-
Další autoři: Parr, Mike, 1949-
Médium: Kniha
Jazyk:English
Vydáno: London ; New York : Prentice Hall Europe, 1998.
Témata:
Obsah:
  • 1. The scope of Java
  • 2. A first Java program
  • 3. Introductory graphics
  • 4. Variables and calculations
  • 5. Methods and parameters
  • 6. Events
  • 7. Decisions - if and switch
  • 8. Repetition - while, for and do
  • 9. Objects and classes
  • 10. The user interface
  • 11. Inheritance
  • 12. Calculations
  • 13. Arrays
  • 14. Arrays - two-dimensional
  • 15. String manipulation
  • 16. Exceptions
  • 17. Graphical user interfaces
  • 18. Free-standing programs
  • 19. Files
  • 20. Graphics and sound
  • 21. OO design
  • 22. Program style
  • 23. Testing
  • 24. Debugging
  • 25. Threads
  • 26. Programming in the large - packages
  • 27. Java in context
  • 28. Advanced object-oriented programming - abstract classes and interfaces.