
java
文章平均质量分 69
JackyXuAtTech
佐治亚理工大一计算机科学学生
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CS Exam3 错题总结
为备考学校最后一次CS考试,对错题在此小作总结: Analyzing algorithm efficiency using Big-O is to estimate their growth function ( incorrect answer: to estimate their execution time) default method in the interface can b...原创 2019-11-20 07:58:32 · 273 阅读 · 0 评论 -
Java抽象类(Generic)小结
今天在学校上复习课,TA回顾了抽象类的用法,其中有几个重要的知识点之前自己不太懂的,稍微记录一下: Once we declare a generic class with type T, we can use instanceof to check if variables are of this type False 关于我们是否可以用instanceof来检测变量的数据类型,答...原创 2019-10-30 06:39:57 · 137 阅读 · 0 评论