亚洲黄色高清电影|国产精品V无码A片在线看吃奶|亚洲色图视频二区|综合97色色色色婷婷|激情在线一区国产精品不|99人妻在线精品|欧美一级片免费在线播放|全球最大成人色情网站|哪里有A片看在线无码高清|在线免费在线观看黄片网站

面試

網(wǎng)絡工程師招聘試題

時間:2022-10-05 09:31:36 面試 我要投稿
  • 相關(guān)推薦

網(wǎng)絡工程師招聘試題

  網(wǎng)絡工程師招聘試題

網(wǎng)絡工程師招聘試題

  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語言結(jié)構(gòu)設計一個航天空母艦[包括艦載飛機]對象組[object:carrier,plane……etc].

  6.實現(xiàn)Java程序:

  功能要求:將一個輸入字符串,根據(jù)參數(shù)替換對子字符串后返回,優(yōu)化速度,優(yōu)化空間。

  例:輸入值“ABBCD”,操作方式為把子字符串“AB”替換為“EF”返回值“EFBCD”

  public string reversestring(string instr,string substr,string replacestr){……在答題紙上實現(xiàn)代碼……}

  7.實現(xiàn)Java程序:

  功能要求:返回輸入字符串中最大的連續(xù)相同的子字符串,優(yōu)化速度,優(yōu)化空間。[注:請勿使用String. Replace^11(String, String)自己實現(xiàn)算法]

  例:輸入值“ABBC”返回值“BB”

  public string getsubstring(string instr){……在答題紙上實現(xiàn)代碼……}

  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.請描述在關(guān)系型數(shù)據(jù)庫應用中,應該基于哪些原則進行SQL條件語句[where……]進行性能調(diào)優(yōu)?

  10.請描述你是如何不斷跟進和了解最新的軟件技術(shù)[尤其是在軟件開發(fā)領域的技術(shù)],近期你在鉆研哪些技術(shù)?

【網(wǎng)絡工程師招聘試題】相關(guān)文章:

微軟招聘面試試題10-26

金融證券部門招聘試題10-07

外企公司招聘高級經(jīng)理試題10-07

寶潔招聘流程及面試題10-08

醫(yī)療招聘面試題及回答技巧01-31

事業(yè)單位招聘面試題10-06

招聘網(wǎng)絡宣傳標語09-18

跨國企業(yè)的招聘面試題10-08

解讀招聘試題:邏輯推理題10-07

招聘試題中的五類基本題型10-08