0

programming languages Online Quiz - 28

Description: programming languages Online Quiz - 28
Number of Questions: 20
Created by:
Tags: programming languages
Attempted 0/20 Correct 0 Score 0

Java support RMI. What does this RMI stands for?

  1. Random Memory Interface

  2. Remote Method Invocation

  3. Random Method Invocation

  4. Remote Memory Interface


Correct Option: B

When you read your e-mail, you are viewing _________ data

  1. Active

  2. Passive

  3. Both

  4. None


Correct Option: B

In Java, a source file is officially called a compilation unit

  1. True

  2. False


Correct Option: A
  1. Heavy weight components

  2. Medium weight components

  3. Light weight components

  4. None


Correct Option: C

In order to use a servlet for handling the submission of a web form, subclass HttpServlet() and put service code in ______

  1. service() method

  2. getServletInfo() method

  3. doGet() or doPost() method

  4. None


Correct Option: C
  1. Servlets are server side components

  2. Applets have GUI interface

  3. Servlets have GUI interface

  4. Applets are client side components


Correct Option: C

You Can inherit multiple interfaces.

  1. True

  2. False


Correct Option: A

You can declare the override method static while the original method is non-static.

  1. True

  2. False


Correct Option: B

C# provides a default constructor for me. I write a constructor that takes a string as a parameter, but want to keep the no parameter one. How many constructors should I write?

  1. One

  2. Two

  3. Nill

  4. None


Correct Option: B
  1. I/O operation

  2. Database operation

  3. Networking

  4. All of the above

  5. None of the above


Correct Option: D
  1. Sequence Output Stream

  2. Print Stream

  3. None of the above

  4. 1 and 2


Correct Option: C,D
  1. Resultset

  2. Prepared Statement

  3. Statement

  4. Number of rows retrieved


Correct Option: D
- Hide questions