What is displayed by the following code?
```System.out.print("Hi, ABC, good".matches("ABC ") + " ");
System.out.println("Hi, ABC, good".matches(".*ABC.*"));```
a. false false
b. true false
c. true true
d. false true
d
Computer Science & Information Technology
You might also like to view...
The property that determines the information that can be entered into a field is the ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
Briefly define six of the nine most commonly used resource record types.
What will be an ideal response?
Computer Science & Information Technology