How many ways can we create the string object?
No Answer is Posted For this Question
Be the First to Post Answer
What does indexof mean?
What is difference between “==” and equals()?
What java is used for?
Why set do not allow duplicates in java?
What do you mean by global variable?
Which class represents the socket that both the client and server use to communicate with each other?
Can we declare the static variables and methods in an abstract class?
String Reverse in Java...!
What is hashmap and map?
What is console based application 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
How many bytes is string in java?