freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

java期末試題和答案(文件)

2025-06-25 13:34 上一頁面

下一頁面
 

【正文】 D. 定義方法時必須使用6. return語句: ?。ā 。〢.只能讓方法返回數(shù)值     B.方法都必須含有C.方法中可以有多句return    D.不能用來返回對象7.關(guān)于對象成員占用內(nèi)存的說法哪個正確? ?。ā 。〢.同一個類的對象共用同一段內(nèi)存B、同一個類的對象使用不同的內(nèi)存段,但靜態(tài)成員共享相同的內(nèi)存空間C.對象的方法不占用內(nèi)存D.以上都不對8.下列說法哪個正確?A.不需要定義類,就能創(chuàng)建對象B.對象中必須有屬性和方法C.屬性可以是簡單變量,也可以是一個對象D、屬性必須是簡單變量9.下列說法哪個正確? ?。ā 。〢、一個程序可以包含多個源文件B、一個源文件中只能有一個類C、一個源文件中可以有多個公共類D、一個源文件只能供一個程序使用10.關(guān)于方法main()的說法哪個正確?( ?。〢.方法main()只能放在公共類中B main()的頭定義可以根據(jù)情況任意更改C.一個類中可以沒有main()方法D.所有對象的創(chuàng)建都必須放在main()方法中11.構(gòu)造函數(shù)何時被調(diào)用? ?。ā 。〢、創(chuàng)建對象時      B、類定義時C、使用對象的方法時   D、使用對象的屬性時12.字符流與字節(jié)流的區(qū)別在于( ?。〢.前者帶有緩沖,后者沒有B.前者是塊讀寫,后者是字節(jié)讀寫C. 二者沒有區(qū)別,可以互換使用D. 每次讀寫的字節(jié)數(shù)不同22.下列流中哪個不屬于字節(jié)流 ?。ā 。〢.FileInputStreamB.BufferedInputStreamC. FilterInputStream D. InputStreamReader三、程序填空題 class Sum{ public static void main(String [] args){ int j=10。 }static void calculate (int j){ for (int i = 0。 }}輸出結(jié)果為:j is : abstract int c(int i)。 ()。 (())。 return (this) 。 }//多次調(diào)用方法increment(),返回的都是x的地址,i 值表示調(diào)用次數(shù)}輸出結(jié)果為 i = (3) 答案:(1) this;(2) new Leaf();(3) 34. //指定源文件 File outFile = new File()。 //逐字節(jié)從源文件中輸入,再輸出到fos流while ((c = ())!=1) (c)。 } }}答案:(1) new FileInputStream(inFile)。}class Circle extends Shape { void display() { //實現(xiàn)抽象類的方法 (Circle)。 //定義無名對象來調(diào)用對應(yīng)的display方法 (new Rectangle()).display()。)A、安全性B、多線程C、跨平臺D、可移值 applet程序與編寫和運行Java application程序不同的步驟是:(B)public class MyClass{static int i。B(100%)。 )void plicatedExpression(){int x=20, y=30。y60||x50amp。y60||x50amp。}A、trueB、falseC、1D、0:(}else if(x3){ (second)。x3,應(yīng)使用如下哪種修飾符?(C)A、protectedB、provateC、transient (臨時變量)D、volatile (共享變量),一個類可同時定義許多同名的方法,這些方法的形式參數(shù)的個數(shù)、類型或順序各不相同,傳回的值也可以不相同,這種面向?qū)ο蟪绦蛱匦苑Q為:(BD ( void printMe() { ()。 Child myC=new Child()。DD D、import .*。 )A、注釋應(yīng)該增加代碼的清晰度B、注釋要簡潔C、在寫代碼之前寫注釋D、盡量給每一條語句加注釋,可以從不同的角度對其進行分類,按功能分為:(Bif(x==y)(Not equal)。 D)編譯出錯String s=我喜歡學習Java!。用__new_____運算符來實現(xiàn)對象的實例化。三、寫出下列程序的運行結(jié)果(每空5分,共15分)1.下列程序的輸出結(jié)果為:public class TestApple { int i=0。 } void print(){(i=+i)。 ().increament().print()。 private int n。 (SuperClass())。 SubClass(){ public static void main(String args[]){ }} 結(jié)果:SuperClass() SubClass(400)說明對象先調(diào)用SubClass的有參構(gòu)造函數(shù),接著調(diào)用Super()的無參構(gòu)造函數(shù),輸出SuperClass() ,接著輸出SubClass(400) 3. 下列程序的輸出結(jié)果為:class FatherClass{ }}class ChildClass extends FatherClass{ value=200。 (value)。 ChildClass cc=new ChildClass()。Undergraduate類除擁有父類屬性和方法外,還有其自己的屬性和方法:附加屬性包括系(department)、專業(yè)(major);方法包含設(shè)置系別和專業(yè)。 104. ActionListner8.四、Undergraduate類除擁有父類屬性和方法外,還有其自己的屬性和方法:附加屬性包括系(department)、專業(yè)(major);方法包含設(shè)置系別和專業(yè)。{intsex=男。intsetName(String}Score=b。show(){Student{StringsetDeparment(String}major=d。show1(){Student{publicarg[]){StudentB=new(信息工程系)。2. import{publica,int}if(bd){d=b。}publicargs)thenumber2=((Enter))。Number:ne){(())。public class TestCenterPanel { new MyFrame3(300,300,600,400,)。 super(FrameWithPanel)。 setLayout(null)。 setBounds(x,y,w,h)。 setBackground(c)。 Panel p = new Panel(null)。 (w/4,h/4,w/2,h/2)。 ()。 add(p)。 setVisible(true)。 B Boolean=null。   char[]ch={39。,39。     (,)。     ch[0]=39。   ()。 B FileInputStream in=new File。 (9)。   } } A good and abc B good and gbc C test ok and abc D test ok and gbc , 會產(chǎn)生什么結(jié)果 public class X extends Thread implements Runable{  public void run(){   (this is run())。     ()。}。,39。 D double=。 }} }}class MyFrame3 extends Frame{(0)。}(sum(number1,number2,number3,0))。thesecondNumber:number1,number2,number3。voidreturn}c,intStringclass()。(許翼)。Student()。void}setMajor(Stringdepartment=c。department。Undergraduate}setScore(intsname=a。sname。Stringname=湖南****學院。1. class方法包含設(shè)置姓名和成績(setName(),setScore())。三、 new6. ObjectInputStreamObjectOutputSteam2. ,求這三個數(shù)的最大值。方法包含設(shè)置姓名和成績(setName(),setScore())。 ()。 ()。 (ChildClass value=+value)。 ()。 public int value。 public void f(){ }} public class TestSuperSub { } SubClass(int n){ (SuperClass(+n+))。 } i=10022. 下列程序的輸出結(jié)果為:class SuperClass{ Apple redapple=new Apple(1000)。 i++。 Apple increament(){ }7. 當用戶在TextField中輸入一行文字后,按回車,實現(xiàn)__ ActionListner_______接口可實現(xiàn)對事件的響應(yīng)。4. Java語言通過接口支持_多重___繼承,使類繼承具有更靈活的擴展性。(serializable),每個catch語句塊都應(yīng)該與__try_____語句塊對應(yīng),使得用該語句塊來啟動Java的異常處理機制。 B)Equal}}A)Not equal )public class IfTest{public static void main(String args[]){int x=3。DB、import .*。 }}public class Test_this {public static void main(String args[]) { (child)。 }};class Child extends Parent { )A、privateB、protectedC、private protectedD、public : )A、catchB、throwsC、tryD、finally,只可以使用____修飾符修飾該接口。}請問x處于什么范圍時將打印字符串“second”?A、x0B、x3C、x=3D、x=0 amp。y60。y60||x50amp。b=x50amp。B )public class Test3{public static void main(String args[]){(100%3)。}}A、有錯誤,變量i沒有初始化。)A、編寫源代碼B、編寫HTML文件調(diào)用該小程序,C、編譯過程D、解釋執(zhí)行,每個Unicode碼占用____個比特位。D )A、調(diào)用語句B、命令C、口令D、消息,下列選項中,哪個反映了Java程序并行機制的特點:( B }}輸出結(jié)果是 ?答案:(1) Circle; (2) Rectangle; (3) Triangle。 }}class Triangle extends Shape { void display() { //實現(xiàn)抽象類的方法 (Triangle)。5. ()。 FileOutputStream fos = new FileOutputStream(outFile)。按注釋提示完成文件復(fù)制的程序 //FileStream源代碼如下: import .*。 } public static void main(String args[]){ Leaf x = (new Leaf();)。3. 按注釋完成程序public class Leaf { private int i = 0。 ()。}abstract class SubAbstract extends SuperAbstract implements AsSuper{public void b(){…} abstract String f()。 (3)答案:(1) 10;
點擊復(fù)制文檔內(nèi)容
教學教案相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1