You are on page 1of 3

XML

Q1:
prefixing an element in a XML Document, with a unique prefix , prevents it from being _________
a)Duplicated

Q2:
XML was Developed over ___________
a)HTML

Q3:Match the Columns


S.no left Coloumn

A1 | XSLT | B1 Language for Navigation XML Documents | B2


A2 | XPath | B2 Language for transforming XML | B1
A3 | Xsl-FO | B3 Languages for Formatting XML | B3

Q4;
&lt; Produces the left angle bracket <
&gt; Produces the right angle bracket >
&amp; Produces the ampersand &
&apos; Produces a single quote character ‘
&quot; Produces a double quote character "

Q5:
Some the term internationa;ization is abberviated as ____________
a)i18n

Q6:
the ___ Class is used to tailor program output to the conversions of a particular geograhic, political or culture
a)global

Q7:
Which one of the following is a 16-bit char value?
a)Character

Q8:
___ is a set of classes to support parallel programing using LINQ.
a) Parallel LINQ

Q9:
C# code written & saved in visual studio IDE the .net solution saved in a file__
a).sln

Q10:
not a function of CLR in .NET Framework
a)Language Translation

Q11: this
You cannot use the this keyword with static variables and methods.

Q12:
Managing memory and verifying code safety function of _____ in .NET Framework
a)CLR

Q13:
The System.Security.Cryptography namespace provides the SymmetricAlgorithm base class for all symmetric algorithm
classes.

java

Q14:
Which type of type casting?
SavingAccount objSA=new SavingAccount();
Account objAcc=objSA;
a)Implacit // Auto implamated like int a1; float f; f=a;

Q15:
method are defined in thread Class
a)start(); and run();

Q16:
|_format(String fmt, Object... args)
The method displays formatted data to the console’s output
|_printf(String fmt, Object... args)
The method displays formatted data to the console’s output more conveniently
|_reader()
The method returns an unique java.io.Reader object that is associated with the console
|_readLine()
The method accepts one line of text from the console

Q17: reapted
java runtime system reports fails assertion throgth use of instance class called ______
a)java.lang.AssertionError

Q18: reapted
|-To create a .jar file
jar cf jar-file-name input-filename(s)

|-To view contents of a .jar file


jar tf jar-file-name

|-To extract contents of a .jar file


jar xf jar-file-name

|-To run the application packaged into the .jar file.Manifest.txt file is required with Main-class header attribute.
java -jar jar-file-name

Q19: reapted
WCF clients. In the first _____________ applied to the GetProductName()
a)operational contract

Q20: repated
The _________object is responsible for transforming the data based on the algorithm of the encryption class
a)ICryptoTransform

Q21:
Which keyword Used to indicate a data source and a range variable
a)Form

Q22:
________ that is a logical structure to securely store asymmetric keys
a)key container

Q23: reapted
Which of the following component of the .NET FrameWork?
[ _/]Framework Class Library (FCL)
[ _/]Common Language Runtime(CLR)

Q24:
which of the following or method does not belong to file class
a)separator

Q25:
EDM stand for
a) Entity Data Model

You might also like