java is called platform independent but JVM is required for
same operating system why?
Answer / kiruthigha
In Java,JVM converts sourcecode->bytecode->machinecode.
In this,the bytecode stores in .CLASS and .exe files.
when the os installed in our system,then it creates automatically the drive c,then the drive is compared to the class. so the jvm required for same os
Is This Answer Correct ? | 0 Yes | 1 No |
how to reuse an outdated laptop?
Why is using C language
I want to make my career in networking so how to going there? right now i have done a+ n+ ccna course from cms com institute but i m not certified with globle certification os what is my frist step ?, my finincial prob also with me plz sorry isubmit it
what size shaft is required to transmit 100 hp @1000 RPM ,if max shear stress is 10,000 PSI,angle of twist must be less than 1' /ft/shaft is made of steel.
write a program to accept 2 numbers from user calculate sum of each digit,reverse the orignal number and display
how i run the assembly language code
what is e-bum.
Let an denote the number of bit strings of length n that do not have two consecutive zeroes. Find a recurrence relation for the number of bit strings of length n that do not have two consecutive zeroes. Hence find a4.
My gre score is 283 and ielts is 5.5, will i get i20 for this score
What is mean by the error LVALUE REQUIRED in C language
What is your happiest moment in your life
Write a program in ‘C’ language that will perform the following operation on static stack. 1. push 2. pop 3. Display 4. Exit Create separate functions for each operation. The push() should accept one argument of structure type and will not return any thing. The pop() function will not receive any argument & return structure type value. The stack & top must be declare as external variable. Each element of stack will contain the following information Roll No, Std Name, Course. Use do-while loop & switch case for generating the above menu. The format of the output should is given below: S.No. Roll No. Student Name Course 1 cse01 Anil Singh B.Tech