![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions Answer posted by pravash on 2005-06-08 02:16:34: The PreparedStatement is a slightly more powerful version of a Statement, and should always be at least as quick and easy to handle as a Statement. The Latest Answer : The PreparedStatement is a slightly more powerful version of a Statement, and should always be at least as quick and easy to handle as a Statement. The PreparedStatement may be parametrizednull Most relational databases handles a JDBC ... Latest Answer : class container{//put the setters and getters of key and valuesobject key=null; //acting as keyList values=null;public void Container(){key=new Object();values=new ArrayList();}public insert(object key,object values){this.key=key;this.values=values;}}class ... Latest Answer : Definitely. That is actually the prefer way to make your client code more flexible and easier to maintain.For example, in a gaming program, you have:Breakable b = Factory.createObject();b.performBreak();It doesn't matter what concret Obejct Factory.createObect() ... Latest Answer : number(x,y) is used where x is total number of digits and y is number of decimal places that we want. for example if we want to store values like 100.23, 150.50 etc we will say number(5,2) for this requirement. ... Read Answers (1) | Asked by : S.N.Prasath If the particular value is not found SQL DB (NULL), which data type is considered in JAVA in this case? Read Answers (1) | Asked by : S.N.Prasath What will be the return type of the below overloaded methodpublic void example(int x) {a) int b) charc) short Read Answers (4) | Asked by : S.N.Prasath
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||