Is 0 a real number?
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
Why do we need main method to execute a java program?
what is connection pooling with example?
which one is performance wise advantageious from List,Set,Map?
What is the difference between size and length in java?
What is getclass () getname () in java?
What are the differences between forwarding () method and sendredirect() methods?
Tell me are there implementations for sorting and searching in the java libarary?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
Difference between ‘>>’ and ‘>>>’ operators in java?
what is function overloading in java?
0 Answers Tavant Technologies, TCS, Virtusa,
What is difference between length and length() method in java ?