Answer Posted / sharvari
Thread is a unit of program code in execution. It is unit of
dispatching.
Thread can be viewed as an independent program counter
within a process.
Basically it reduces switching overhead and helps
multiprogramming.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
describe method overloading
What is java util collection?
Can you instantiate the math class?
Is namespace same as package in java?
What are access specifiers available in java?
How can we make a class singleton?
How to check if linked list contains loop in java?
What is a instance variable in java?
Explain java coding standards for interfaces?
Explain how hashmap works?
What is meant by bytecode?
Difference between linkedlist and arraylist.
What is the benefit of using enum to declare a constant?
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 core java?