Answer:
The correct answer to the following question will be "Physical".
Explanation:
- The lowest layer of the OSI model is the physical layer. It's in charge of transferring bits through one device to the next.
- This layer isn't worried about the importance of the components and deals with setting up a connection to the node of the network and transmitting and receiving a signal.
Therefore, the Physical layer is the right answer.
Go on the windows sign and type in run and then type temp and %temp% or prefetch
Answer: I never watched it...looking forward to watch it.
Answer:
Following are the code to the given question:
import java.util.Scanner;//import package
public class OrderStrings // defining a class OrderStrings
{
public static void main(String[] args) //defining a main method
{
Scanner scnr = new Scanner(System.in);//defining a Scanner class object
String firstString;//defining a String variable
String secondString; //defining a String variable
firstString = scnr.next();//input value
secondString = scnr.next();//input value
if (firstString.compareTo(secondString) < 0)//use if to compare sting value
System.out.println(firstString + " " + secondString);//print sting value
else//else block
System.out.println(secondString + " " + firstString);//print sting value
}
}
Output:
rabbits capes
capes rabbits
Explanation:
In this code a class "OrderStrings" is defined inside the class the main method is defined that declares the two string variable that uses the input method to input the string value and after input, it uses the conditional statement. Inside this compareTo method is declared that compare string value and prints the string value.
Answer:
D
Explanation:
If bookstores, which are businesses that have to turn a profit, close down because of the internet, this is primairly economic impact.