Multiple choice Which of the following statements is/are true regarding JAVA? JAVA is object-oriented. JAVA supports multi-threading. JAVA is platform independent. JVM provides run time environment to execute java byte code. All of the above Reveal answer Fill a bubble to check yourself E Correct answer Explanation 1) JAVA is object oriented because objects are integral part in designing a JAVA program.2) Yes, java supports multi threading where single program can run multiple tasks simultaneously.3) Java is platform independent, the compiled byte code can run on different machines.4) Java virtual machine provides run time environment for compiled java byte code for executing java programs on a machine.Hence all the given options are correct.