web technology Online Quiz - 92
Description: web technology Online Quiz - 92 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
Which Portal element defines the collection of services in a portal?
Which Portal element controls menus?
Which is the first item to be added to a portal project when creating a portal application?
To customize the skeleton of a portal, which type of resource would need to be created?
To customize the skin of a portal, which type of resource would be created?
A JPF file corresponds to which architectural component?
Which is the preferred mechanism for implementing Inter-portlet communications?
What will be output of following code?public class Main { public static void main(String[] args) { int i; i = i + 5; System.out.println(i); }}
Which of the following are valid method signature?
context parameters can be accessed
Which of the following has average case complexity O(n ln(n))