Tag: web technology

Questions Related to web technology

  1. a book

  2. a portal

  3. a page

  4. desktop


Correct Option: C

Which is the first item to be added to a portal project when creating a portal application?

  1. a portal

  2. a portlet

  3. a desktop

  4. a book


Correct Option: C
  1. perform authentication

  2. back-up a portal context

  3. load resources into the JNDI

  4. initialize a database connection


Correct Option: A

Which is the preferred mechanism for implementing Inter-portlet communications?

  1. Event Handlers

  2. Backing files

  3. onRefresh method

  4. listenTo portlet property


Correct Option: A
  1. segments and profiles

  2. elements and nodes

  3. nodes and resources

  4. types and content


Correct Option: D

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); }}

  1. Compile time error

  2. 5

  3. 0

  4. None of above


Correct Option: A
  1. public static void main(String[] args)

  2. public static void main()

  3. public void main(String[] args)

  4. public void static main(String[] args)


Correct Option: A,B,C