• Breaking News

    Friday, 16 October 2015

    Java Question Part-2



    Q1. Java was first developed in ?
    [A] 1990
    [B] 1991
    [C] 1993
    [D] 1996

    Q2. The old name of Java was ?
    [A] J language
    [B] oak
    [C] oct
    [D] None of above

    Q3. Which of the following is not keyword in java ?
    [A] null
    [B] import
    [C] volatile
    [D] package

    Q4. What is the full form of ADT ?
    [A] Abstract Data Type
    [B] Abstract Development tool
    [C] Abstract Design Tool
    [D] Advance Development Tool

    Q5. What is HotJava ?
    [A] system software
    [B] web browser 
    [C] java environment
    [D] IDE

    Q6. Is both statement execute in java?
    if(x<y)
    {
    x=y;
    y=0;
    }
    [A] True
    [B] False

    Q7. After compilation of java class the file create is
    [A] .class
    [B] .doc
    [C] .java
    [D] .javac

    Q8. BDK stand for
    [A] Bean Development Kit
    [B] Byte Development Kit
    [C] Bold Development Kiy
    [D] none

    Q9. By which method You can set or change the text in a Label?
    [A] setText()
    [B] getText()
    [C] Both A & B
    [D] None of the above

    Q10. Which command disassembles a class file
    [A] javaamd
    [B] javacmd
    [C] javap
    [D] java

    No comments:

    Post a Comment