XSLT is ____________
a language for navigating in XML documents
a language for transforming XML documents
a language for formatting XML documents
is a language for Parsing XML documents
In the following code variable test1 would be allocated memory on?int func(){int test1 = 10;return test1;}void main(){ int i = 0; i = func();}
Heap
Stack
Code Segment
Data Segment
In the following segments which is the read only segment?
Can we change the content of string letral?
True
False
XPointer is used to
create hyperlinks in XML documents
allows the links point to specific parts of an XML document
navigate through a XML document
Query data from XML document
"RPC-encoded" style/use XML is WS-I compliant
For a REPEAT operation to execute the code once, the count parameter needs to be set to
-1
0
1
1/-1
Java does not supports multithreaded programming?
JSF is preferred over JSP if
the page has only one form
the page has multiple forms and the developer is familiar with developing GUI appliciations
Java Script is not preferred
light weight web application is being developed