• Post author:
  • Post category:History

951. Who is the First Test Tube Twins Babies in the World?
A. Louise Brown & Vesli Multinder
B. Stephan & Amanda
C. Harsha & Indhira
D. Elizabeth Car & Carl Wood

952. Which of the following tribes does not share its name to a mountain peak ?
A. Khasi
B. Jaintia
C. Gaaro
D. Bheel

953. What was part of the agenda of southern democrats?
A. Using fear for political gain
B. Cutting taxes for landowners
C. Using violence for political gain
D. All the above

954. Which is true of the 1912 presidential election?
A. Because all three major candidates were Progressive, the Socialist won
B. Because all three major candidates were Progressive, Progressive votes were split
C. Although none of the candidates was Progressive, the Progressives decided the election
D. Although none of the candidates was Progressive, Progressive ideas were important

955. What is the file name extension of a Java source program?
A. j
B. ja
C. java
D. jax

956. Choose a correct statement about Java source files.
A. Java files are human readable
B. Java files contain Classes with Methods and Variables
C. Import statements import library Classes into our class
D. All the above

957. What is the output of Compilation of Java Program?
A. class file
B. cla file
C. jc file
D. javax file

958. Byte code is the result of?
A. Compiling a Java file
B. Compiling a Class file
C. Interpreting a Java File
D. Interpreting a Class file

959. What software compiles a Java Program?
A. JRE (Java Runtime Environment)
B. JDK (Java Developer Kit)
C. JVM (Java Virtual Machine)
D. Command Prompt

960. What software runs a Java program on a computer?
A. JRE (Java Runtime Environment)
B. JDK (Java Developer Kit)
C. Command Prompt
D. None of the above