4. Which of the following is NOT true with client-server communication?
1. GET method sends form information as part of URL
2. POST data is submitted inside body of HTTP request
3. POST is fast, quick and easy
4. POST data is not visible in URL.
a) 3 and 4 b) 2 c) 4 d) 3
Wrong! Try again.
Wrong Again! Try one more chance..
Wrong! The correct answer is d) 3
Correct! 3.
5. Which of the following are NOT JSP implicit objects?
Wrong! The correct answer is a) None : All are JSP implicit objects.
Correct! None : All are JSP implicit objects.
6. Which is NOT true with respect to networking ?
1. TCP/IP is a two-way communication Protocol
2. UDP is a one-way communication Protocol
3. TCP/IP is reliable
4. UDP is not reliable
5. UDP is used for bulk data
6. TCP/IP is connection oriented
a) A and C b) A and B c) C and F d) None
Wrong! Try again.
Wrong Again! Try one more chance..
Wrong! The correct answer is d) None : All are true
Correct! None : All are true
7. In an application that transfers funds from one account to another, which database property ensures that the total value of funds in both the accounts is the same at the start and end of each transaction?
a) Atomicity b) Isolation c) Durability d) Consistency