毕业论文 校园活动 入党 考试

留学 励志 校园爱情 大学 高考

实习实践 简历大全 就业指导

职业规划 自荐 面试 应聘 鉴定

电脑学习 网店 销售 电话营销

市场营销 电子商务 成功创业

总结 报告 计划 体会 方案 党团

材料 发言 行政 合同 礼仪 演讲

热点专题: 大学专业介绍 高校网址 人生格言 人生感悟 留学签证 世界名校 公务员考试 计算机四级考试 考研试题 自学考试 大学英语四级考试 大学英语六级考试 职业规划 校园活动策划 社团活动策划 教育论文 管理论文 大学生入党 求职信 应聘信 自我评价 团日活动 社团活动总结 实习报告 实习周记 大学实习 社会实践 暑假社会实践
搜大学资料:
搜营销资料:
全站搜索:
当前位置:大学生无虑网大学生专栏求职就业指导面试技巧网络工程师招聘试题» 正文

网络工程师招聘试题

[10-15 19:48:03]   来源:http://www.dxs56.com  面试技巧   阅读:8137
概要:网络工程师招聘试题 Please write your answer in answer sheetNotice: These Exam Questions may have multi answers!1. The Person, Student and Teacher are class names. These classes have the following inheritance relation as shown below: Person (Parent)Student (child) Teacher (child)In Java source file a specific method has an argument, In order to handle all these classes in this method which type of argument of this method should be used?A. PersonB. StudentC. TeacherD. Obj
网络工程师招聘试题,标签:公务员面试技巧,面试的技巧,http://www.dxs56.com
网络工程师招聘试题
 Please write your answer in answer sheet
Notice: These Exam Questions may have multi answers!
1. The Person, Student and Teacher are class names. These classes have the following inheritance relation as shown below:
     Person (Parent)
Student (child)            Teacher (child)
In Java source file a specific method has an argument, In order to handle all these classes in this method which type of argument of this method should be used?
A. Person
B. Student
C. Teacher
D. Object
E. None of them can be used.
2. Given the following class definition in one source file:
Class Base {
Public Base () {//…}
Public Base ( int m ) {//…}
Protected void fun ( int n ) {//…}
Public class child extends Base {//member methods}
Which methods can be added into the child class correctly?
A. private void fun(int n){//…}
B. void fun (int n){//…}
C. protected void fun(int n){//…}
D. public void fun(int n){//…}
E. public m(){//…}
3. What is the result of executing the following code, using the parameters 4 and 0;
Public void divide(int a, int b){try
{int c=a/b;}catch(Exception e){System out print(“Exception”);}
A. Prints out: Exception Finally
B. Prints out: Finally
C. Prints out: Exception
D. No output
4. The range of int is _______________________.
5. 请基于Object Oriented[基于对象的编程]使用java语言结构设计一个航空母舰[包括舰载飞机]对象组[object:carrier,plane……etc].
6. 实现Java程序:
功能要求:将一个输入字符串,根据参数替换对子字符串后返回,优化速度,优化空间。
例:输入值“ABBCD”,操作方式为把子字符串“AB”替换为“EF”返回值“EFBCD”
public string reversestring(string instr,string substr,string replacestr){……在答题纸上实现代码……}
7. 实现Java程序:
功能要求:返回输入字符串中最大的连续相同的子字符串,优化速度,优化空间。[注:请勿使用String. Replace^11(String, String)自己实现算法]
例:输入值“ABBC”返回值“BB”
public string getsubstring(string instr){……在答题纸上实现代码……}
8. based on your understanding of the following java related technologies:servlcts, JavaServerPage,JavaBeans,Enterprise JavaBeans, how do you think these technologies are work together or are applied in the development of an internet-based application(可以使用示意图方式)
9. 请描述在关系型数据库应用中,应该基于哪些原则进行SQL条件语句[where……]进行性能调优?
10. 请描述你是如何不断跟进和了解最新的软件技术[尤其是在软件开发领域的技术],近期你在钻研哪些技术?

Tag:面试技巧公务员面试技巧,面试的技巧求职就业指导 - 面试技巧