Question 1: State whether the given are true or false:
a) The two datatypes for handling input-output, that is, bytes and character.
b) Two significant classes employed for reading and writing are FileInputStream and FileOutputStream.
c) PrintWriter class is a class employed to print the data on printer.
d) Applets are stand alone programs.
e) When the value require not persist then we use the volatile modifier.
Question 2: Write something regarding strictfp, native and the transient modifier.
Question 3: What do you mean by the term Applet? How do we run it?
Question 4: Write down an HTML code for the running applet.
Question 5: Explain different streams available in the Java.
Question 6: Explain type modifiers available with the Java.
Question 7: Write down the problems related with native methods?