How will you invoke any external process in java?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of string data types are there?
What does it mean to flush a file?
5 What is Java exception handling?
Can we use String with switch case?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
What are the main concepts of oops in java?
What is the difference between a synchronized method and a synchronized block?
How java uses the string and stringbuffer classes?
What is instance means in java?
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.
Explain about global variables in Java?
What is the difference between getCodeBase and getDocumentBase methods?
1 Answers CS Business Services,