Herb Schildt's Java Programming Cookbook
Author | : | |
Rating | : | 4.78 (863 Votes) |
Asin | : | 0072263156 |
Format Type | : | paperback |
Number of Pages | : | 524 Pages |
Publish Date | : | 2015-10-15 |
Language | : | English |
DESCRIPTION:
Whether you're a beginner or an experienced pro, you'll find recipes that are sure to satisfy your Java programming appetite!Topics include:String HandlingRegular ExpressionsFile HandlingAppletsServletsSwingThe Collections FrameworkMultithreadingFormatting DataLearn how to:Find substrings that match a regular expressionUse regular expressions to tokenize a stringCompress and decompress data filesCreate a ZIP fileFormat time and dateUse printf( ) to display formatted dataReverse, rotate, and shuffle a listUse a Comparator with a collectionCreate a simple Swing applicationCr
Herb's programming books have sold more than 3.5 million copies worldwide and have been translated into all major foreign languages. Herb Schildt is a leading authority on Java, C, C++, and C#, and is a master Windows programmer. He is the author of numerous bestsellers on Java, including Java: The Complete Reference, Java: A Beginner's Guide, and Swing
Herb's programming books have sold more than 3.5 million copies worldwide and have been translated into all major foreign languages. About the AuthorHerb Schildt is a leading authority on Java, C, C++, and C#, and is a master Windows programmer. He is the author of numerous bestsellers on Java, including Java: The Complete Reference, Java: A Beginner's Guide, and Swing: A Beginner's Guide.
this would be a good place to start Robert J. Huffine This book is no longer relevant, but if you're looking for a reference on how Java once worked, this would be a good place to start.. Good but not his best Charles M. Parker I've come to expect excellent books from Herb Schildt. I've used his books to learn C, C++, and Java over the years. This cookbook provides good examples of how to do something which is a major failing of the Java documentation, but he doesn't always go into enough detailed explanation of why something works which I'm used to from his other excellent books. I HATE to use code I don't completely understand even if it works:(This book may not cover situations likely to arise in your code; it depends on what kind of coding you're doing. I suggest checking out the contents before buying. It's good at covering basi