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
How can I sort more data than will fit in memory?
What is a stream water?
Why dont c comments nest?
Explain union.
What is the default value of local and global variables in c?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
Multiply an Integer Number by 2 Without Using Multiplication Operator
How can I remove the trailing spaces from a string?
Is c pass by value or reference?
Why is c known as a mother language?
Write a program to print “hello world” without using semicolon?
Explain how do you declare an array that will hold more than 64kb of data?
about c language
How can I find the modification date of a file?
Can the curly brackets { } be used to enclose a single line of code?