If I have code like try { return; } catch { return; } finally { return; } from which block will the value will be returned. and try has been executed without any error.
6 8476Post New Cap Gemini C Sharp Interview Questions
Mention different types of crm?
What are the differences between INNER JOIN, LEFT JOIN and RIGHT JOIN in SQL Server?
IF a vendors charges WCT @8.75% what is the rate of TDs to be deducted against that? & can we take the Input of it?
How do I transfer my existing domain name registration to Amazon Route 53 without disrupting my existing web traffic?
Explain finally keyword?
What is gcd? How is it used?
What is the difference between stateless and stateful component?
What is meant by singleton class?
Explain the concept of segmentaion.
what is the procedure to appoint an Austrlian citzen as indian company director...
How to fetch foreign key data in hibernate?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
how can i decleare select-options in module pool table control?
What are assignment operators in python?
What is the difference between args and kwargs?