Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Qu)I Got Exception in "try" block. Which "catch" statement (i.e. 1st catch or 2nd catch ) catches the exception and Why???
6 8348Post New 3i Infotech Dot Net Framework Interview Questions
Describe spring dao support?
What is the relation between database and instance?
Mention the applications of electron microscope. : quantum physics
For customers, proactive engagement do you know the ways to create it?
what are the vision values in your previous environment?
What are the different types of object relations in salesforce?
What language is c written in?
Describe the parts of assembly.
What is parsing of data?
What is the main difference between Kafka and Flume?
What was your role in the MSCRM implementation project that you have worked on?
Discuss how to implement queue using stack.
How do you send Idoc from a program?
Which function module reads the data for particular infotype ? : abap hr
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.