Practcl Java Progr Tips_p1
Slutsåld
Peter Haggar is an acknowledged expert on Java programming and a Senior Software Engineer at IBM. He has a broad range of programming experience, having worked on development tools, class libraries, and operating systems. At IBM, he works on emerging Java technology and is currently focusing on embedded and real-time Java. Peter is also a frequent technical speaker on Java technology at numerous industry conferences. He received a B.S. in computer science from Clarkson University. 0201616467AB04062001
Preface.
Acknowledgments.
GENERAL TECHNIQUES.
Praxis 1: Understand that parameters are passed by value, not by reference.OBJECTS AND EQUALITY.
Praxis 8: Differentiate between reference and primitive types.EXCEPTION HANDLING.
Praxis 16: Know the mechanics of exception control flow.PERFORMANCE.
Praxis 28: Focus initially on design, data structures, and algorithms.