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



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

Answer / 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

More C Interview Questions

What is register variable in c language?

0 Answers  


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

0 Answers  


wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }

3 Answers  


Whats s or c mean?

0 Answers  


Do variables need to be initialized?

0 Answers  






who is the father of C Language?

20 Answers   CTS, UST,


What is %g in c?

0 Answers  


Meaning of () in c

1 Answers  


What are the different file extensions involved when programming in C?

0 Answers  


wt is d full form of c

6 Answers   TCS, Wipro,


fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }

17 Answers   NDS,


What is the scope of local variable in c?

0 Answers  


Categories