Answer Posted / teja
dont provider setters and provide the parameter constructor
| Is This Answer Correct ? | 10 Yes | 27 No |
Post New Answer View All Answers
Why do we need array 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
Is constructor inherited?
Garbage collection in java?
What is the applet security manager, and what does it provide?
What should I import for arraylist in java?
What is the difference between a method and a function in alice?
What is import java util arraylist?
Can we create a constructor in abstract class?
what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
How to sort array of 0 and 1 in java?
Give some features of interface?
What are access specifiers in java ?
Can substring create new object?
What is the syntax and characteristics of a lambda expression? Explain