Is jdbc a web technology?
No Answer is Posted For this Question
Be the First to Post Answer
How to connect html page to database using jdbc?
How are jdbc statements used?
What is namedparameterjdbctemplate?
What is the different between ResultSet and RowSet?
What are the jdbc statements?
Why did my jdbc code throw a rollback sqlexception?
How do you insert images into database using jdbc?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
How can a java objects be stored in database?
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 are the ddl statements?
What is database deadlock ?