Difference between VBScript and JavaScript | VBScript vs. JavaScript
VBScript JavaScript VBScript (Visual Basic Script) is the Active Scripting Language , lightweight & designed for fast interpreter . JavaScript is the Client side scripting language, prototype based and mostly…
Difference between Calloc and Malloc | Calloc() vs. Malloc()
Calloc() Malloc() Calloc initializes the allocated memory to Null or Zero. Malloc initializes the allocated memory area with garbage value. Block of memory is allocated by Calloc(). Byte of memory…
C Language vs. Pascal Language | C vs. Pascal | Difference between C Language and Pascal Language
C Language vs. Pascal Language C Language Pascal Language C language was found by Dennis Ritchie in 1972. Pascal language was found by Niklaus Wirth in 1969. Name of…
Difference between C & C++ | C Language Vs. C++ Language
C Language Vs. C++ Language C Language C++ Language Language ‘C’ is a procedure Oriented language. ‘C++’ is an object oriented language. Founder ‘C’ language is developed by Dennies…
History of java: explained by freefeast.info| Why java was initially named OAK
The history of java language dates way before 1991. Still the notable growth of java starts from this very year. A team led by James Goslings were working hard to…