What is array list in java?


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

Post New Answer

More Core Java Interview Questions

What is palindrome in java?

0 Answers  


why not override thread to make a runnable? : Java thread

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,


How big is a 64 bit float?

0 Answers  


How many bits is a string?

0 Answers  






If an object is garbage collected, can it become reachable again?

0 Answers  


Can you explain the usages of class.forname()?

0 Answers  


What is a literal coding?

0 Answers  


Can you call one constructor from another if a class has multiple constructors?

0 Answers  


Can we sort list in java?

0 Answers  


Can we override final method?

0 Answers  


Explain about member inner classes?

0 Answers  


Categories