
Beginning Java 9 Fundamentals
Arrays, Objects, Modules, JShell, and Regular Expressions
Kishori Sharan(Author)
APress
2nd Edition
Published on 3. November 2017
Book
Paperback/Softback
XXXVI, 1037 pages
978-1-4842-2843-2 (ISBN)
Article exhausted; check for reprint
Description
Learn the basics of Java 9, including basic programming concepts and the object-oriented fundamentals necessary at all levels of Java development. Author Kishori Sharan walks 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 9 Fundamentals provides over 90 diagrams and 240 complete programs to help you learn the topics faster.
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 ofJava'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.
This book is a companion to two other books also by Sharan focusing on APIs and advanced Java topics.
What You'll Learn
Who This Book Is For
Those who are new to Java programming, who may have some or even no prior programming experience.
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 ofJava'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.
This book is a companion to two other books also by Sharan focusing on APIs and advanced Java topics.
What You'll Learn
- Write your first Java programs with an emphasis on learning object-oriented programming in Java
- Work with data types, operators, statements, classes and objects
- Handle exceptions, assertions, strings and dates, and object formatting
- Use regular expressions
- Work with arrays, interfaces, enums, and inheritance
- Take advantage of the new JShell REPL tool
Who This Book Is For
Those who are new to Java programming, who may have some or even no prior programming experience.
More details
Edition
2nd ed.
Language
English
Place of publication
Berkeley
United States
Target group
College/higher education
Edition type
Revised edition
Illustrations
83 s/w Abbildungen, 45 farbige Abbildungen
45 Illustrations, color; 83 Illustrations, black and white; XXXVI, 1037 p. 128 illus., 45 illus. in color.
Dimensions
Height: 25.4 cm
Width: 17.8 cm
Weight
19728 gr
ISBN-13
978-1-4842-2843-2 (9781484228432)
DOI
10.1007/978-1-4842-2902-6
Schweitzer Classification
Other editions
New editions

Book
11/2021
3rd Edition
APress
€69.54
Shipment within 15-20 days
Additional editions

Kishori Sharan
Beginning Java 9 Fundamentals
Arrays, Objects, Modules, JShell, and Regular Expressions
E-Book
11/2017
2nd Edition
APress
€39.99
Available for download
Previous edition

Kishori Sharan
Beginning Java 8 Fundamentals
Language Syntax, Arrays, Data Types, Objects, and Regular Expressions
Book
06/2014
APress
€40.61
Article exhausted; check for reprint
Person
Kishori Sharan has earned a Master of Science in Computer Information Systems degree from Troy State University, Alabama. He is a Sun Certified Java 2 programmer. He has vast experience in providing training to professional developers in Java, JSP, EJB, and Web technology. He possesses over ten years of experience in implementing enterprise level Java application.
Content
p.p1 { margin: 0.0px 0.0px 0.0px 0.0px; line-height: 16.0px; font: 14.0px Helvetica; color: rgb(0,0,0); } p.p2 { margin: 0.0px 0.0px 0.0px 0.0px; line-height: 16.0px; font: 11.0px Calibri; } span.s1 { } span.s2 { font: 14.0px Helvetica; color: rgb(0,0,0); }
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 Classes13. 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