Computer Science, asked by shriyankahembrom, 6 months ago

I. Fill in the blanks:
1.
is a collection of classes.
2. By default,
package is imported in a Java program.
3. The user can create a data type by using a
4. The data type int is included in
wrapper class.
5. Wrapper class uses first letter in
... case.
6. String data is converted to float type by using
function.
7. Conversion from primitive type to wrapper object is called as
8. Each character oriented function uses a wrapper tag
State whether the following statom​

Answers

Answered by anushka7755
7

Answer:

1-java.util

2-java.lang

3-class/interface

4-integer

5-upper

6-float.parseFloat()

7-autoboxing

8-???????????(DON'T KNOW )

HOPE IT WOULD BE HELPFUL

Similar questions