當前位置:學問君>學習教育>考研>

數碼科技筆試題目

學問君 人氣:2.16W

1:Which statements about Java code security are not true?

數碼科技筆試題目

bytecode verifier loads all classes needed for the execution of a program.

uting code is performed by the runtime interpreter.

runtime the bytecodes are loaded, checked and run in an interpreter.

class loader adds security by separating the namespaces for the classes of the local file system from those imported from network sources.

簡答題

15:15個教徒和15 個非教徒在深海上遇險,必須將一半的人投入海中,其餘的人才能倖免於難,於是想了一個辦法:30個人圍成一圓圈,從第一個人開始依次報數,每數到第九個人就將他扔入大海,如此循環進行直到僅餘15個人爲止。問怎樣排法,才能使每次投入大海的都是非教徒。

16:構造器Constructor是否可被override?

17:簡單介紹一下IOC的實現原理。(寫出代碼最好)

18:說出數據連接池的工作機制是什麼?

19:列出一些控制流程的方法;

20:找出兩個字元串中最大子字元串,如"abractyeyt","dgdsaeactyey"的最大子串爲"actyet"

21:請寫一個java程序實現數據庫緩衝池的'功能?

22:Tomcat裏實現會話session複製,有那些方法?

23:簡單介紹JSP的標記庫?

24:hibernate的2級快取有那些快取策略?每種快取策略的使用範圍?

25:不用乘法或加法給一個數增加7倍。