Answer Posted / chandrarekha
Thread is a path of execution of a program and java
supports multi-thread programming
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What do you mean by exception handling in Java?
What is method and methodology?
Explain how to force the garbage collection in java.
What are the different collection views provided by maps?
What is module in project?
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 formula to calculate percentage?
How do you allocate memory to object?
How do I find and replace in word?
What is string manipulation?
Explain about transient variables in java?
How can you make a class serializable in java?
What is the null?
Is null in java?
What is the benefit of lambda expressions?