語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Guide to Java = a concise introducti...
~
Streib, James T.
FindBook
Google Book
Amazon
博客來
Guide to Java = a concise introduction to programming /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
Guide to Java/ by James T. Streib, Takako Soma.
其他題名:
a concise introduction to programming /
作者:
Streib, James T.
其他作者:
Soma, Takako.
出版者:
Cham :Springer International Publishing : : 2023.,
面頁冊數:
xvi, 430 p. :ill. (some col.), digital ;24 cm.
內容註:
1. Variables, Input / Output and Arithmetic -- 2. Objects: An Introduction -- 3. Selection Structures -- 4. Iteration Structures -- 5. Objects: Revisited -- Strings -- 6. Arrays -- Recursion -- 7. Objects: Inheritance and Polymorphism -- 8. Elementary File Input and Output -- 9. Simple Graphical Input and Output -- 9. Exceptions -- 10. Java doc Comments -- 11. Glossary -- 12. Answers to Selected Exercises.
Contained By:
Springer Nature eBook
標題:
Java (Computer program language) -
電子資源:
https://doi.org/10.1007/978-3-031-22842-1
ISBN:
9783031228421
Guide to Java = a concise introduction to programming /
Streib, James T.
Guide to Java
a concise introduction to programming /[electronic resource] :by James T. Streib, Takako Soma. - Second edition. - Cham :Springer International Publishing :2023. - xvi, 430 p. :ill. (some col.), digital ;24 cm. - Undergraduate topics in computer science,2197-1781. - Undergraduate topics in computer science..
1. Variables, Input / Output and Arithmetic -- 2. Objects: An Introduction -- 3. Selection Structures -- 4. Iteration Structures -- 5. Objects: Revisited -- Strings -- 6. Arrays -- Recursion -- 7. Objects: Inheritance and Polymorphism -- 8. Elementary File Input and Output -- 9. Simple Graphical Input and Output -- 9. Exceptions -- 10. Java doc Comments -- 11. Glossary -- 12. Answers to Selected Exercises.
Seeking to learn quickly how to program in Java without prior experience? This Guide to Java presents a focused and accessible primer on the fundamentals of Java programming, with extensive use of illustrative examples and hands-on exercises. Addressing the need to acquire a good working model of objects in order to avoid possible misconceptions, the text introduces the core concepts of object-oriented programming at any stage, supported by the use of contour diagrams. Each chapter has one or more complete programs to illustrate the various ideas presented, and to help readers learn how to write programs on their own. Chapter summaries and practical exercises also are included to help the reader to review their progress and practice their skills. This substantially updated second edition has been expanded with additional exercises, and includes new material on bit manipulation and parallel processing. Topics and features: Introduces computing concepts in Chapter 0 for new programmers Adds new chapters on bit-manipulation and parallel processing Contains exercises at the end of each chapter with selected answers Supports both text-based and GUI-based Input/Output Objects can be introduced first, last, or intermixed with other material Uses contour diagrams to illustrate objects and recursion Discusses OOP concepts such as overloading, class methods, and inheritance Introduces string variables and illustrates arrays and array processing Discusses files, elementary exception processing, and the basics of Javadoc This concise and easy-to-follow textbook/guide is ideal for students in an introductory programming course. It is also suitable as a self-study guide for both practitioners and academics. Dr. James T. Streib is Professor Emeritus of Computer Science and Dr. Takako Soma is Associate Professor of Computer Science, and both are at Illinois College, Jacksonville, IL, USA. They are also co-authors of the follow-up text Guide to Data Structures.
ISBN: 9783031228421
Standard No.: 10.1007/978-3-031-22842-1doiSubjects--Topical Terms:
522522
Java (Computer program language)
LC Class. No.: QA76.73.J38 / S8466 2023
Dewey Class. No.: 005.133
Guide to Java = a concise introduction to programming /
LDR
:03494nmm a2200349 a 4500
001
2315604
003
DE-He213
005
20230208122137.0
006
m d
007
cr nn 008maaau
008
230902s2023 sz s 0 eng d
020
$a
9783031228421
$q
(electronic bk.)
020
$a
9783031228414
$q
(paper)
024
7
$a
10.1007/978-3-031-22842-1
$2
doi
035
$a
978-3-031-22842-1
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.J38
$b
S8466 2023
072
7
$a
UM
$2
bicssc
072
7
$a
COM051000
$2
bisacsh
072
7
$a
UM
$2
thema
082
0 4
$a
005.133
$2
23
090
$a
QA76.73.J38
$b
S915 2023
100
1
$a
Streib, James T.
$3
2058614
245
1 0
$a
Guide to Java
$h
[electronic resource] :
$b
a concise introduction to programming /
$c
by James T. Streib, Takako Soma.
250
$a
Second edition.
260
$a
Cham :
$b
Springer International Publishing :
$b
Imprint: Springer,
$c
2023.
300
$a
xvi, 430 p. :
$b
ill. (some col.), digital ;
$c
24 cm.
490
1
$a
Undergraduate topics in computer science,
$x
2197-1781
505
0
$a
1. Variables, Input / Output and Arithmetic -- 2. Objects: An Introduction -- 3. Selection Structures -- 4. Iteration Structures -- 5. Objects: Revisited -- Strings -- 6. Arrays -- Recursion -- 7. Objects: Inheritance and Polymorphism -- 8. Elementary File Input and Output -- 9. Simple Graphical Input and Output -- 9. Exceptions -- 10. Java doc Comments -- 11. Glossary -- 12. Answers to Selected Exercises.
520
$a
Seeking to learn quickly how to program in Java without prior experience? This Guide to Java presents a focused and accessible primer on the fundamentals of Java programming, with extensive use of illustrative examples and hands-on exercises. Addressing the need to acquire a good working model of objects in order to avoid possible misconceptions, the text introduces the core concepts of object-oriented programming at any stage, supported by the use of contour diagrams. Each chapter has one or more complete programs to illustrate the various ideas presented, and to help readers learn how to write programs on their own. Chapter summaries and practical exercises also are included to help the reader to review their progress and practice their skills. This substantially updated second edition has been expanded with additional exercises, and includes new material on bit manipulation and parallel processing. Topics and features: Introduces computing concepts in Chapter 0 for new programmers Adds new chapters on bit-manipulation and parallel processing Contains exercises at the end of each chapter with selected answers Supports both text-based and GUI-based Input/Output Objects can be introduced first, last, or intermixed with other material Uses contour diagrams to illustrate objects and recursion Discusses OOP concepts such as overloading, class methods, and inheritance Introduces string variables and illustrates arrays and array processing Discusses files, elementary exception processing, and the basics of Javadoc This concise and easy-to-follow textbook/guide is ideal for students in an introductory programming course. It is also suitable as a self-study guide for both practitioners and academics. Dr. James T. Streib is Professor Emeritus of Computer Science and Dr. Takako Soma is Associate Professor of Computer Science, and both are at Illinois College, Jacksonville, IL, USA. They are also co-authors of the follow-up text Guide to Data Structures.
650
0
$a
Java (Computer program language)
$3
522522
650
0
$a
Computer programming.
$3
527209
650
1 4
$a
Programming Techniques.
$3
892496
650
2 4
$a
Java.
$3
517732
650
2 4
$a
Software Engineering.
$3
890874
650
2 4
$a
Compilers and Interpreters.
$3
3592044
700
1
$a
Soma, Takako.
$3
2058615
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
830
0
$a
Undergraduate topics in computer science.
$3
1567579
856
4 0
$u
https://doi.org/10.1007/978-3-031-22842-1
950
$a
Computer Science (SpringerNature-11645)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9451854
電子資源
11.線上閱覽_V
電子書
EB QA76.73.J38 S8466 2023
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入