What is occurs in internal table?
Which compiler is best for python?
What is used to represent Strings in Python? Is double quotes used for String representation or single quotes used for String representation in Python?
Can you write both angular 1 and angular 2 codes in a single project?
How does arraylist work in java?
which are the figurative constants used in rpg?
Why cad cam is better field against IT field?Is the salary is good in this field and if it so then what is the average salary in this field because I don;t think that salary is good enough in this field.
Brief helpful information about sap simple finance?
What are @functions? : bo designer
What is purpose of the data item?
What are the advantages of external style sheets?
what is the actual use of pure agent in tally erp 9 and why we use in tally .and what is the role of pure agent
what is the difference between querystudio in reportnet and cognos8
Are id and instancetype same? If not, what are differences between them?
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