23
C H A P T E R 9
A
pp
li
c
a
t
i
o
n
D
e
s
i
g
n
and
D
e
v
e
l
o
p
m
e
n
t
Currently we have just the one question below.
E
x
e
r
c
i
s
e
s
9.1 Consider the following snippet of a program using JDBC:
String q = “select * from user where userid = ’” +
request.getAttribute(“uid”) + “’”;