Which layer in OSI model, uses the functionality of RPC (Remote Procedure call) ?
MAC Layer
Network Layer
Presentation Layer
Session LAyer
In which layer of OSI model, FTP and telnet are used ?
Application Layer
Transport Layer
Presenstation Layer
class a { public staic void main(String ar[]) { String s="abcxyz"; s.substring(2,5) System.out.println(s); } }
cxy
abcxyz
cxyz
bcxy
A class without main method can be compiled successfuly.
True
False
class a { public staic void main(String ar[]) { String s="abcxyz"; s.substring(2,5); System.out.println(s); } }
Which one of the following is used to convert IP Address to Ethernet MAC Address ?
RARP
ARP
NAT
DARP
Which one of the following is true regarding TCP and UDP ?
TCP provides virtual circuits and UDP does not
UDP provides virtual circuits and TCP does not
Both will not provide virtual circuits
Both will provide
Which layer in OSI model uses BOOTP protocol ?
Session Layer
What does HTML stand for?
Home Tool Markup Language
Hyperlinks and Text Markup Language
Hyper Text Markup Language
Hyper Tool Markup Language
Who is making the Web standards?
The World Wide Web Consortium
Mozilla
Google
Microsoft