Answer Posted / ravikiran(aptech mumbai)
java.lang
| Is This Answer Correct ? | 5 Yes | 7 No |
Post New Answer View All Answers
Why can't we use static class instead of singleton?
What are the different types of java?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What is a null check?
What is the replace tool?
What is byte [] in java?
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
Which sorting is best in java?
What is the difference between declaration and definition in java?
What does sizeof return?
Explain method overloading?
Is 9 a prime number?
How does list work in java?
What is math exp in java?
What is java jit compilers?