Tag: web technology
Questions Related to web technology
Which is the first item to be added to a portal project when creating a portal application?
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); }}