Can we restart a dead thread in java?
No Answer is Posted For this Question
Be the First to Post Answer
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
Differece between class and generic class?
What is the lifetime and scope of a variable?
What is a static method in java?
Is it possible to declare abstract class as final?What happens if we do so?
what is servlet filter?
What are the types of java languages?
What is meant by design patterns?
What is super keyword explain with example?
what is web.xml?and its use?
Where are the card layouts used?
Explain working of call by reference function invoking.