Which collection is ordered in java?


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

Post New Answer

More Core Java Interview Questions

What are possible key words, we can use to declare a class?

2 Answers   Tech Mahindra,


when should you use stringbuilder class in a program?

0 Answers  


What is a boolean used for?

0 Answers  


Where pragma is used?

0 Answers  


explain multi-threading in java?

0 Answers  


Explain about interrupt() method of thread class ?

0 Answers  


what methods would you overwrite in java.lang.object class?

0 Answers  


How is it possible for two string objects with identical values not to be equal under the == operator?

0 Answers  


how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

0 Answers   Google,


Explain class A{} class B{} class C{} all the three classes are saved in a single file name, what the name should i provide to the file ,in what file name should i run the program? Ple Explain

9 Answers   DNS, Infosys, TCS,


What is static and a non-static inner class?

3 Answers  


what is inner class?

6 Answers   HCL,


Categories