Software Interview Questions
Questions Answers Views Company eMail

84. try { 85. ResourceConnection con = resourceFactory.getConnection(); 86. Results r = con.query(”GET INFO FROM CUSTOMER”); 87. info = r.getData(); 88. con.close(); 89. } catch (ResourceException re) { 90. errorLog.write(re.getMessage()); 91. } 92. return info; Which is true if a ResourceException is thrown on line 86? 1 Line 92 will not execute. 2 The connection will not be retrieved in line 85. 3 The resource connection will not be closed on line 88. 4 The enclosing method will throw an exception to its caller.

1 10414

Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target

Infosys, WW,

7 19125

Given: 11. public static void main(String[] args) { 12. Integer i = uew Integer(1) + new Integer(2); 13. switch(i) { 14. case 3: System.out.println(”three”); break; 15. default: System.out.println(”other”); break; 16. } 17. } ‘What is the result? 1 three 2 other 3 An exception is thrown at runtime. 4 Compilation fails because of an error on line 12.

9 15895

HOW WE CAN MAKE THE DLIEVERY WHICH IS BLOCKED DUE TO CREDIT LIMIT.

Seamless,

2386

I have s/m which gives me square of numbers from 1 – 10000. How do u test it.

ACS,

2062

How should a programmer decide whether to use a macro or a subroutine to accomplish a given logical function

R V College of Engineering, University of Jordan,

1 9556

What is constant selection

Accenture,

3 12552

what is self refrential structure

HCL,

3 6261

what is binary tree?

BMC,

12 16695

how can send report to user through cl program in as400

1 9236

what is use of doctype tag in asp.net

TCS, Wipro,

1 5747

Hi All, I have one year experience in Oracle Apps.I want to know that what is value of oracle Apps in market?..I have doubt,here I need to learn Oracle Apps more..because I know the opportunities in market ... otherwise need to learn other technologies ?..... And In Oracle Apps ,which is impotant Functional or technical knowledge ?

Wipro,

2 8874

I/o error detected,Record Out of sequence,Permanent I/o error occured....I mean give one eg for these errors...i understand only,update/delete operation without prior read oprn..give details of remaining

CTS,

1 10042

How do we come to know if a Sales Document is relevant for retro-billing?

TCS,

4 8470

what is available in C language but not in C++?

CTS, TCS,

10 13314


Un-Answered Questions { Software }

What is persistent lookup cache?

605


I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?

1976


Does php have block scope?

526


How does the cookies work in asp.net?

554


How we write a java script using RFT for the below scenario iam having dropdown list COUNTRY(it contains india,us,uk...) once we select the india in that list it will open the corresponding states in STATES dropdown list. i would like to change those values dynamically... can u pls send me the coding....

2543






What equipments are needed for voip?

596


What is windows modules installer worker?

514


Explain the difference between basic scheduling and lead time scheduling?

158


How a/b testing is performed for an ios app?

598


Can you explain apache kafka?

317


What is Number object in JavaScript?

565


What are the differences between an public cloud and a private cloud?

320


What is the function of css?

297


What is meta tag description?

484


What are the ways to sending the data in ASP.NET page?

569