What is string [] args?
No Answer is Posted For this Question
Be the First to Post Answer
What is an array and a vector? How they different from each other?
Explain illegalmonitorstateexception and when it will be thrown?
What does exp mean in math?
How will you reverse a singly-link list?
0 Answers Akamai Technologies,
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 creating threads by extending thread class ?
What is method reference?
Why is the main method static in Java?
What is the purpose of the enableevents() method in java programming?
what is default layout of JFrame class?
What is class and its types?
Can I extend singleton class in java?