08 2017 档案
摘要:Morgan Stanley Telephone interview merely consisting of questions on concurrency and garbage collection. Also some questions on collections and projec
阅读全文
摘要:1. Reserve a string in place https://www.codepuppet.com/2013/03/24/reversing-a-string-in-java-in-place/ 2. Write a method that convert decimal to bina
阅读全文
摘要:* Write an algorithm to Reverse Linked list. * Find an element in a NxM matrix of elements with partial "top-down + left-right" ordering. (divide & co
阅读全文
摘要:Attached are two useful technical prep documents. Work through these and go back through the Comp Sci/OO fundamentals. Also start to work through the
阅读全文
摘要:ASCII Characters int[26] for Letters 'a' - 'z' or 'A' - 'Z'. Usually used as map[ch - 'a'] int[128] for ASCII int[256] for Extended ASCII 0 < 9 < A <
阅读全文
摘要:References [1] http://java-questions.com/Serialization-interview-questions.html [2] http://javarevisited.blogspot.co.uk/2011/04/top-10-java-serializat
阅读全文
摘要:第一轮 网上测试,一共三道题,每一问都跟上一问有关,限时90mins。主要是考面向对象编程,字符串,正则表达式和数据结构的一些基础,感觉不难。有些点需要注意比如Java里对字符串 “MSN|QQ“ 进行split,需要 具体解释: https://stackoverflow.com/question
阅读全文