Which of the following are legal array declarations.
int i[5][];
int i[][];
int []i[];
int i[5][5];
int[][] a;
In Win32, an application is created by a call to
Main()
WinMain()
InitInstance()
OnEXecute()
When a procedure is created in the Function Library editor, what is the extension on the file?
.QFL
.TXT
.QTP
.VBS
Which of the following statements related to Garbage Collection are correct.
It is possible for a program to free memory at a given time.
Garbage Collection feature of Java ensures that the program never runs out of memory.
It is possible for a program to make an object available for Garbage Collection.
The finalize method of an object is invoked before garbage collection is performed on the object.
Is there any way to migrate multiple IIS Web sites?
The IIS 6.0 Migration tool migrates only one Web site at a time
You can use tools such as MetaEdit 2.2 or Metabase Explorer to migrate the IIS configuration for multiple sites from one server to another
Both A & B
Migrating Multiple web sites at a time is never possible
which of the below statement is true
Transport Layer Security (TLS) is just another name for SSL
Transport Layer Security (TLS) extends SSL by providing cryptographic authentication
Transport Layer Security (TLS) is a separate layer of security has no connection with SSL
None of these
What is the name of the user who connects to the web site annonymously?
IUSR_computername
IUSR_Domainname
IUSR_VirtualdirectoryName
Administrator
In which process does IIS Run?
wpw3.exe
wpwQ.exe
wqwp.exe
winnt.exe
Where are the IIS log files stored?
C:\WINDOWS\system32\Logfiles
C:\WINDOWS\system32\Logfiles\Date
C:\WINDOWS\system32\Logfiles\W8SVX10
C:\WINDOWS\system32\Logfiles\W3SVC1
Is Socket pooling possible in IIS?
Yes
No
Yes but depends on application design
Yes but not supported by Microsoft