百度2020校招Java研发工程师笔试卷(第三批)
时长:120分钟 总分:23分
199浏览 0人已完成答题
题型介绍
题型 | 单选题 | 多选题 | 填空题 |
---|---|---|---|
数量 | 16 | 4 | 3 |
由于前端直接可被用户访问,攻击者可以轻易得到页面和通讯过程中的相关信息,进...
JVM中有很多垃圾回收策略,其中会用到很多垃圾收集器,如果我们将垃圾收集器...
下面几项关于Java程序初始化的几个原则:①静态对象(变量)优先于非静态对...
已知现有一个大小为4初始状态为空的栈,现在有一组数据经过这个栈后,最终的数...
假设有一张表test,表中存放着全国的城市信息以及其所在的省份,现在要以每...
create table `test`(`id` int(11) not null auto_increment,`province` char(50) not null comment '省份名称',`city` char(50) not null comment '城市名称',primary key(`id`),unique key `idx`(`province`, `city`))engine = innodb
假设有必修课成绩表course,每位学生的期末考试成绩以及补考成绩都录入到...
create table `course`(`id` int(11) not null auto_increment,`sid` int(11) not null comment '学号',`cid` int(11) not null comment '课程编号',`cname` char(50) not null comment '课程名称',`score` int(11) not null comment '分数',primary key(`id`))engine = innodb
序列{20, 23, 28, 41,&nbs...
有如下递归函数&nbsptest(n),其时间复杂度为多少? int&n...
int test(int n) { if (n <= 1) return 1 return (2 * test(n - 1) + 3 * test(n - 2)) }
假设磁头当前位于116道,正在向磁道序号增加的方向移动。现有一个磁道访问请...
属于同一进程的两个线程&nbspT1和&nbspT2并发执行,共享初值...
tcp发送报文数据时,可能将多个数据包合并成一个大的数据包发送,就有可能发...
shell脚本中,需求如下:如果&nbspls&nbsp/tmp&nb...
最小公倍数与最大公约数
其中
还原数列
老板想知道最少执行多少次操作使得
第二行
树上上升序列
换句话说,设路径为