How java is platform independent?

Answer Posted / pranita yadav

Java is a fully object oriented programing language.Java is
aplatform independent language because,java is run any
where and any time of any operating system.The Write-Once-
Run-Anywhere ideal has not been achieved (tuning for
different platforms usually required), but closer than with
other languages.java is a user friendly programing
language.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why charat is used in java?

556


Can I learn java in 3 months?

550


Why Java is not pure Object Oriented language?

655


How many ways can we create the string object?

536


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

2142






How do you include a string in java?

530


What is object data type?

573


What is a null point?

566


Is arraylist a class in java?

542


What is the constructor?

590


What access modifiers can be used for class ?

550


What is the indent key?

594


Write code to implement bubble sort in java?

562


What is the difference between the paint() and repaint() methods?

597


Can keyword be used as identifier?

551