What is JAVA? Why it is platform independent?

Answer Posted / dinesh

Java is fully object oriented programming language.In java,
source code is compiled to give bytecode(class file).
that class file is able to run in any OS.it is simply
called as "COMPILED ONCE RUN ANYWHERE".class file is fed
into JVM, it will convert the class file into corresponding
machine code.

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a list in java?

508


What is skeleton and stub?

590


What is comparator in java?

557


How to perform quicksort in java?

569


Describe how to implement singleton design pattern in struts.

535






What are the principle concepts of oops?

536


When can we say that threads are not lightweight process in java?

594


What is unmodifiable collection in java?

511


What are the main features of java?

532


Using callable statement how can you pass out parameters, explain with example?

590


I want to print “hello” even before main is executed. How will you acheive that?

659


Can we make a constructor final?

543


Why is core java important?

576


Which class is the superclass for all the classes?

535


What is the difference between delete and delete[]

585