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

I am having designer access on the database, I want to modify ACL programmatically through agent signed by my ID, I will be able to modify the same

  1. True

  2. False


Correct Option: B

I am having multivalue field containing numeric value, I want to apply formula on each value of the field. Which of the formula will accomplish the task?

  1. @Transform

  2. @Replace

  3. @ListEvaluate

  4. @ListProcess


Correct Option: A

Which one of following is not a valid shared resource image type?

  1. GIF

  2. JPG

  3. MBP

  4. TIF


Correct Option: D

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

Which one of the following @function is used to compare two Passwords?

  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

Which one of the following design element not allowed on the page?

  1. Outline

  2. Layout Region

  3. View

  4. Table


Correct Option: B
  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

Which of the following is the correct syntax for suggesting that the JVM performs garbage collection?

  1. System.free()

  2. System.setGarbageCollection()

  3. System.setGarbage()

  4. System.gc()


Correct Option: D
- Hide questions