zoukankan
html css js c++ java
Java面试题(3)
这是最近一次面试过程中谈到的相关话题,对其进行记录。
名词解释:super/final/PreparedStatement/EntityManager
抽象类和接口的区别
annotation的作用
设计并实现一个集合列表,并且可以删除指定值
设计并实现二叉树,元素类型为Integer,可以为null,并且可以返回最大值
策略模式/代理模式/模板方法模式
如何控制一个方法同时最多有N个线程访问
线程和进程的区别
网络7层结构的名称和功能
使用过的开源工具
作者:
李潘
出处:
http://wing011203.cnblogs.com/
本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
查看全文
相关阅读:
android java.lang.IllegalStateException: Circular dependencies cannot exist in RelativeLayout
UnsupportOperationException,使用Arrays.asLisvt()报错原因
android ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hi
android Caused by: libcore.io.GaiException: getaddrinfo failed: EAI_NODATA (No address associated wi
android The specified child already has a parent. You must call removeView() on the child's parent f
python-install-package-C++编译器问题---05
python-install-package-C++编译器问题---04-微软官网
python-install-package-C++编译器问题---03
python-install-package-C++编译器问题---02
python-install-package-C++编译器问题---01
原文地址:https://www.cnblogs.com/wing011203/p/3103393.html
最新文章
MySQL创建高性能索引考点
MySQL数据库基础考点
jQuery课程学习笔记------常用API
jQuery学习课程笔记----概念
AJAX基础内容考点
JavaScript和jQuery基础考点
Idea使用中遇到的问题
导入项目xml文件提示:Referenced file contains errors
Hibernate学习三----事务
ubuntu中vim下按上下左右键时输入A、B、C、D的问题
热门文章
ubuntu14.04下编译安装ambari-2.4.2.0
ubuntu下使用 chkconfig 是一种习惯
构建 MariaDB Galera Cluster 分布式数据库集群(二)
构建 MariaDB Galera Cluster 分布式数据库集群(一)
cloudstack下libvirtd服务无响应问题
animation在手机上直角坐标系,即动画移动的轴
viewpager在最后一页滑动之后,跳转到主页面
android xml布局文件中使用RelativeLayout,明明有这个id,却提示找不到---->解决办法
android xml布局文件中使用RelativeLayout,明明有这个id,却提示找不到---->解决办法
android recyclerView Binary XML file line #7: Error inflating class android.support.v7.widget.Recycl
Copyright © 2011-2022 走看看