Language:
English
繁體中文
Help
回圖書館首頁
手機版館藏查詢
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
Beginning Java 17 fundamentals = obj...
~
Sharan, Kishori.
Linked to FindBook
Google Book
Amazon
博客來
Beginning Java 17 fundamentals = object-oriented programming in Java 17 /
Record Type:
Electronic resources : Monograph/item
Title/Author:
Beginning Java 17 fundamentals/ by Kishori Sharan, Adam L. Davis.
Reminder of title:
object-oriented programming in Java 17 /
Author:
Sharan, Kishori.
other author:
Davis, Adam L.
Published:
Berkeley, CA :Apress : : 2022.,
Description:
xxxiv, 999 p. :ill., digital ;24 cm.
[NT 15003449]:
1. Programming Concepts -- 2. Setting Up the Environment -- 3. Writing Java Programs -- 4. Data Types -- 5. Operators -- 6. Statements -- 7. Classes and Objects -- 8. Methods -- 9. Constructors -- 10. Modules -- 11. Object and Objects Classes -- 12. Wrapper Classes -- 13. Execution Handling -- 14. Assertions -- 15. Strings -- 16. Dates and Times -- 17. Formatting Data -- 18. Regular Expressions -- 19. Arrays -- 20. Inheritance -- 21. Interfaces -- 22. Enum Types -- 23. Java Shell -- Appendix A: Character Encodings -- Appendix B: Documentation Comments.
Contained By:
Springer Nature eBook
Subject:
Java (Computer program language) -
Online resource:
https://doi.org/10.1007/978-1-4842-7307-4
ISBN:
9781484273074
Beginning Java 17 fundamentals = object-oriented programming in Java 17 /
Sharan, Kishori.
Beginning Java 17 fundamentals
object-oriented programming in Java 17 /[electronic resource] :by Kishori Sharan, Adam L. Davis. - Third edition. - Berkeley, CA :Apress :2022. - xxxiv, 999 p. :ill., digital ;24 cm.
1. Programming Concepts -- 2. Setting Up the Environment -- 3. Writing Java Programs -- 4. Data Types -- 5. Operators -- 6. Statements -- 7. Classes and Objects -- 8. Methods -- 9. Constructors -- 10. Modules -- 11. Object and Objects Classes -- 12. Wrapper Classes -- 13. Execution Handling -- 14. Assertions -- 15. Strings -- 16. Dates and Times -- 17. Formatting Data -- 18. Regular Expressions -- 19. Arrays -- 20. Inheritance -- 21. Interfaces -- 22. Enum Types -- 23. Java Shell -- Appendix A: Character Encodings -- Appendix B: Documentation Comments.
Learn the fundamentals of the Java 17 LTS or Java Standard Edition version 17 Long Term Support release, including basic programming concepts and the object-oriented fundamentals necessary at all levels of Java development. Authors Kishori Sharan and Adam L. Davis walk you through writing your first Java program step-by-step. Armed with that practical experience, you'll be ready to learn the core of the Java language. Beginning Java 17 Fundamentals provides over 90 diagrams and 240 complete programs to help you learn the topics faster. While this book teaches you the basics, it also has been revised to include the latest from Java 17 including the following: value types (records), immutable objects with an efficient memory layout; local variable type inference (var); pattern matching, a mechanism for testing and deconstructing values; sealed types, a mechanism for declaring all possible subclasses of a class; multiline text values; and switch expressions. The book continues with a series of foundation topics, including using data types, working with operators, and writing statements in Java. These basics lead onto the heart of the Java language: object-oriented programming. By learning topics such as classes, objects, interfaces, and inheritance you'll have a good understanding of Java's object-oriented model. The final collection of topics takes what you've learned and turns you into a real Java programmer. You'll see how to take the power of object-oriented programming and write programs that can handle errors and exceptions, process strings and dates, format data, and work with arrays to manipulate data. You will: Write your first Java programs with emphasis on learning object-oriented programming How to work with switch expressions, value types (records), local variable type inference, pattern matching switch and more from Java 17 Handle exceptions, assertions, strings and dates, and object formatting Learn about how to define and use modules Dive in depth into classes, interfaces, and inheritance in Java Use regular expressions Take advantage of the JShell REPL tool.
ISBN: 9781484273074
Standard No.: 10.1007/978-1-4842-7307-4doiSubjects--Topical Terms:
522522
Java (Computer program language)
LC Class. No.: QA76.73.J38 / S43 2022
Dewey Class. No.: 005.133
Beginning Java 17 fundamentals = object-oriented programming in Java 17 /
LDR
:03738nmm a2200337 a 4500
001
2297815
003
DE-He213
005
20220124160532.0
006
m d
007
cr nn 008maaau
008
230324s2022 cau s 0 eng d
020
$a
9781484273074
$q
(electronic bk.)
020
$a
9781484273067
$q
(paper)
024
7
$a
10.1007/978-1-4842-7307-4
$2
doi
035
$a
978-1-4842-7307-4
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.J38
$b
S43 2022
072
7
$a
UMX
$2
bicssc
072
7
$a
COM051280
$2
bisacsh
072
7
$a
UMX
$2
thema
082
0 4
$a
005.133
$2
23
090
$a
QA76.73.J38
$b
S531 2022
100
1
$a
Sharan, Kishori.
$3
2072188
245
1 0
$a
Beginning Java 17 fundamentals
$h
[electronic resource] :
$b
object-oriented programming in Java 17 /
$c
by Kishori Sharan, Adam L. Davis.
250
$a
Third edition.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2022.
300
$a
xxxiv, 999 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
1. Programming Concepts -- 2. Setting Up the Environment -- 3. Writing Java Programs -- 4. Data Types -- 5. Operators -- 6. Statements -- 7. Classes and Objects -- 8. Methods -- 9. Constructors -- 10. Modules -- 11. Object and Objects Classes -- 12. Wrapper Classes -- 13. Execution Handling -- 14. Assertions -- 15. Strings -- 16. Dates and Times -- 17. Formatting Data -- 18. Regular Expressions -- 19. Arrays -- 20. Inheritance -- 21. Interfaces -- 22. Enum Types -- 23. Java Shell -- Appendix A: Character Encodings -- Appendix B: Documentation Comments.
520
$a
Learn the fundamentals of the Java 17 LTS or Java Standard Edition version 17 Long Term Support release, including basic programming concepts and the object-oriented fundamentals necessary at all levels of Java development. Authors Kishori Sharan and Adam L. Davis walk you through writing your first Java program step-by-step. Armed with that practical experience, you'll be ready to learn the core of the Java language. Beginning Java 17 Fundamentals provides over 90 diagrams and 240 complete programs to help you learn the topics faster. While this book teaches you the basics, it also has been revised to include the latest from Java 17 including the following: value types (records), immutable objects with an efficient memory layout; local variable type inference (var); pattern matching, a mechanism for testing and deconstructing values; sealed types, a mechanism for declaring all possible subclasses of a class; multiline text values; and switch expressions. The book continues with a series of foundation topics, including using data types, working with operators, and writing statements in Java. These basics lead onto the heart of the Java language: object-oriented programming. By learning topics such as classes, objects, interfaces, and inheritance you'll have a good understanding of Java's object-oriented model. The final collection of topics takes what you've learned and turns you into a real Java programmer. You'll see how to take the power of object-oriented programming and write programs that can handle errors and exceptions, process strings and dates, format data, and work with arrays to manipulate data. You will: Write your first Java programs with emphasis on learning object-oriented programming How to work with switch expressions, value types (records), local variable type inference, pattern matching switch and more from Java 17 Handle exceptions, assertions, strings and dates, and object formatting Learn about how to define and use modules Dive in depth into classes, interfaces, and inheritance in Java Use regular expressions Take advantage of the JShell REPL tool.
650
0
$a
Java (Computer program language)
$3
522522
650
1 4
$a
Java.
$3
517732
650
2 4
$a
Programming Language.
$3
3538935
650
2 4
$a
Computer Science.
$3
626642
700
1
$a
Davis, Adam L.
$3
2210588
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-7307-4
950
$a
Professional and Applied Computing (SpringerNature-12059)
based on 0 review(s)
Location:
ALL
電子資源
Year:
Volume Number:
Items
1 records • Pages 1 •
1
Inventory Number
Location Name
Item Class
Material type
Call number
Usage Class
Loan Status
No. of reservations
Opac note
Attachments
W9439707
電子資源
11.線上閱覽_V
電子書
EB QA76.73.J38 S43 2022
一般使用(Normal)
On shelf
0
1 records • Pages 1 •
1
Multimedia
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login