[if !supportLists]1. [endif]你有和公司人员有什么矛盾的?3.逻辑结构设计接口是什么?有哪些接口?
[if !supportLists]a) [endif]Runnable接口(实现多线程)
[if !supportLists]b) [endif]HTTPServlet
[if !supportLists]c) [endif]HttpRequest
[if !supportLists]d) [endif]Serialization 序列化接口
[if !supportLists]2. [endif]序列化接口有什么用?
[if !supportLists]a) [endif]序列化分为序列化和反序列
[if !supportLists]b) [endif]序列化把数据分解成字节流,存储在文件中或者在网络中传输;
[if !supportLists]c) [endif]反序列就是打开字节流重构成对象;
[if !supportLists]3. [endif]为什么离职?
[if !supportLists]a) [endif]年轻,想寻求更大的挑战来提升自己
[if !supportLists]4. [endif]为什么选择我们公司?
[if !supportLists]a) [endif]
[if !supportLists]5. [endif]我的职业规划是什么?
[if !supportLists]a) [endif]学习主流框架以及框架的底层实现代码;
[if !supportLists]6. [endif]数据库的设计方式?
[if !supportLists]a) [endif]1.需求分析
[if !supportLists]b) [endif]
[if !supportLists]c) [endif]4.物理结构设计
[if !supportLists]d) [endif]5.数据库实施
[if !supportLists]e) [endif]6.数据库的运行和维护
[if !supportLists]7. [endif]录用了之后你会怎么样?
[if !supportLists]8. [endif]
[if !supportLists]a) [endif]氛围很融洽
[if !supportLists]9. [endif]后期自己能力有缺陷,怎么办?
[if !supportLists]a) [endif]人事原因先从自身找原因,反省自己;
[if !supportLists]b) [endif]技术原因跟上公司步伐,提高自己编码能力;
[if !supportLists]10. [endif]接口和抽象类的使用场景?
[if !supportLists]a) [endif]一个类只能继承一个抽象类,但是可以实现多个接口;
[if !supportLists]b) [endif] 接口强调特定功能的实现,而抽象类强调所属关系。
[if !supportLists]c) [endif]接口有利于代码的复用,扩展性好,便于维护,抽象类更利于代码的维护和重用;
[if !supportLists]d) [endif]接口类就是多个类遵守同一个规范;
[if !supportLists]11. [endif]转发和重定向的区别?
[if !supportLists]a) [endif]转发是服务器行为,重定向是客户端行为。
[if !supportLists]b) [endif]转发是内部转发,会带参数在地址后面,但是重定向不会带参;
[if !supportLists]12. [endif]Web的九大内置对象?
[if !supportLists]a) [endif]Request response session
[if !supportLists]b) [endif]Page pagecontext application
[if !supportLists]c) [endif]Out config exception
[if !supportLists]13. [endif]Session和cookie的区别?
: