Among Java and C which one should I learn? For how long do you think will C survive?
Conflictions among java and C
Collapse
X
-
Tags: None
-
It totally depends on yourself. Java and C have different scope and use cases in the industry.
Java is Object-oriented programming language, which follows a bottom-up approach. Whereas C is a procedural programming language and follows a top-down approach.
C is used to - Design system software, evaluate mathematical equation, embedded system, develop application software, graphical application, etc.
Java is used to - desktop GUI application, Web application, mobile applications, enterprise application, scientific applications etc.
Both languages are offering high paying jobs.
Many expert and researchers predict C will survive more than Java programming language.
Comment