How do you compare objects in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can a class be subclass of itself?
What is run time allocation?
What super () does in java?
Can a class extend 2 classes in java?
can we write two same methods in outer class and innerclass.
Name and explain the types of ways which are used to pass arguments in any function in java.
Can we extend singleton class?
How many types of JVM's (OR) Name of the JVM's which are used in Tomcat & Weblogic servers ?
Can u write constructor in abstract.If yes den when it will be invoked.
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.
What is slash r?
What is stringjoiner ?