Answer Posted / kotteeswaran
abbreviation for JAVA is "Just Another Vague Acronym".
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Can we sort arraylist in java?
Convert a BST into a DLL and DLL to BST in place.
Can we sort hashmap in java?
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 synchronized method modifier?
What is a memory leak in java?
Can anonymous class have constructor?
What is the main functionality of the remote reference layer?
What is a jagged array in java?
What are the legal operands of the instanceof operator?
What is the purpose of garbage collection in java, and when is it used?
What is the size of int in 64-bit jvm?
How to sort double array in java?
Which is faster string or stringbuilder?
What is initial size of arraylist in java?