Java核心技術(shù)卷II書目_第1頁
Java核心技術(shù)卷II書目_第2頁
Java核心技術(shù)卷II書目_第3頁
Java核心技術(shù)卷II書目_第4頁
Java核心技術(shù)卷II書目_第5頁
已閱讀5頁,還剩16頁未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)

文檔簡介

1、java核心技術(shù)卷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. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論