if
(
a
.
startsWith
(
"c$$"
)
)
{
out
.
println
(
"true"
)
;
}
else
{
out
.
println
(
"false"
)
;
}