java面試筆試題大匯總 ~很全面 java面試筆試題大匯總 第一,談談final, finally, finalize的區別。 最常被問到?! ? 第二,Anonymous Inner Class (匿名內部類) 是否可以extends(繼承)其它類,是否可以implements(實現)interface(接口)? 第三,Static Nested Class 和 Inner Class的不同,說得越多越好(面試題有的很籠統)?! ? 第四,&和&&的區別。 這個問得很少。 第五,HashMap和Hashtable的區別。 常問?! ? 第六,Collection 和 Collections的區別。 你千萬別說一個是單數一個是復數?! ? 第七,什么時候用assert。 API級的技術人員有可能會問這個?! ? 第八,GC是什么? 為什么要有GC? 基礎?! ? 第九,string s = new string("xyz") 創建了幾個string Object? 第十,Math.round(11.5)等於多少? Math.round(-11.5)等於多少? 第十一,short s1 = 1 s1 = s1 + 1 有什么錯? short s1 = 1 s1 += 1 有什么錯? 面試題都是很變態的,要做好受虐的準備?! ? 第十二,sleep() 和 wait() 有什么區
上傳時間: 2017-05-20
上傳用戶:壞壞的華仔
我寫了一個類,專門用來操作Treeview和數據庫,通過數據庫中的數據自動添加到Treeview控件中,不過數據控件用的是ADO組件,另外數據庫中存放Treeview節點數據表的結構位:ID:integer PID:Integer Caption:string 字段名成可以不同,但是類型必須相同! 公用單元:TreeFillThrd.pas TreeUtils.pas
標簽:
上傳時間: 2013-12-08
上傳用戶:ghostparker
把鏈表S中從第m個元素起共n個元素存儲到s中,成功返回1,否則返回0int LEN(string S)
上傳時間: 2013-12-10
上傳用戶:siguazgb
This is program with source code to convert ascii text files to the maxicode barcode standard. The input file consists of two columns. The first column represents a code and the second column is a string enclosed in quotes. The codes for the first column are as follows: PM, SM, CC, MO, SC, and PC.
標簽: maxicode standard barcode convert
上傳時間: 2017-06-07
上傳用戶:ardager
I upload Suffix Array Pdf file. This is a really good tutorial for guys who are curious about suffix array. It described the meaning of suffix array and also how to built it. Hope this really help guys improving skills about string searching, string matching, etc
標簽: tutorial curious upload Suffix
上傳時間: 2013-12-11
上傳用戶:清風冷雨
向數據庫添加用戶自定義字段,用戶可以指定該字段的名稱,默認類型為string
上傳時間: 2017-06-20
上傳用戶:上善若水
This code outputs various NMEA strings to a com port. The code was originally used to test naviation programmes. First select the required com port and the required NMEA message string. There is a default starting position but this can be changed to suit just by typing in a new position. Click on the Start button the current position displayed will change according to the speed and heading selected and the selected NMEA string will be output to the com port and will reflect the current position as displayed. There is a text box which is normally not visible. If you change this to visible the relevant NMEA string can be displayed.
標簽: code originally outputs naviati
上傳時間: 2013-11-30
上傳用戶:熊少鋒
*** Hyperstring v6.0 *** (c)1996-2000 EFD Systems, All rights reserved efd@mindspring.com *** THIS IS NOT PUBLIC DOMAIN SOFTWARE *** See below for license agreement, disclaimer, installation and use. Introduction --------------------------------------------------------- Welcome to Hyperstring! One of the most significant new features with Delphi32 is long dynamic strings. However, the built-in functions don t really exploit the full potential of these new strings. Hyperstring provides over 400 fast, efficient string management routines to help you realize the full power of this highly versatile new data type.
標簽: Hyperstring reserved Systems rights
上傳時間: 2017-07-04
上傳用戶:mhp0114
物料管理 物料登記 批量登記:一次性導入多條物料 單條登記:只能錄入一條物料信息 物料管理 更新: 刪除: 查看: 物料導出 庫管員可以將系統中登記的所有物料一次性導出來 MaterialImport Public MaterialImport( MateiralManager manager, string filePath ) Public void importMaterial() private stringBuffer readFile() private List<Material> parseFileToMaterial( string content )
上傳時間: 2013-12-03
上傳用戶:fredguo
采用Access數據庫,三層開發 DB_51aspx下為Access數據庫文件,Web為網站文件夾 目錄下的Auto Generated Code均為代碼生成器自動生成的代碼 ExamDAL/DBHelp.cs為數據處理文件,注意使用時請先配置其中string strPath = "E:\\downCode\\ExamOnline\\DB_51aspx\\ExamOnline.mdb" 的數據庫路徑并編譯才能使用。 可以進行學生的在線注冊和登陸,用戶注冊采用驗證碼進行驗證 首頁登錄地址:login.aspx 默認測試學生學號/密碼:001/001 管理員學號/密碼:51aspx/51aspx源碼測評
上傳時間: 2013-12-11
上傳用戶:黃華強