Answer:
// program in java.
// package
import java.util.*;
// class definition
class Main
{
// main method of the class
public static void main (String[] args) throws java.lang.Exception
{
try{
// object to read input
Scanner scr=new Scanner(System.in);
// ask to enter the name
System.out.print("Enter a name:");
// read name
String name=scr.nextLine();
// print the hello message
System.out.println("Hello "+name);
}catch(Exception ex){
return;}
}
}
Explanation:
Create a Scanner object to read name from user.Read name from user and assign it to variable "y_name".Then print the message Hello followed by the name.
Output:
Enter your name:Krish
Hello Krish
Answer is MIME protocol.
Multipurpose Internet Mail Extensions lets clients
use this protocol to share and exchange different kinds of data files like
audio, video, images, and other kinds by extending the limited capabilities of
email. Basically, this protocol describes the content type of the message and
the type of encoding used.
Answer:
the answers are unlimited now so you cant sigh up but if you cant log in then one of the things you filled i. Might be wrong
Explanation:
Answer:
Depending on exactly what they mean by read and write, both A and D are valid. In fact, if you read that as "read or write" as being a logical OR and not the logical AND that the sentence probably intends, then all four answers could be correct.
What they probably mean to say though is "..... is used as a read/write storage medium", in which case A is the correct answer.
A. Data can be written to or read from a CD. This is probably the "right" answer
B. A human can "read" data from a Visual Display Unit, and the computer "write" it. That of course is not the intended meaning though.
C. Data can be read from Read Only Memory, but not written to.
D. Data can be both read and written to Random Access Memory, but not retained after the computer is powered off.
Answer:
USB flash drives is the most common type of storage device for transferring files from one computer to another