Is set ordered?


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

Post New Answer

More Core Java Interview Questions

Is java se free?

0 Answers  


What is a local class in java?

0 Answers  


How to restrict a member of a class from inheriting by its sub classes?

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  


Explain thread life cycle in java?

0 Answers  






What is substring 1 in java?

0 Answers  


Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).

0 Answers  


What does it mean to flush a file?

0 Answers  


Can we have more than one package statement in source file ?

0 Answers  


What is the difference between a switch statement and an if statement?

0 Answers  


What is classes in java?

0 Answers  


how to print the below in java? * * * * * * * * *

2 Answers  


Categories