All server behaviors use ____ when addressing databases.
A. PHP
B. JSP
C. ColdFusion
D. SQL
Answer: D
Computer Science & Information Technology
You might also like to view...
A title slide contains two placeholder elements:
A) the title and the subtitle. B) the title and the theme. C) the black slide and the header. D) the header and the footer.
Computer Science & Information Technology
Suppose s1 and s2 are two strings. Which of the following statements or expressions are incorrect?
a. String s = new String("new string"); b. String s3 = s1 + s2 c. s1 >= s2 d. int i = s1.length e. s1.charAt(0) = '5'
Computer Science & Information Technology