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
上传用户:黄华强