Is string an object?


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

Post New Answer

More Core Java Interview Questions

What is the full form of jpeg?

0 Answers  


I have an HashMap object, which has with key and value pair. It has 10 keys and values in that object. Now the question is I want insert new key and value in middle or any where in that list but not at the end or at the top. Is it possible or not. If yes how can we achieve this one?

2 Answers   Huawei,


Is space a character in java?

0 Answers  


What happens if a constructor is declared private?

0 Answers  


What is a class component?

0 Answers  






Describe OOP in java?

2 Answers   Syntel,


Will set allow duplicates in java?

0 Answers  


What is a generic data type?

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  


What are the steps involved to write rmi based programs?

0 Answers  


What is string data type?

0 Answers  


What about main thread in java?

0 Answers  


Categories