Technology Questions

Q:

In which of the following we cannot overload the function?

A) return function B) caller
C) called function D) none of the mentioned
 
Answer & Explanation Answer: A) return function

Explanation:

While overloading the return function, it will rise a error, So we can’t overload the return function.

Report Error

View Answer Report Error Discuss

Filed Under: C++

2 8780
Q:

Which of the following navigator object properties is the same in both Netscape and IE?

A) navigator.appCodeName B) navigator.appName
C) navigator.appVersion D) None of the above
 
Answer & Explanation Answer: A) navigator.appCodeName

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Web Technology

2 8746
Q:

What is the use of SYSPRINT, SYSIN, DUMMY in JCL ?

Answer

SYSPRINT: All system output will appear under this DD card. Suppose you are copying a VSAM file using IDCAMS. Then, number of records processed, highest condition code etc.. will appear under sysprint. You cannot customise SYSPRINT output.


SYSIN: This is nothing but SYStem INstruction. Suppose, you want to sort a file on certain key. You have to have following command under SYSIN.


SORT FIELDS = (starting-col,length,data-type,A/D)


SUM FIELDS = NONE


DUMMY: Mainly used where user is intended to simulate a program without creating an output file.

Report Error

View answer Workspace Report Error Discuss

3 8717
Q:

What is the difference between ADODC and ADODB?

Answer

- When u build connection with database through coding, then its ADODB.When u build connection with database through ADO component, then its ADODC.


- ADODB is a ActiveXdll and ADODC is a ActiveXcontrol.


- No Need to bind with controls in ADODB whereas in ADODC we should bind with controls.

Report Error

View answer Workspace Report Error Discuss

7 8713
Q:

Can you give few examples of final classes defined in Java API?

Answer

java.lang.String,  java.lang.Math are final classes.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

6 8385
Q:

Which JSON framework is supported by iOS?

Answer

SBJson framework is supported by iOS. It is a JSON parser and generator for Objective-C. SBJson provides flexible APIs and additional control that makes JSON handling easier.

Report Error

View answer Workspace Report Error Discuss

Subject: IOS

5 8324
Q:

If you are using C language to implement the heterogeneous linked list, what pointer type will you use?

Answer

The heterogeneous linked list contains different data types in its nodes and we need a link, pointer to connect them. It is not possible to use ordinary pointers for this. So we go for void pointer. Void pointer is capable of storing pointer to any type as it is a generic pointer type.

Report Error

View answer Workspace Report Error Discuss

Subject: Java

0 8248
Q:

Why do you usually choose to implement SAP?

Answer

There are number of technical reasons numbers of companies are planning to implement SAP. It’s highly configurable, highly secure data handling, min data redundancy, max data consistency, you can capitalize on economics of sales like purchasing, tight integration-cross function.

Report Error

View answer Workspace Report Error Discuss

Subject: SAP

0 8244