What do you mean by platform independence? What is an interface?
No Answer is Posted For this Question
Be the First to Post Answer
Can we have return statement in finally clause? What will happen?
Explain OOPs concept.
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?
What are the files generated after using IDL to java compiler?
What are the types of java languages?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time 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.
Define jre i.e. Java runtime environment?
What is sorting in java?
Is vector ordered in java?
v-model life cycle