What are the languages are portable and platform
independent?Why they are like that?

Answer Posted / racika

Java is portable and platform independent since we can run
those class files in any of the OS.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the size of enum in bytes?

594


Explain what is the benefit of using #define to declare a constant?

614


How many types of functions are there in c?

587


Can a function argument have default value?

676


What is c variable?

557






Why doesnt that code work?

604


Why is c so popular?

654


Explain the properties of union.

615


List the variables are used for writing doubly linked list program.

1626


What are preprocessor directives in c?

643


What the advantages of using Unions?

677


Explain what will the preprocessor do for a program?

607


What is printf () in c?

582


an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational

817


What is the size of array float a(10)?

659