What is not thread safe?
No Answer is Posted For this Question
Be the First to Post Answer
What is e in java?
Why do inner class cannot have static declaration except static nested class?
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
How many decimal places is a double?
What is an example of a conditional statement?
What is a parameter used for?
What is the best definition for data?
What are the differences between stringbuffer and stringbuilder?
What is variable and example?
Which category the java thread do fall in?
What is anagram word?
Difference between linkedlist and arraylist.