double x=107.23; float y=x; What will happen if we run this code in javA? Program will work or not? Why?
Answers
Answered by
3
When the program is to be run, the bytecode is converted, using the just-in-time (JIT) compiler. The result is machine code which is then fed to the memory and is executed. Java code needs to be compiled twice in order to be executed: Java programs need to be compiled to bytecode.double x=107.23; float y=x; is not a Java code and it will not run and compiler will detect an error
Answered by
0
Answer:RAHDAM
Explanation:
Madharchod bhen ke lode . Bhenchod . Lode. Lasan bhosdike raato ke saudagr
Similar questions