web technology Online Quiz - 68
Description: web technology Online Quiz - 68 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
ACI can get called from BSI service
J2C stands for:
Can we use service DTO in web layer?
List which of the following components you will add to BAIXXX_WEB project to remove compile time errors:
Which of the following versions of JDK is used in IB?
How do you select the first two titles in the document:
Which character is used to denote a variable
The match attribute is used to:
How will you select type attribute in the document
Considering the following XML and XSLT documents, what is the output? XML: <?xml version="1.0"?> <staff> <employee id="45"> <name>John</name> <salary>$100,000</salary> </employee> </staff> XSLT: <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/"> <xsl:if test="employee/name = 'John'"> true </xsl:if> </xsl:template> </xsl:stylesheet>
Which of following are Web Application Security Risks?
Which of the following is incorrect
Which is true below
Find out the compile time/run time exception/s with below snippet Ans: c try { ------ ------- ------ } finally { ----- ----- }
What following line of code returns "unhappy".substring(2)
Select a marker interface below