Answer: A. RDP
Explanation:
RDP stands for remote desktop protocol which is being developed by Microsoft. Using RDP we can open and edit the files, save the files on the server, and print the files to a printer connected to a computer at home.
Here we have two versions the one used by the client has to run the client version and the one from which the access of the files is required has to run the servers version. RDP listens to port 3389 of both TCP and UDP.
With the help of this protocol one can be able to access all the files from the server computer and hence proves to be very effective in big projects.
Answer:
// here is code in java.
// import package
import java.util.*;
// class definition
class Main
{
// main method of the class
public static void main (String[] args) throws java.lang.Exception
{
try{
// print the name
System.out.print("my name is Sam. ");
// print the major
System.out.print("my major is CS.");
}catch(Exception ex){
return;}
}
}
Explanation:
In java, System.out.print() will print the statement but didn't go to the next line.If there is another System.out.print(), then it will also print into the same line.So here first the System.out.print() will print the name and second will print the major in the same line.
Output:
my name is Sam. my major is CS.
In order to create a chart, which of the following must be selected?
O Data tools
Monitor , printer , speaker , projector , keyboard etc