Tag: web technology
Questions Related to web technology
Aggregation (encapsulation) relationships are represented in the UML notation by
In which file will the servlets and the security roles of the application will be defined
The file where the task flows and the page flows of the application is specified
Where does the application been first taken in to, when an URL is hit in the browser
In the UML notation, parameterized (generic) classes are represented by
In which file will the server side validations will be handled
Where will the Life Host region of the server be mentioned
Given: public static void before() { Set set = new TreeSet(); set.add("2"); set.add(3); set.add("1"); Iterator it = set.iterator(); while (it.hasNext()) System.out.print(it.next() + " "); } Which statements are true?
What is output to the web page on the second access to the same instance of the following JSP? (Choose one.) Chapter 6 Question 2
Chapter 6 Question 2
Which architecture does PS framework follow