Bada Question:
Download Questions PDF

How to make the result of GetMaxTransactionCount() larger than one?

Bada Interview Question
Bada Interview Question

Answer:

When constructing a session, instead of using NET_HTTP_SESSION_MODE_NORMAL, use NET_HTTP_SESSION_MODE_PIPELINING.

For example:
r = pSession->Construct(NET_HTTP_SESSION_MODE_PIPELINING, &proxyAddr, hostAddr, null);

Download Bada Interview Questions And Answers PDF

Previous QuestionNext Question
How to get the subnet mask?How to check the firmware version on a test phone?