Answer:
mass water = 32.4 g
Explanation:
specific heat iron = 0.450 J/g°C
specific heat water = 4.18 J/g°C
32.8 x 0.450 ( 59.1 - 22.4) + mass water x 4.18 ( 59.1- 63.1)=0
541.7 - mass water x 16.7 = 0
mass water = 32.4 g
Atom enery is also one of them
Answer:
True is the correct answer to the above question.
Explanation:
- If x is a string then it can be assigned by the help of two ways in java:
- By the help of constructor:- When we write " x = new String("OH");", then it will create a pass a string "OH" into the constructor. It is because the String is a class in java and x is an object created by the constructor of the String class.
- With the help of assigning: The "x= OH", which assigns the value of x which is an object of String class it can also use the constructor to initialize the "OH" string on the class.
- The above question states the two scenarios which are defined above. Hence the question statement is true.