what do you meant by Platform-Independent?
Answer Posted / priyanka adam
because after compilation of java program it generates byte
code which can run on any platform that's why it is platform
independent.. while JVM is platform specific.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
when you will synchronize a piece of your code? : Java thread
What are the important features of Java 8 release?
What is a null check?
What is the default access specifier for variables and methods of a class?
How to add menushortcut to menu item?
Write code to implement bubble sort in java?
What is a prefix function.write down a code to compute prefix function.
What things should be kept in mind while creating your own exceptions in java?
Why spring singleton is not thread safe?
Which data type is class in java?
Define "Access specifiers" in java.
what is server side caching?
Explain purpose of sleep() method in java?
What are keyboard events?
Is set thread safe java?