Question 3 Flashcards

1
Q

Two advantages of using threads

A

Threads minimize the context switching time.

Efficient communication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Unicode

A

The Unicode standard uses hexadecimal to express a character

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

locale

A

. An operation that requires a Locale to perform its task is called locale-sensitive and uses the Locale to tailor information for the user.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

resourcebundle

A

t is able to return messages as per the default Locale configured for the system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

super

A

It is used inside a sub-class method definition to call a method defined in the super class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

static

A

The static keyword in Java means that the variable or function is shared between all instances of that class as it belongs to the type, not the actual objects themselves

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

protected

A

that the member can be accessed by any class in the same package and by subclasses even if they are in another packages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

explain the difference between interface and class

A

q

How well did you know this?
1
Not at all
2
3
4
5
Perfectly