1,788 views
0 votes
0 votes

Consider the following statements:

  1. telnet, ftp and http are application layer protocols.
  2. EJB (Enterprise Java Beans) components can be deployed in a J2EE (Java2 Enterprise Edition) application server.
  3. If two languages conform to the Common Language Specification (CLS) of the Microsoft.NET frame work, then a class defined in any one of them may be inherited in the other.

Which statements are true?

  1. I and II only
  2. II and III only
  3. I and III only
  4. I, II and III

2 Answers

Answer:

Related questions

1 votes
1 votes
2 answers
1
Ishrat Jahan asked Nov 2, 2014
3,019 views
Which of the following objects can be used in expressions and scriplets in JSP (Java Server Pages) without explicitly declaring them?session and request onlyrequest and r...
3 votes
3 votes
1 answer
3
Ishrat Jahan asked Nov 2, 2014
3,597 views
If f(l) = 2, f(2) = 4 and f(4) = 16, what is the value of f(3) using Lagrange's interpolation formula?88(1/3)8(2/3)9
2 votes
2 votes
2 answers
4
Ishrat Jahan asked Nov 1, 2014
3,936 views
Which of the following commands or sequences of commands will rename a file x to file y in a Unix system ?mv y, xmv x, ycp y, x (rm x)cp x, y (rm x)II and IIIII and IVI a...