What is displayed by the following code?
```
System.out.print("A,B;C".replaceAll(",;", "#") + " ");
System.out.println("A,B;C".replaceAll("[,;]", "#"));
```
a. A B C A#B#C
b. A#B#C A#B#C
c. A,B;C A#B#C
d. A B C A B C
c. A,B;C A#B#C
Computer Science & Information Technology
You might also like to view...
The letters in the acronym HSLA indicate:
a. hue, selection, lightness, alpha b. hue, saturation, luminosity, alpha c. hue, saturation, lightness, alpha d. hue, shade, luminosity, alpha
Computer Science & Information Technology
If a node has recently sent a frame to another node, where is the mapping of IPv4 address to MAC address stored?
a. MAC table b. ARP cache c. Routing table d. NVRAM
Computer Science & Information Technology