tailieunhanh - Introduction to Java: 18 java.applet Reference

Tham khảo tài liệu 'introduction to java: 18 reference', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | In this chapter Introduction to the Reference Chapters Package diagrams Reference Introduction to the Reference Chapters The preceding seventeen chapters cover just about all there is to know about AWT. We have tried to organize them logically and provide all the information that you would expect in a reference manual plus much more in the way of examples and practical information about how to do things effectively. However there are many times when you just need a reference book pure and simple one that s organized alphabetically and where you can find any method if you know the class and package that it belongs to without having to second guess the author s organizational approach. That s what the rest of this book provides. It s designed to help you if you need to look something up quickly and find a brief but accurate summary of what it does. In these sections the emphasis is on brief if you want a longer description look in the body of the book. The reference sections describe the following packages Chapter 18 Chapter 1 Reference Chapter 20 Chapter 21 Reference Chapter 22 Chapter 23 Within each package classes and interfaces are listed alphabetically. There is a description and a pseudo-code definition for each class or interface. Each variable and method is listed and described. New Java classes are marked with a black 520 Introduction 521 star as are new methods and new variables. Of course if a class is new all its methods are new. We didn t mark individual methods in new classes. Methods that are deprecated in Java are marked with a white star . Inheritance presents a significant problem with documenting object-oriented libraries because the bulk of a class s methods tend to be hiding in the superclasses. Even if you re very .

TỪ KHÓA LIÊN QUAN