Explain, java is compatible with all servers but not all browsers?


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

Post New Answer

More Core Java Interview Questions

What is a functional interface?

0 Answers  


What is flag in python?

0 Answers  


What happens if we override only equals?

0 Answers  


What is the difference between compare and compareto in java?

0 Answers  


Which methods cannot be overridden in java?

0 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  


Is char a data type in java?

0 Answers  


How do you take thread dump in java?

0 Answers  


List types of storage classes in java?

0 Answers   Cyient,


What is the purpose of stub and skeleton?

0 Answers  


What are the various access specifiers in java?

0 Answers  


Which collection object is faster to retrieving the data and inserting the data into it.

2 Answers   Jamcracker, Virtusa,


Categories