
Core Java and JDBC - QUIZ 1
Authored by shilpa.hiremath shilpa.hiremath
others
Used 4+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
37 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the below statements?
public class Test {
public static void main(String[] args)
{
String s1 = null;
System.out.println(s1); //line 2
System.out.println(s1.toString()); //line 3
}
}
a) null null
b) null NullPointerException
c) NullPointerException NullPointerException
d) None
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following methods is used to perform DML statements in JDBC?
executeResult()
executeQuery()
executeUpdate()
execute()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which class is used to read text from the console in Java?
4.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What is the output of the following Java program?
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which exception is thrown when a string cannot be converted to a numeric type?
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which package contains the JDBC API?
java.jdbc
java.db
java.sql
java.oracle
java.mysql
7.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What is the purpose of the join() method in Java?
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?