1Z0-869 Web TestEngine demo

Exit VCEDump 1Z0-869 Java Mobile Edition 1 Mobile Application Developer Certified Professional
Question 26 of 51
0% complete
Q26 Single choice

Given:

10. MessageConnection conn;

11.

12. public void startApp() {

13. try {

14. conn = (MessageConnection) Connector.open("cbs://:3382");

15. //...

17. } catch (Exception e) {

18. //...

20. }

21. }

22.

30. public void run() {

31. Message msg = conn.receive();

32. //...

40. conn.send(msg);

41. }

What is the result?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in