programming languages Online Quiz - 241
Description: programming languages Online Quiz - 241 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: programming languages |
Which of the elements defined within the taglib element of taglib descriptor file are required. Select the two correct answers.
Which of the elements defined within the taglib element of taglib descriptor file are required. Select the two correct answers.
Name the element within the tag element that defines the name of the class that implements the functionality of tag. Select the one correct answer.
How to send signals to other processes?
How to create devices/device files in Linux
What is a /dev/zero device in Linux?
What is /dev/full device in Linux?
What is /dev/random device?
Which of the following will compile without error.
Which of the following are legal identifiers.
Which of the following statements are true?
Given the following declarations String s1=new String("Hello")String s2=new String("there");String s3=new String(); Which of the following are legal operations?
If you want to use USER32.DLL in your program, which namespace you should use:
Consider following statements: 1. System.Collections.ArrayList can store values of only single data type 2. System.Collections.ArrayList can store values of multiple data types 3. System.Collections.Generic.List can store values of multiple datatypes 4. System.Collections.Generic.List can store values of only single data type Which of the above is false: