Java核心技术卷II书目_第1页
Java核心技术卷II书目_第2页
Java核心技术卷II书目_第3页
Java核心技术卷II书目_第4页
Java核心技术卷II书目_第5页
已阅读5页,还剩16页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、java核心技术卷ii书目prefacechapter 1 multithreaded 1what is thread 21.1.1 uses threads to provide opportunity 7 for other tasks1.1.2 runs and starts thread 81.1.3 runs multiple threads 131.1.4 runnable interface 14interruption of 1. 2 thread 16the attribute of the 1. 3 thread is 18the status of the 1.3.1 t

2、hread is 18exit interrupt status 201. 3. 3 dead thread 21the 1.3.4 daemon thread 21the 1.3.5 thread group 22selfish thread 3137 1.6 synchronization1.6.1 unsynchronized threads communicate 37the access implementation of 1.6.2 for shared resources wasdone in synchronous 41the 1.6.3 object is locked 45

3、1.6.4 wait and notify method 461.6.5 synchronized block 511.6.6 synchronized static method 521.7 a deadlock 53why do you abolish stop and suspend method 551. 7. 2 timeout 59make user interface programming 61 with threads1.8.1 threads and swing 61animation 691. 8. 3 timer 731.8.4 progress bar 77progr

4、ess monitor 811. 8. 6 monitors the progress of the input data stream at 851.9 pipes are used to communicate 91 between threads chapter 2, set 962.1 collection interface 962. 1. 1 separates the collection interface from the implementation method 97the collection interface in the java library and the

5、iterator interface 992.2 concrete set 1042.2. 1 linked list 104the 2.2.2 array is 1132.2.3 hash set 1132.2.4 tree episode 119image 125the image class of 2.2.6 is 130set frame 133the 2.3.1 view and the wrapper 136batch operation 142the relationship between 2.3.3 and the old api is 1432.4 144 algorith

6、mthe sorting and blending 1452.4.2 searches for 148simple algorithm 1492. 4. 4 writes your own algorithm 150the old set is 1522.5.1 hashtable class 152the 2.5.2 enumeration interface 152the 2.5.3 attribute sets 1532. 5. 4 stack 159the collection of 2.5.5 sets 160chapter 3 nelwork features 1653.1 con

7、nection server 165implement server 169send e-mail 175advaneed socket programming 1803.5 the url connection of 1853.5.1 track of url and uri 1853.5.2 uses urlconnection to retrieve information 1873.6 sends form data 1963.6.1 cgi scripts and servlet 1963.6.2 sends the data to the web server 1983.7 rec

8、eives the information from the web 205the security issue of 3.7.1 applets is 2103.7.2 proxy server 213test the weather forecast for applet 221chapter 4 database connection: jdbc 2234jdbc design 2244.2 structured query language 2274.3 install the jdbc 232the basic concept of 4.4 jdbc programming is 2

9、334.4.1 database url 2334.4.2 establishes the connection 2344.4.3 executes the sql command 2384. 4. 4 advanced sql type (jdbc 2) 2394. 4. 5 put the data in the database 242execute the query operation 245scrollable and updatable result set 2554.6.1 scrollable result set (jdbc 2) 2564.6. 2 updatable r

10、esult set (jdbc 2) 2584.7 metadata 2624.8 the transaction of 271the 4.9 high-level connection manages 274chapter 5 remote object 276the 5.1 remote method calls 279the code stubs and parameters of 5.1.1 are collected 2805.1.2 dynamic classes loaded 282prepare the remote method call 2825.2.1 interface

11、 and implementation tool 2825.2.2 lookup server object 2855. 2. 3 client 289prepare 293 for the deployment of the applicationthe 5.2.5 deployer 296the parameter in the 5. 3 remote method is passed 2975. 3. 1 passes the non一remote object 2975.3.2 passes the remote object 308the remote object in the s

12、et is 3115.3.4 remote object clones 3125. 3.unsuitable remote parameter 312use rmi 313 with the applet5.5.5 server object activation 3175.6 java idl and corba, 323the 5.6.1 interface defines language 324examples of 5.6.2 corba, 3285. 6. 3 implemented the corba server 337chapter 6 advanced swing 3436

13、.1 list of 3436.1.1 jlist component 343the 6.1.2 list model 3486.1.3 inserts and deletes a value of 352the value of 6.1.4 is 354the 6. 2 tree structure is 3596.2.1 simple tree structure 360the enumeration 375 of the 6.2.2 node6.2.3 indicates node 3766.2.4 listens for tree events 383the 6.2.5 custom

14、tree model 388table 6. 3 3966.3.1 simple table 396the 6.3.2 table model 4006. 3. 3 sort filter 410the representation and editing of the cell is 4176.3.5 operates 432 for row and column6.3.6 selects rows, columns, and cell 433format text component 4416.5 component manager 4476.5.1 partition pane 447t

15、he 6. 5. 2 tab pane, 451the 6.5.3 desktop pane and the internal box 4566. 5. 4 layer and 458the 6.5.5 veto attribute set 462chapter 7 advanced awt 474the 7.1 drawing operation process 4747.2 shape of 476area of 7. 3 4917.4 495 strokes7.5 color of 502the 7.6 coordinate transform of 5087. 7 cut of 516

16、transparent and composite 520the 7.9 drawing tip is 5287. 10 reads and writes the figure 5347.10.1 gets the reader for the graphical file typeand write 5347.10.2 reads and writes files with multiple graphics 5367.11 graphics operation 5457. 11. 1 access figure data 5467.11.2 filter figure 5537. 12 p

17、rint 5617.12.1 printing figure 561print multi-page file 5717.12.3 print preview 572the 7.12.4 print service 5817.12.5 data flow printing service 5877.12.6 print attribute 5927.13 clipboard 5997.13.1 for the data transfer class and the interface 6007.13.2 passes text 6017.13.3 transferable interface

18、and data format 6057.13.4 establishes a transitive figure 607 7. 13. 5 uses the local clipboard passing object reference 6127.13.6 passes java object 618 through the system clipboard7.14 drag and drop operation 6227.14.1 places the target 6237.14.2 drag source 632support for data transfer in 7.14.3

19、swing is 638chapter 8 javabean 642why use bean 642the writing process for the 8. 2 bean is 644use the beans to set up the application 647& 3. 1 wraps the beans in the jar file 6488.3.2 builds the bean 649 in the generator environmentthe name of the 8.4 bean properties and events is 653the 8.5 be

20、an attribute type 6558.5.1 simple attribute 6568.5.2 index attribute 656the 8.5.3 binding attribute 6578.5.4 constraint attribute 663increase the custom bean event 672the 8. 7 attribute editor 677problems associated with the naming method are 698the 8. 9 customizer 706the operating environment of th

21、e 8. 10 bean is 715the advanced application of 8.10.1 is 715look for sibling beans 717use the bean environment service 720chapter 9 security 730the 9. 1 classloader 7319.2 bytecode test 739the security manager and access rights 743the security of the 9. 3. 1 java 2 platform is 745the 9.3.2 security

22、policy file 750the 9.3.3 custom privilege 757the 9.3.4 implementation permission class 758the 9.3.5 custom security manager 7649.3.6 user authentication 772the 94 digital signature 7789.4.1 information abstract: 7789.4.2 information signature 784information authentication 790the 9.4.4 x.509 certific

23、ate format is 7939.4.5 generates certificate 794the certificate is signed 797the code is signed 8049.5.1 gives the jar file a signature 804the 9.5.2 deployment prompt is 8089. 5. 3 software developer certificate 8099.6 encryption of 8109.6.1 symmetric password 810the 9.6.2 public key password 816the

24、 9.6.3 password flow 821chapter 10 software localization 82310.1 the locale of 824number 10. 2 and currency 829date 10. 3 and time 83510.4 the text of 84210. 4. 1 sort 842the 10.4.2 text boundary 849formatting 855 for information on 10.4.3the 10.4.4 select format 858the 10.4.5 character set transform 86210.4.6 localization problem and source file 863resource 864find resources 86410.5.2 puts the resources in the package 865the 10. 6 graphical user interface localization 869chapter 11 the native method 88711. 1 calls c function 889 using the java progr

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论