You are not logged in.

#1 2016-10-03 14:46:45

Muhammad
User RankUser RankUser RankUser RankUser RankUser Rank
بِسمِ اللَّهِ الرَّحمٰنِ الرَّحيمِ
From: Sahiwal Division
Registered: 2012-03-22
Posts: 22,197
Website

J2ME Quiz Question.

Java Quizzes J2ME

Question:
What is the correct syntax, using the Generic Connection framework, to open an HTTP connection:

Option A):
Connector c = Connection.open("http://developer.java.sun.com");
Option B):
Connector c = Connector.open("http://developer.java.sun.com");
Option C):
Connection c = Connection.open("http://developer.java.sun.com");
Option D):
Connection c = Connector.open("http://developer.java.sun.com");

Correct Answer is Option D):
Connection c = Connector.open("http://developer.java.sun.com");


Online Web Tutorials And Interview Questions With Answers Forum:
https://globalguideline.com/forum/

2016-10-03 14:46:45

Advertisement
Ads By Google

Re: J2ME Quiz Question.



\n

Board footer