Java

Java

12th Grade

41 Qs

quiz-placeholder

Similar activities

FABM 2.0

FABM 2.0

12th Grade

37 Qs

LUS MYOB XII AKL

LUS MYOB XII AKL

12th Grade

40 Qs

Forensics Final Exam Test Review

Forensics Final Exam Test Review

12th Grade

46 Qs

NAT- REVIEW

NAT- REVIEW

12th Grade

40 Qs

PKWU 11 LIMBAH BANGUN RUANG

PKWU 11 LIMBAH BANGUN RUANG

12th Grade

39 Qs

TEST VB6 FINAL

TEST VB6 FINAL

12th Grade

40 Qs

MCQ Unit 2: Newton's Laws of Motion

MCQ Unit 2: Newton's Laws of Motion

9th - 12th Grade

37 Qs

Ulangan Komputer Akuntansi 3

Ulangan Komputer Akuntansi 3

12th Grade - University

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?