Java

Java

12th Grade

41 Qs

quiz-placeholder

Similar activities

Sociology Unit 2 Test

Sociology Unit 2 Test

9th - 12th Grade

45 Qs

INF 03 HTML, CSS, JS i PHP cz  4

INF 03 HTML, CSS, JS i PHP cz 4

12th Grade

40 Qs

cuestionario razinamiento

cuestionario razinamiento

12th Grade

40 Qs

Konsentrasi Keahlian(PBO) kelas 11

Konsentrasi Keahlian(PBO) kelas 11

12th Grade

40 Qs

HTML and CSS Mastery

HTML and CSS Mastery

9th - 12th Grade

40 Qs

Unit 3 Review

Unit 3 Review

12th Grade

45 Qs

Programming

Programming

9th - 12th Grade

42 Qs

TEST VB6 FINAL

TEST VB6 FINAL

12th Grade

40 Qs

Java

Java

Assessment

Quiz

Other

12th Grade

Easy

Created by

Or1o Ch1kao

Used 25+ times

FREE Resource

41 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When method defined in subclass which has same signature as a method in a super class, it is known a s method                                  

Option A : Overloading

Option B : Overriding

Option C : Packing

Option D : None of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose that s1 and s2 are two strings. Which of the statements or expressions are valid?

(A)  String s3 = s1 + s2;

(B)  String s3 = s1 - s2;

(C)  s1 <= s2

(D)  s1.compareTo(s2);

(E)  integer m = s1.length()

Option A : (C), (D) & (E)

Option B : (A), (B) & (C)

Option C : (D) & (E)

Option D:(A),(D)&(E)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following design patterns provides complete information on class implementations that can be instantiated only once?

Factory

Singleton

Adapter

Proxy

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you register a driver?

Option A :

Class.forName(): This method dynamically loads the driver's class file into memory, which autom atically registers it.

Option B :

DriverManager.registerDriver(): This static method is used in case you are using a non- JDK compliant JVM, such as the one provided by Microsoft

Option C :

JDBC Net pure Java driver(Type 4) is the fastest driver because it converts the JDBC calls into vendor s pecific protocol calls.

Option D:

Prepared statements reuse the same execution plan for different arguments rather than creating a new e xecution plan every time.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a thread is to be declared as a daemon thread, it must be declared before

start method

run method

stop method

None of these

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a component/class of JDBC API?

Statement

ResultSet

SQLException

ConnectionPool

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following methods belong to the String class?

length()

compareTo()

equals()

All of these

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?