Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
1290Explain the key functions of data binding?
Akamai Technologies, Aspire, Impetus, Infogain, Tavant Technologies, Virtusa,
1070
What do you understand by java virtual machine?
What is difference between module and function?
What is use of arraylist in java?
what do you mean by marker interface in java?
What is casting in java programming?
Can sleep() method causes another thread to sleep?
What is the difference between form & report?
What is purpose of applet programming?
What is the Concept of Encapsulation in OOPS
What is try-with-resources in java?
Is node a data type in java?
How does finally block differ from finalize() method?
What are the 5 types of research methods?
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
Explain about transient variables in java?