Answer Posted / guest
we can modify or change the value of string
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Differences between external iteration and internal iteration?
What is singleton class and how can we make a class singleton?
How do you sort a set in java?
What is a conditional statement explain with example?
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
What is starvation?
Can a class be private in java?
Can inner class extend any class?
Tell us something about different types of casting?
What is compareto () in java?
When we serialize an object does the serialization mechanism saves its references too?
How do you check if an arraylist is not empty?
what is the constructor and how many types of constructors are used in java?
What is a class reference?
What is java reflection?