A companion to the Sybex study guide for Java 2, this volume reinforces the reader's knowledge and helps when preparing for the Java 2 programmer's exam. Provides sample questions, defines key terms and concepts, and reviews all of the fundamentals needed to pass the exam. Java 2 Exam Notes is the fastest and most effective way to make sure you're ready to pass the Java 2 Programmer's Exam. The unique, innovative Exam Note approach helps you gain and retain the knowledge you need, objective by objective: Critical Information sections provide detailed analyses of the key issues for each exam objective; Key Terms and Concepts sections define the words and concepts vital to passing the exam; Topics include: Flow control, exception handling, garabage collection, java language fundamentals, java.awt package, java.lang package, java.util package, java.io package, threads, overloading, overriding, runtime type, object orientation, and operators.
Helps programming professionals gain knowledge that directly applies to the Sun Microsystems exam for Java. Covers all the curriculum objectives established by Sun Education that are needed to successfully pass the Java exam. Serves as an essential resource to the C++ programmer who wants to learn Java quickly; it builds on the reader's knowledge of C++ by spending less time on programming fundamentals and more time on topics that are unique or difficult in Java. Topics covered: The Java certification process, Java data types, installing the JDK, flow control, exceptions, arrays, class design, patterns, garbage collection, thread programming, AWT and JFC/Swing basics, layout managers, event handling, AWT and Java 2D graphics APIs, I/O, SmartCards, and servlet fundamentals. Written for the new or experienced Java developer seeking Sun programmer certification, Java 2 Exam Prep provides a review of the Java programming language.
Java 2 Fast & Easy Web Development focuses on making Java work for the Web. It takes a unique visual and task oriented approach to learning Java, the object-oriented language that is extremely popular with programmers and Web developers. It includes free scripts, as well as instructions on how to write your own scripts. This book is ideal for beginning to intermediate Web designers or developers. With Java 2 Fast & Easy you are able to look up java tasks and featuers, learn them quickly, and apply what you know and have learned in no time. If you are new to Java this book is an excellent place to get started. The author walks you through learning Java step by step and it is a great place to get started. With this book you are able to play with Java code examples and take thme apart to see how they work. This book is definetely a good stepping stone towards the advanced topics with the Java programming language.
This is a must have book that shows Web developers how to implement rich interactive content and design great programs that take advantage of the Java 2 technology. Expert authors give you practical, useable Java code plus insights into the way professional programmers go about building applets and applications. This book makes Java programming easy by taking users step-by-step through implementing real-time updates on web pages, focusing on designing and creating original applications. The companion CD includes the latest Java 2 SDK, source code from the text, sample applets and templates and other programming tools and utilities to help you get started. Get up to speed on object-oriented programming techniques. Java 2 is packed with tools for creating "run anywhere" applets and applications. The fun and easy way to build your first Java applet or application . Included is the Jbuilder trial version and more on CD-ROM.
Maybe you've mastered HTML and JavaScript and you're looking for another Web language to add to your list. Or perhaps you're a C++ or VB programmer looking to try your skills on the Web. With Java for the WWW, Second Edition: Visual QuickStart Guide, you don't even need a background in programming, just a desire to gain a working knowledge of Java 2, the faster, easier to deploy, and more secure version of this famously dynamic Web language. In time-tested Visual QuickStart style, the book doesn't just tell you how to program Java applications for the Web, it shows you, breaking the world of Java into step-by-step tasks and providing the code behind the examples. Thanks to the straightforward, task-based format, you can learn what you need to know, when you need to know it. Java newbies can work from cover to cover; more seasoned programmers can use the page tabs to go straight to a specific topic. Includes debugging, Swing, and Java servlets.
Java 2 Network Protocols Black Book shows programmers how to leverage open source software, as well as source code unique to the book, to make it easy to handle HTTP, SMTP, FTP, NNTP, Telnet, and other Internet protocols. Each chapter contains background on a different protocol or family of protocols. Plus, it shows you a selection of available tools to handle that protocol. The Immediate Solutions at the end of each chapter show you specific examples that you can use to jump-start your own development. Hundreds of code examples are provided along with insider tips and techniques for developing and using protocols. This is truly a one-of-a-kind book. Al Williams (League City, TX) is the Java columnist and development section editor for Web Techniques magazine. He is the author of over a dozen popular computer books, including Active Server Pages Solutions, MFC Black Book, and Developing ActiveX Web Controls.
The complete insider's guide to securing Java 2 enterprise applications! Building secure enterprise applications with Java 2; Integrating Java 2 into your overall security strategy; Detailed coverage for managers, developers, netadmins, and security specialists; Comprehensive coverage of the new Java 2 security model; Integrate Java 2 into your enterprise security strategies; Master Java's powerful Cryptography APIs. Written in cooperation with Sun's own developers, Java 2 Network Security, Second Edition presents systematic coverage of the new Java 2 network security model for managers, network administrators, developers, and security professionals alike. You'll learn the real-world pros and cons of each leading Java security alternative; architectural techniques for maximizing security; and how to integrate Java security into your enterprise-wide security strategies. Topics include integrating Java and SSL and Java's powerful Cryptography APIs.
This exam measures the ability to design, write, and understand programs written in language version 1.4 of the Java 2 Platform. The programmer's exam concentrates on the language basics. This book is not intended to teach new material. Instead it assumes that you have a solid foundation of knowledge but can use a refresher on important concepts as well as a guide to exam topics and objectives. This book focuses exactly on what you need to pass the exam - it features test-taking strategies, time-saving study tips, and a special Cram Sheet that includes tips, acronyms, and memory joggers not available anywhere else. The series is supported online at several Web sites: examcram, informit, and cramsession. The accompanying CD features PrepLogic Practice Tests, Preview Edition. This product includes one complete PrepLogic Practice Test with approximately the same number of questions found on the actual vendor exam.
This study guide covers all the topics for the 310-035 and 310-027 exams, with step-by-step instruction, practice exercises, and test- taking tips. Chapters concentrate on language fundamentals; declarations and access control; operators and assignments; flow control, exceptions, and assertions; object orientation, overloading, overriding, constructors, and return types; Java.lang; objects and collections; inner classes; threads; SCJD; coding standards; clarity and maintainability; graphical user interface design; networking; databases; exam documentation; and final submissions. The companion CD-ROM contains practice tests and a searchable version of the study guide. Sierra is a Java certification instructor; Bates is a Java programmer, instructor, and software developer. Finally! A Java certification book that explains everything clearly. All you need to pass the exam is in this book.
Introduction to Java and Software Design breaks the current paradigms for teaching Java and object-oriented programming. This book has been developed to be a Java text, rather than a Java translation of prior works. The text uses real Java I/O classes and treats event handling as a fundamental control structure that is introduced right from the beginning. The authors carefully guide the student through the process of declaring a reference variable, instantiating an object and assigning it to the variable. Students will gradually develop a complete and comprehensive understanding of what an object is, how it works, and what constitutes a well-designed class interface. The result is that when students are finished with the course, they can write real Java programs without being dependent on a text-supplied library and have the ability to extend their knowledge of I/O classes to include the many optional features that are available.