Axis 2 can be used to generate both SOAP and REST web services
True
False
How many different types of parsers are available to parse XMLs ?
2
3
4
None of the above
SAX is an event based parser
SAX can be used to modify XML
DOM loads the whole xml to be parsed in the memory
Stax is a push based XML Parser
which level number cannot be specified in AREA B?
01
55
66
88
Rename is specified in which level no?
77
With Transfer Object, it is possible that one runs into an issue of having multiple copies of the same Transfer object class with different data
In case your application is completely based on Container Managed Persistence, would you still like to go for DAO design pattern?