programming languages Online Quiz - 282
Description: programming languages Online Quiz - 282 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
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
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?
Which one of following is not a valid shared resource image type?
Which one of the following design element is multi pane interface?
Which one of the following @function performs a similar function to the Print method of the Lotus Script?
Which one of the following returns the name of the Current Field?
Which one of the following @function is used to compare two Passwords?
Which one of the following @function is used to get value of the field?
Which one of the following design element not allowed on the page?
Which one of the following @function is used to display all Response document and Response to Response document of the parent document?
Which option most fully describes will happen when you attempt to compile and run the following code public class MyAr{ public static void main(String argv[]) { MyAr m = new MyAr(); m.amethod(); } public void amethod(){ static int i; System.out.println(i); } }
Which of the following will compile correctly
Which of the following are Java key words
Which of the following are Java modifiers?
Why might you define a method as native?
TreeMap class is used to implement which collection interface. Select the one correct answer
What gets printed when the following program is compiled and run. Select the one correct answer. class test { public static void main(String args[]) { int i,j,k,l=0; k = l++; j = ++k; i = j++; System.out.println(i); } }
Which one does not have a ValueOf(String) method?
Which one does not extend java.lang.Number?
Which of the following is the correct syntax for suggesting that the JVM performs garbage collection?