Tag: programming languages
Questions Related to programming languages
-
import java.awt.*;package Mypackage;class Myclass {}
-
package MyPackage;import java.awt.*;class MyClass{}
-
/This is a comment */package MyPackage;import java.awt.;class MyClass{}
-
class Myclass {};import java.awt.*;package Mypackage;
-
2variable
-
variable2
-
_whatavariable
-
3
-
$anothervar
-
#myvar
-
1
-
Error anar is referenced before it is initialized.
-
2
-
Error: size of array must be defined.
-
System.out.println( -1 >>> 2);will output a result larger than 10
-
System.out.println( -1 >>> 2); will output a positive number
-
System.out.println( 2 >> 1); will output the number 1
-
System.out.println( 1 <<< 2); will output the number 4
-
s3=s1 + s2;
-
s3=s1-s2;
-
s3=s1 & s2;
-
s3=s1 && s2
-
System.Collections.Generic
-
System.Reflection
-
Microsoft.Office.Interop
-
None of the above
-
SQL Server Management Studio
-
CLR User Defined Type
-
CLR Stored Procedure
-
T-SQL View
-
Only 2
-
Both 1 and 3
-
4
-
Both 2 and 4
-
It is possible for a single class to implement multiple interfaces
-
It is possible for a class to inherit from multiple classes
-
It is possible for a class to inherit from a Sealed class
-
All of above