Syntel
Company
HR Interview
Interview
What is the difference between c and java ?
Read Solution (Total 7)
-
- 1)C is a procedure oriented language(POP) or structure oriented language... It means any complex task can be performed mainly with the use of functions...
2)It ll support Structure nd union...
3)It is mainly used for developing system level application...We can't develop web applications using C...
1)Java is an Object oriented programming (OOP) language... It means it ll make use of OOP's concepts(classes, objects,inheritance, encapsulation, polymorphism) for performing complex tasks...
2)Java doesn't support structur nd union...
3)We can develop both system level nd web applications using JAVA - 10 years agoHelpfull: Yes(80) No(0)
- 1.C is a procedure or function oriented programming language,wr as java is an object oriented programming language.
2.C is platform dependent,java is platform independent.
3.C is used to develop stand alone applications,wr as java is used to develop standalone applications and also web applications. - 10 years agoHelpfull: Yes(4) No(0)
- c is a procedural and low level lang and jaava is oops and medium level lang
- 10 years agoHelpfull: Yes(1) No(2)
- Most differences between the features of the two languages arise due to the use of different programming paradigms. C breaks down to functions while JAVA breaks down to Objects. C is more procedure-oriented while JAVA is data-oriented.
- 10 years agoHelpfull: Yes(1) No(0)
- c is a procedural language where as java is a pure object oriented programming language
- 10 years agoHelpfull: Yes(0) No(1)
- C is structured oriented language but JAVA is object oriented language..
- 10 years agoHelpfull: Yes(0) No(0)
- 1) C follow top to the bottom approach where as java follow bottom up approach.
2) C emphasis on function rather than data where as in java focus on data as well as function. - 8 years agoHelpfull: Yes(0) No(0)
Syntel Other Question