Why is the C language platform-dependent, and why is Java platform-independent?

Asked by Last Modified  

Follow 3
Answer

Please enter your answer

Corporate Trainer

In C, machine code is different for different processor architecture, and thus could not run natively on incompatible platforms unless you have a emulator to help you out. But in Java, the bytecode i.e, remains consitent across the platforms and just need a platform dependent JVM for its execution. It...
read more
In C, machine code is different for different processor architecture, and thus could not run natively on incompatible platforms unless you have a emulator to help you out. But in Java, the bytecode i.e, remains consitent across the platforms and just need a platform dependent JVM for its execution. It is bytecode fromat, which make a piece of code written in java platform independent. read less
Comments

Well Experienced Teacher, Trainer and Mentor, Having a Experience of more than 5 years .

because of the bytecode, which is generated in the java, which is an intermediate code which can run on any machine whereas c produce machine code which is platform dependent
Comments

Engineer

The C compiler is designed to produce produces platform-specific, optimized code. The Java compiler produces not-that-much optimized bytecode which comes somewhere between object code and machine-code in terms of platform-optimization. C is designed for producing the fastest-performing code. Java...
read more
The C compiler is designed to produce produces platform-specific, optimized code. The Java compiler produces not-that-much optimized bytecode which comes somewhere between object code and machine-code in terms of platform-optimization. C is designed for producing the fastest-performing code. Java is designed for portability. That was touted as its main feature. So, these features are built into the languages. read less
Comments

View 1 more Answers

Related Questions

Who is the inventor of C programming?
Dennis Ritchie in the year of 1970 created C Programming language. He is a computer czar also helped to develop the Unix operating system.He died in the year of 2011 on Wednesday at his home in Berkeley Heights, New Jersey
Shreya
0 0
7
What is the meaning of \n and \t in C language?
is new line and \t is for tab
Priya
0 0
5
What is C language?
it is a computer programming language, supporting structured programming, lexical variable scope and recursion, while a static type system prevents many unintended operations
Uday
How do I add two large integer numbers in C?
We have long int datatype in c programming so use it
Krishan
0 0
6

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Set 0 To Kth Bit In A Variable
The following code snippet Set 0 to Kth Bit in an variable #include int UnsetBitValue(int n, int k);int main(){ printf("%d\n\n",UnsetBitValue(255,6)); return 0;}// Set kth bit to zeroint UnsetBitValue(int...

Necessity of Theory and Practical in Computer Science.
Upon studying a subject both theory and practical are important. Usually many schools concentrate more on theory and the marks not on the practical. Other and opposite kind of people prefer practical...

Creating First Program Using C Language
Step 1: Install and setup Turbo C compiler on your computer. Step 2: Open Turbo C from your Desktop or Programs menu. Select “File” from menu bar and select option “New”. Step...

C, Cpp, Java, Python, Javascript Programming Languages
Learning C is as good as Learning a Natural Language(such as English, Hindi, Telugu, Tamil etc) We use Natural Languages to communicate with humans whereas we use Programming Languages such as C, Cpp,...
V

Vamshi

0 0
0

What Are IT Industries Performance Metrics?
1. Outstanding Expectation: Eligible to get Promotion easily and good salary hike. Always preferrable to go abroad. 2. Exceed Expectation: Can get Promotion as per schedule of company with good salary...

Recommended Articles

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Hadoop is a framework which has been developed for organizing and analysing big chunks of data for a business. Suppose you have a file larger than your system’s storage capacity and you can’t store it. Hadoop helps in storing bigger files than what could be stored on one particular server. You can therefore store very,...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you