-
Java Connection Pooling Questions
1.What is save point?2.Which among the four drivers is pure Java driver?3.What is Connection Pooling ?4.How differ servlet from its peer Technology?5.What are the parameters used in Connection pooling?6.What are the Normalization Rules? Define the Normalization?9.What are batch updates.10.How many JDBC drivers are there ?
-
-
-
-
-
-
-
Can you declare the override method static while the original method is non-static?
No, you cannot, the signature of the virtual method must remain the same, only the keyword virtual is changed to keyword override.