Lin Cao

Greenhorn
+ Follow
since Oct 22, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Lin Cao

Oh, I get it, the default method is GET.
You are creating a web form with this HTML:

<form action="sendOrder.jsp">
<input type="text" name="creditCard">
<input type="text" name="expirationDate">
<input type="submit">
</form>


Which HTTP method is used when sending this request from the browser?
A. GET
B. PUT
C. POST
D. SEND
E. FORM

Answer: A

I think the answer must be wrong, why don't use POST? There are two sensitive data! Am I right?
In my opinion, you'd better read the whole book, it don't waste too much time. I've just finished the book within three weeks, even English is not my native language. I am using testpass exam for practice, which guarantees 100% pass. If you just want to pass a exam, but not learn a real things, you don't need to read the book. Just memories whole questions and answer of the exam. But if you want to get career of web app development, you'd better to learn step by step. Thanks. Good luck!
I've bought Self Study CD-ROM (not in Classroom Training and Online Training) when I prepared SCJP. Since I see that the first condition of SCEA needs online or in-class training. I don't know if it is available for self study CD-ROM. So I want to know if I can use previous Self Study CD-ROM for the training condition of SCEA. Thank you!