What are the four pillars of java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is the difference between length and length() method in java?

0 Answers  


Can we override tostring method in java?

0 Answers  


why would you use a synchronized block vs. Synchronized method? : Java thread

0 Answers  


How to print a statement without using semicolan in java

6 Answers   HCL, IBM,


Why does java doesnot support multiple inheritance?

5 Answers   TCS,






what is the difference between ArrayList and Vector

19 Answers   KPIT, Sasken, Satyam, Span Infotech, Wipro,


How java enabled high performance?

0 Answers  


What is internal variable?

0 Answers  


What is the internal implementation of set in java?

0 Answers  


How to do validation of the fields in any project ?

2 Answers  


can we create instance for interface in java?

4 Answers  


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.

1 Answers  


Categories