Answer Posted / bhushan
public,
private
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Can we have any other return type than void for main method?
Can static method access instance variables ?
What is a double vs float?
Write a java program to check if a number is prime or not?
What are predefined functions?
What is procedure writing?
What are constants?
What means public static?
What is a variable in java?
What is runtime locatable code?
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
How do you use parseint in java?
What is meant by data hiding/encapsulation?
Can a list be null in java?
What is array class in java?