A. 0
B. 1
C. 2
D. 3
Software Engineering Mcqs
Software Engineering Mcqs for Preparation of Job Test and interview, freshers, Students, competitive exams etc. Multiple choice questions here are on topics such as Basics of software engineering, types, advanced, design, testing, evolution, testing, secutity etc.
A. overloading
B. overriding
C. cloning
D. coping
A. Constructor
B. Destructors
C. Variable
D. Object
A. Synchronized methods
B. Asynchronized methods
C. Serialized methods
D. None of above
A. short, 8
B. byte, 8
C. short, 16
D. short, 16
A. throw
B. throws
C. extend
D. implements
A. Method
B. Keyword
C. Keyword and Method
D. None of above
A. java.util.Date
B. java.util.Time
C. java.sql.Time
D. None of above
A. arrayName[] p = new arrayName[5];
B. arrayName p[][] = new arrayName[2][];
C. arrayName[] p [];
D. arrayName p[5];
A. Prints true
B. Prints false
C. Will not compile as boolean is not initialized
D. Will not compile as boolean can never be static
