How to get the Database server details in java program?
No Answer is Posted For this Question
Be the First to Post Answer
How the information about db(database) can be retrieved?
Result set’s index starts with 0 or 1?
Where jdbc drivermanager class is used?
MY code is: public class P1{ public static void main(String ar[]) { class.forName("java.lang.String"); } } errors i got are :New.java:5: error: <identifier> expected class.forName("java.lang.String"); ^ New.java:5: error: invalid method declaration; return type required class.forName("java.lang.String"); ^ New.java:5: error: illegal start of type class.forName("java.lang.String"); ^ New.java:7: error: reached end of file while parsing } ^ 4 errors HELP ME>......
What type of driver called is pure Java driver?
Is java a database?
What is a statement?
What are devices?
Which package is used for jdbc application?
How to know howmuch data is truncated?
Explain how data flows from view to db and reverse
Explain the two tier and three tier architecture of jdbc.