Cantitate/Preț
Produs

Java For Students

Autor Douglas Bell, Mike Parr
en Limba Engleză Paperback – apr 2010
This book is for novices
If you have never done any programming before - if you are a complete novice - this book is for you. This book assumes no prior knowledge of programming. It starts from scratch. It is written in a simple, direct style for maximum clarity. It is aimed at first level students at universities and colleges, but it is also suitable for novices studying alone.
The approach of this book
We explain how to use objects early in this book. Our approach is to start with the ideas of variables, assignment and methods, then introduce the use of objects created from library classes. Next we explain how to use control structures for selection and looping. Then comes the treatment of how to write your own classes.
We wanted to make sure that the fun element of programming was paramount, so we use graphics right from the start. We think graphics is fun, interesting and clearly demonstrates all the important principles of programming. But we haven't ignored programs that input and output text - they are also included.
The programs we present use many of the features of a graphical user interfaces (GUIs), such as buttons, scroll bars and text boxes. But we also explain how to write console programs in Java.
We introduce new ideas carefully one-at-a-time, rather than all at once. So, for example, there is a single chapter on writing methods. We introduce simple ideas early and more sophisticated ideas later on.
Citește tot Restrânge

Preț: 57631 lei

Preț vechi: 66242 lei
-13% Nou

Puncte Express: 864

Preț estimativ în valută:
11029 11490$ 9170£

Carte disponibilă

Livrare economică 20 ianuarie-03 februarie 25
Livrare express 04-10 ianuarie 25 pentru 4558 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780273731221
ISBN-10: 027373122X
Pagini: 560
Ilustrații: Illustrations
Dimensiuni: 169 x 238 x 32 mm
Greutate: 0.93 kg
Ediția:Nouă
Editura: Pearson Education
Locul publicării:Harlow, United Kingdom

Cuprins

Detailedcontents
Introduction
Guidedtour
  1. ThebackgroundtoJava
  2. Firstprograms
  3. Usinggraphicsmethods
  4. Variablesandcalculations
  5. Methodsandparameters
  6. Usingobjects
  7. Selection
  8. Repetition
  9. Writingclasses
  10. Inheritance
  11. Calculations
  12. Arraylists
  13. Arrays
  14. Arrays-twodimensional
  15. Stringmanipulation
  16. Exceptions
  17. Filesandconsoleapplications
  18. Object-orienteddesign
  19. Programstyle
  20. Testing
  21. Debugging
  22. Threads
  23. Interfaces
  24. Programminginthelarge-packages
  25. Polymorphism
  26. Javaincontext
Appendices:
A.Javalibraries
B.TheAbstractWindowToolkit
C.Applets
D.Glossary
E.Rulesfornames
F.Keywords
G.Scoperules(visibility)
H.Bibliography
I.InstallingandusingJava

Index

Caracteristici

  • aimedatnovices
  • step-by-stepapproachusesgraphicsextensively
  • usesgraphicaluserinterfacesfromtheoutset.
  • teachesObject-OrientedProgramming
  • usesUML(UnifiedModellingLanguage)asappropriate
  • usesgenericsandtheenhanced'for'
  • introducesobjectsearly
  • self-testquestionswithsolutions
  • exercisesattheendofeachchapter
  • presentscompleteprograms-notjustfragments

Notă biografică

Douglas Bell and Mike Parr have many years experience teaching programming in the UK. They have written a number of programming books, including the bestselling Java for Students, Visual Basic for Students and C# for Students. They continue to teach and learn about programming with enthusiasm.