what do you meant by Platform-Independent in Java?

Answer Posted / priya

Because after compiling java programs, it creates .class
file.We can only copy this file to other machine so that
program can be executed.So java is called platform
independant.

Is This Answer Correct ?    28 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between an OS(operating system) and Framework?

1524


what is meaning of MDM in sap?let me know that meaning

1687


3. What is the difference between testing and Quality Assurance?

1485


When we use Windows authentication mode

1580


What's the difference b/w Table & Templete in Smartform?

1643






Hi can you please help for the following. I have a ASP.Net web page I want to print the whole page how is it possible? I want It in ASP also.Please send me the solutions dipankar.hazari@gmail.com . Thanks in advance.

2326


Hello Experts, What is the difference between move and move corresponding exactly? please post me asap

1337


pleasew define carrier scope in abap (sap).

2108


what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?

1521


kindly send interview materials

1316


define profiler???

1609


What ports must be open for DCOM over a firewall? What is the purpose of Port 135?

7186


how to convert infix expression to prefix expression?

3829


Write a shell program where you enter a number which corresponds to K.M. Find out the corresponding values in m, cm, inches, and feet. Hints:- 1 k.m= 1000 m 1 m= 100 cm 1 inches= 2.54 cm. 1 feet= 12 inches

1524


Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?

610