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

can anyone please tell about the nested interrupts?

1670


What is calloc()?

619


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

619


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

822


What is extern variable in c with example?

530






#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

706


What is keyword in c?

591


How variables are declared in c?

565


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

651


What are the loops in c?

589


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

1670


What is void pointers in c?

578


What is structure data type in c?

562


Write a simple code fragment that will check if a number is positive or negative.

700


What are the different types of endless loops?

612