Why Java is a platform independent language?Explain byte code
and JVM
Answer Posted / guest
Write once Run anyware
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
In java thread programming, which method is a must implementation for all threads?
what are the different phases in delivering the project during development and maintenance?
What is stateless in java?
What is java lang?
What are the benefits of a jar file?
Is jdk a compiler?
What is the point of lambda expressions?
What is meant by framework in java?
program A and B are analysed and found to have worst case running time greater than 150NlogN and N*N respectively. which program has the better guarantee after the running time for the large values of N(N>10000)? which program has the better guarantee for the running time of small program N (N<100)? which program will run faster on average for N=1000?
What is entitymanager in jpa?
Can an application have multiple classes having main method?
Do I need to install jre if I have jdk?
What type of parameter passing does java support?
explain isalive() method under thread class?
Explain the inheritance principle.