Conflictions among java and C

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aakashdata
    New Member
    • Apr 2019
    • 7

    Conflictions among java and C

    Among Java and C which one should I learn? For how long do you think will C survive?
  • dukool sharma
    New Member
    • Dec 2018
    • 9

    #2
    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

    Working...