h******3 发帖数: 351 | 1 上周四onsite第一轮,今天第二轮.小公司, 真是serious about technology.又是
technical 轮番轰炸,我觉得今天自己有点messy, 下面是记的全的题目.
1. Java Singeton Pattern 以及实现
2. difference between method,class synchronization in Java
3. int getElement(long index, int *pItem)
it is an interface from one array, which might be implemented by other
group. index is between 1 to 1 million. If you input valid index, return 0,
otherwise, return -1
implement following method
long getCount()
Can you call the getElement() as most as 29 times t | g******e 发帖数: 247 | 2
0,
bless
【在 h******3 的大作中提到】 : 上周四onsite第一轮,今天第二轮.小公司, 真是serious about technology.又是 : technical 轮番轰炸,我觉得今天自己有点messy, 下面是记的全的题目. : 1. Java Singeton Pattern 以及实现 : 2. difference between method,class synchronization in Java : 3. int getElement(long index, int *pItem) : it is an interface from one array, which might be implemented by other : group. index is between 1 to 1 million. If you input valid index, return 0, : otherwise, return -1 : implement following method : long getCount()
| I**A 发帖数: 2345 | 3 题目看着很resonable
bless
,
【在 h******3 的大作中提到】 : 上周四onsite第一轮,今天第二轮.小公司, 真是serious about technology.又是 : technical 轮番轰炸,我觉得今天自己有点messy, 下面是记的全的题目. : 1. Java Singeton Pattern 以及实现 : 2. difference between method,class synchronization in Java : 3. int getElement(long index, int *pItem) : it is an interface from one array, which might be implemented by other : group. index is between 1 to 1 million. If you input valid index, return 0, : otherwise, return -1 : implement following method : long getCount()
|
|