How java is platform independent?
Answer Posted / nk saini
java is platform indepandent because--------
ur choice are
1.it creates sourse file
2.it creates object code on compilation
3
diff version of compiler
4.diff software for hardware
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What super () does in java?
What technique is carried out to find out if a particular string is empty?
How variables are stored in memory?
What is <> used for in java?
Can we extend singleton class in java?
What is the right data type to represent a price in java?
Explain the private field modifier?
What do you mean by constructor?
What are the differences between string and stringbuffer?
What is not thread safe?
How objects of a class are created if no constructor is defined in the class?
How listener identify that the event came from a particular object?
Where we write javascript code in html page?
What is final keyword?
Can a final variable be manipulated in java?