资源描述:
《OReilly - JavaExamples2 Source Code.pdf》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、ExamplesFromJavaExamplesinaNutshell,2ndEditionThisdirectorycontainsthecompletesetofexamplesfromthebookJavaExamplesinaNutshell,2ndEdition.GettheBookIfyoudon'talreadyhaveacopyofthebook,youshouldgetone:itprovidesthecontextandexplanationnecessarytogetthemostou
2、toftheexamples.Youcanbuyacopyofthebookfrom:●Amazon.com●thepublisher,O'Reilly&AssociatesLegalMattersTheexamplesareCopyright©2000byDavidFlanagan.Theyarefreefornon-commercialuse,butyoumustpurchasealicenseifyouwanttousethemcommercially.Theexamplesareprovidedas
3、-is,withNOWARRANTYOFANYKIND.Seethelicenseforcompletedetails.WorkingwiththeExamplesTheJavaexamplesarealldefinedinsub-packagesofthepackagecom.davidflanagan.examples.Thismeansthatyou'llfindtheexamplesourcecodeinsubdirectoriesofthedirectorycom/davidflanagan/ex
4、amples/Inordertoworkmosteasilywiththeexamples,you'llneedtoaddthecurrentdirectory(thedirectorythatyou'rereadingthisfilefrom)intoyourCLASSPATHenvironmentvariable.Inthebook,thetitleofeachexamplegivesitsfilename,andthepackagestatementineachexampleshowswhatpack
5、ageitisapartof.Withthisinformation,youcaneasilyfindthesourcecodefortheexampleyouwant.Forbrowsingconvenience,however,theexamplesarealsolistedherebychapter,number,andname:Chapter1:JavaBasics1-1Hello.java1-2FizzBuzz.java1-3Fibonacci.java1-4Echo.java1-5Reverse
6、.java1-6FizzBuzz2.java1-7Factorial.java1-8Factorial2.java1-9Factorial3.java1-10Factorial4.java1-11FactComputer.java1-12FactQuoter.java1-13Rot13Input.java1-14SortNumbers.java1-15Sieve.javaChapter2:Objects,Classes,andInterfaces2-1Rect.java2-2RectTest.java2-3
7、DrawableRect.java2-4ColoredRect.java2-5ComplexNumber.java2-6Randomizer.java2-7Averager.java2-8LinkedList.java2-9Sorter.javaChapter3:Input/Output3-1Delete.java3-2FileCopy.java3-3FileViewer.java3-4FileLister.java3-5Compress.java3-6RemoveHTMLReader.java3-7Gre
8、pReader.java3-8HTMLWriter.javaChapter4:Threads4-1ThreadDemo.java4-2ThreadLister.java4-3Deadlock.java4-4TimerTask.java4-5Timer.javaChapter5:Networking5-1GetURL.java5-2GetURLInfo.java5-3SendMail.java5-4HttpClie