0

programming languages Online Quiz - 282

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

Which one of the following design element is multi pane interface?

  1. View

  2. Outline

  3. Frameset

  4. Page


Correct Option: C

Which one of the following @function performs a similar function to the Print method of the Lotus Script?

  1. @Print

  2. @StatusBar

  3. @MessageBox

  4. @MessageBar


Correct Option: B

Which one of the following returns the name of the Current Field?

  1. @Name

  2. @FieldName

  3. @ThisName

  4. @FieldTitle


Correct Option: C
  1. @VerifyPassword

  2. @Compare

  3. @PasswordCompare

  4. @HashCompare


Correct Option: A

Which one of the following @function is used to get value of the field?

  1. @GetField

  2. @GetItemValue

  3. @GetFieldvalue

  4. @Value


Correct Option: A
  1. short myshort = 99S;

  2. String name = 'Excellent tutorial Mr Green';

  3. char c = 17c;

  4. int z = 015;


Correct Option: D
  1. public

  2. private

  3. friendly

  4. transient


Correct Option: A,B,D
  1. to get to access hardware that Java does not know about

  2. to define a new data type such as an unsigned integer

  3. to write optimised code for performance in a language such as C/C++

  4. to overcome the limitation of the private scope of the method


Correct Option: A,C

TreeMap class is used to implement which collection interface. Select the one correct answer

  1. SortedMap

  2. Tree

  3. Set

  4. SortedSet


Correct Option: A

Which one does not extend java.lang.Number?

  1. integer

  2. boolean

  3. character

  4. short


Correct Option: B,C
  1. System.free()

  2. System.setGarbageCollection()

  3. System.setGarbage()

  4. System.gc()


Correct Option: D
- Hide questions