
SDET
文章平均质量分 66
Jackyliujin
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SDET面试题2
记得几套编程题 1、public class A { public static int count=0; static A() { count++; } public A() { count++; } } static void Main(string[] args) { A a=new A(); A b=new A(); Console.WriteLi转载 2012-05-20 21:33:07 · 1703 阅读 · 0 评论 -
SDET面试题1
1、 先是一轮笔试大概题目如下(全英文) 1)选择题15个, l加快表的数据的展现用什么 lWhat is boxing? lWhat is encapsulation(封 装)? lWhat is delegated(委托)? lWhat is the difference between the type of value and object. lT转载 2012-05-20 21:33:24 · 1157 阅读 · 0 评论