web technology Online Quiz - 159
Description: web technology Online Quiz - 159 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
By default, the Developer runs using which Java Virtual Machine (JVM)?
Which of the following built-in Integration Server services is primarily used for exception handling?
The built-in service pub.flow:setResponse can be used to perform all of the following EXCEPT:
Standard webMethods FLOW operations can do which of the following:
A .access file is used by webMethods Integration Server to do which of the following?
A Java NullPointerException was thrown while tracing a Flow service using the webMethods IS Developer. What is the most likely reason?
Select ALL that are in scope of coding & unit testing for an ETL job
public class AQuestion{ private int i = giveMeJ(); private int j = 10; private int giveMeJ(){ return j; } public static void main(String args[]){ System.out.println((new AQuestion()).i); }}
Which of the following can the JSP include action include output from?
action can pass parameters to the page which it is including. How does the next page obtain the value of these parameters?
What is wrong with the following code? } else { } %>
What is wrong with the following code?
In both and the attributes can take JSP expressions as values, for example
In which file do we define a servlet mapping ?
Servlets and JavaServer Pages have become so popular that they are now supported directly or with third-party plug-ins by most major Web servers and application servers?
A get request gets information from a client. A post request posts data to a client?