0

programming languages Online Quiz - 319

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

Which tool is used to generate PE files from MSIl code?

  1. ildasm

  2. ilasm

  3. capol

  4. resgen


Correct Option: B

Placing web service files in one of these folders, generates a proxy class(out of .wsdl) and a typed dataset (out of .xsd). What is the name of the folder?

  1. App_Data

  2. App_Resources

  3. App_Code

  4. App_WebReferences


Correct Option: C

Which of the page directive defines the class or virtual path used to type the Master property of a page?

  1. @MasterType

  2. @MasterPage

  3. @Master

  4. @MasterPath


Correct Option: A

What is called as a collection of CSS files and images?

  1. Skin

  2. Themes

  3. CSS_folder

  4. None


Correct Option: B

POST is an IDEMPOTENT method.

  1. True

  2. False


Correct Option: B

In MVC architecture, VIew means the JSP.

  1. True

  2. False


Correct Option: A

init() & destroy() ---methods can ONLY BE CALLED ONCE!

  1. True

  2. False


Correct Option: A

What noted Java developer at his Ph.D. defense answered a planted question with a rap song backed by a recorded rhythm track on a hidden tape recorder?

  1. James Gosling

  2. Guy Steele

  3. Joshua Bloch

  4. Greg Papadopoulos


Correct Option: C

True or false: It is preferable to write: List dogs = new ArrayList(); instead of List dogs = new ArrayList(); because raw types enable developers to avoid needless verbiage.

  1. True

  2. False


Correct Option: B

Joshua Bloch says that the strangest thing about the Java platform is _____

  1. Poor Unicode support.

  2. java.lang.Cloneable does not contain clone() method.

  3. The byte type is signed.

  4. The creators of the Java programming language modeled the syntax after C and C++.

  5. java.io.InputStream is an abstract class and not an interface.


Correct Option: C
  1. Create, complete, and collect

  2. Creativity, curiosity, and career

  3. Content, cash, choice, and control

  4. Compete, confer, and collect


Correct Option: C

For which action can you use the TO_DATE function?

  1. Convert any date literal to a date

  2. Convert any numeric literal to a date

  3. Convert any character literal to a date

  4. Convert any date to a character literal

  5. Format ’10-JAN-99’ to ‘January 10 1999’


Correct Option: C

Computer science professors Qusay Mahmoud and Cay Horstmann agree that the biggest mistake made by teachers of computer science is

  1. Overwhelming students with too much code complexity too early

  2. Lecturing too much

  3. Failing to educate students in the use of tools

  4. Failing to encourage individual creativity and initiative


Correct Option: B
  1. SELECT

  2. EXECUTE

  3. ALTER TABLE

  4. CREATE TABLE

  5. DELETE


Correct Option: D
- Hide questions