is JVM platform dependent or independent..?
Answers were Sorted based on User's Feedback
Answer / jala
jvm is platform independent wyy because the byete code
instructions are converted to according to that machine code
language
| Is This Answer Correct ? | 5 Yes | 37 No |
What is the difference between preemptive scheduling and time slicing in java programming?
Explain the difference between an Interface and an Abstract class?
What is the collections api in java programming?
What is the difference(or similarity if there are some) between object and a variable?
Write a function to find out longest palindrome in a given string?
What is a two-pass assembler?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
What is the structure of java?
Can a class be protected in java?
Why are inner classes required?
how does multithreading take place on a computer with a single cpu? : Java thread