D
Q. Which of the following is the correct syntax for a for loop in Java?
The for loop initializes a counter variable, tests a condition, and increments the counter variable on each iteration.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the output of the Java code snippet?
Q. What is the purpose of the substring() method of a String object in Java?
Q. What is the use of try & catch?
Q. What does setAutoCommit(false) do?
Q. In the following JDBC drivers which is known as fully java driver?
Q. Which allows the storage of a null key and null values?
Q. Which of the following is true about JDBC?
Q. Which of these methods in KeyEvent class can be used to know which key is pressed?
Discusssion
Login to discuss.