Which collection is ordered in java?
Answer / Sanober Qadri
Sorted collections like TreeSet, TreeMap, and ArrayList (when sorted with Collections.sort()) are ordered in Java.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is instance synchronization?
How to reduce flicking in animation?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
Why doesn't the java library use a randomized version of quicksort?
What happens if constructor is private?
Is null a string?
What are three ways in which a thread can enter the waiting state in java programming?
How many types of operators are there?
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
What is the static variable?
What are basic keywords?
Which class should you use to obtain design information about an object in java programming?