Crack the code interview

编程入门 行业动态 更新时间:2024-10-28 14:36:32

<a href=https://www.elefans.com/category/jswz/34/1761125.html style=Crack the code interview"/>

Crack the code interview

感觉data structure的话不如刷题

所以就先看后面的吧

knowledge based

Chapter 14

1.Difference between interface and abstract class:

All methods in interface should be abstract.

Some methods should be abstract in abstract class.

abstract method could only be defined in abstract class.

2.Final

Final class could not be subclassed by other classes. could not be extended.

3. A private constructor.

only create an instance from public static method. Factory method pattern.

The class could not be inherited

4. JVM will run finalize before running the garbage collector.

5. Static variables are shared between instances of a classes of different type parameters 这条没想到吧。这就很可怕了

 

Database

inner join, outer join, left (outer) join, right (outer) join

讲的不深啦

Low Level

Page fault, thrashing 其实都是听说过的东西,但是不复习的话真的不知道呀

这部分内容真的好底层啊先跳过先跳过

不过真的听说过有人问到如何写程序判断big endian还是small endian

Network

为什么database的如此浅显,network的如此难

 

 

 


 

转载于:.html

更多推荐

Crack the code interview

本文发布于:2024-02-13 01:48:31,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1690237.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:Crack   code   interview

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!