Which two can be used to create a new Thread
Extend java.lang.Thread and override the run() method
Extend java.lang.Runnable and override the start() method
Implement java.lang.Thread and implement the run() method
Implement java.lang.Runnable and implement the run() method
Implement java.lang.Thread and implement the start() method
I was visiting my best friend _____ the hospital
The method on the result set that tests whether or not there remains at least one unfetched tuple in the result set, is said to be
What is the output of this C code(When 1 is entered)? void main() { int ch; printf("enter a value btw 1 to 2:"); scanf("%d", &ch); switch (ch) { case 1: printf("1\n"); default: printf("2\n"); } }
Windows Mobile applications can now be digitally signed. What's the advantage of this feature for enterprise security
The average of first 10 odd numbers is
Which type of validation we must implement the Validateable interface (or extend ActionSupport class) and provide the implementation of validate method
XML digital signatures provides
Which of the following feature of SQL Server was used before XML technology for semi structured data? a) Stored Procedure b) Dyanamic management views c) In memory database d) None of the mentioned
Reasons to use native XML features in SQL Server instead of managing your XML data in the file system would be: a) You need language support for query and data modification for cross-domain applications b) You want the server to guarantee that the data is well formed and also optionally validate your data according to XML schema c) You want indexing of XML data for efficient query processing and good scalability, and the use of a first-rate query optimizer d) All of the mentioned
What is hybrid model in SQL Server ? a) Combination of relational and XML data type columns b) Combination of relational and non relational data type columns c) Using XML with views d) Using XML with triggers
XML View Technology is useful in the following situations:
The choice of XML technology, native XML versus XML view, generally depends upon the following factors: a) Storage options b) Query capabilities c) Indexing d) All of the Mentioned
Which of the following is not a XML storage option ? a) Native storage as XML data type b) Mapping between XML and relational storage c) Small object storage d) None of the Mentioned