Advanced Java
SCJD (sun certified java developer) Exam with J2SE 5, Second Edition
February 15th, 2008 | posted by adminYou already know how crucial certification is within the Java community. SCJD Exam with J2SE 5, Second Edition is a valuable guide to prepare for the exam.
This book has been updated for the new Java version, J2SE 5.0, and works its way through a project with requirements and structure similar to the project youll encounter in the exam. Upon reading this book, youll become intimately familiar with key concepts, challenges, and pitfalls that the exam is likely to test you on.
Mastering Java 2, J2SE 1.4
February 15th, 2008 | posted by adminThe 1.4 version of Java 2 Standard Edition provides many new programming capabilities while making plenty of old tasks easier. But without reliable guidance, you'll find it hard to take advantage of even a fraction of what the new SDK has to offer. Filled with detailed coverage of the new technology, step-by-step instruction, and tips from an acclaimed Java consultant and author, Mastering Java 2, J2SE 1.4 is the resource you'll want to keep within easy reach.
Coverage Includes:
* Understanding the Java programming language
Concurrent Programming Using Java (S.J. Hartley)
December 14th, 2007 | posted by adminThis is an introduction to using the Java programming language in concurrent or multithreaded applications. The context is the process synchronization material and related concurrent programming in operating systems courses as opposed to software engineering. Topics covered are race conditions when threads share data, critical sections, mutual exclusion, semaphores, monitors, message passing, the rendezvous, remote procedure calls, distributed or network programming, and parallel processing.
Coding Conventions for Java
December 14th, 2007 | posted by adminContents of this book,
1 Introduction 1.1 Why Have Code Conventions 1.2 Acknowledgments
2 File Names 2.1 File Suffixes 2.2 Common File Names
3 File Organization 3.1 Java Source Files 3.1.1 Beginning Comments 3.1.2 Package and Import Statements 3.1.3 Class and Interface Declarations
4 Indentation 4.1 Line Length 4.2 Wrapping Lines
Advanced Programming for the Java 2 Platform
December 14th, 2007 | posted by adminAs an experienced developer on the Java platform, you undoubtedly know how fast moving and comprehensive the platform is. Its many application programming interfaces (APIs) provide a wealth of functionality for all aspects of application and system-level programming. Real-world developers never use one or two APIs to solve a problem, but bring together key functionality spanning a number of APIs. Knowing which APIs you need, which parts of which APIs you need, and how the APIs work together to create the best solution can be a daunting task.
330 Java Tips
December 14th, 2007 | posted by adminAbout this e-book
This book is a result of my daily work during last few
years. All answers can be found somewhere on Internet, but it takes much time
to find them. Having all of them in one place, in the form of e-book, saves you
hundreds hours.
Recent comments
3 weeks 5 days ago
12 weeks 3 days ago
17 weeks 1 day ago
18 weeks 1 day ago
18 weeks 2 days ago
18 weeks 2 days ago
29 weeks 1 day ago
29 weeks 2 days ago
29 weeks 4 days ago
30 weeks 1 day ago