Wednesday, August 6, 2014
TEXT BOOK (Data_Communications_and_Networking_4e_forouzan)
- Behrouz A. Forouzan
- Behrouz A. Forouzan (born 1944) is a Professor at the Computer Information Systems department of DeAnza College. He has written many textbooks about computer science,networking, programming and databases. He graduated from the University of California, Irvine.
- TEXT BOOK LINK
Thursday, March 6, 2014
Differences between Java & C++
Differences between Java & C++
Java
Java was developed by James Gosling in 1995 at Sun Microsystems (now acquired by Oracle Corporation).
Java is a true and complete object oriented language.
Java does not provide template classes.
Java supports multiple inheritance using interface.
Java does not provide global variables.
Java does not support pointers.
In Java, destruction of objects is performed in finalize method.
Java doesn’t provide header files.
C++
- C++ (earlier known as C with Classes) was developed by Bjarne Stroustrup in 1979 at Bell Labs
- C++ is an extension of C with object oriented behavior. C++ is not a complete object oriented language as that of Java.
- C++ offers Template classes.
- C++ achieves multiple inheritance by permitting classes to inherit from multiple classes.
- Global variables can be declared in C++.
- C++ supports pointers.
- In C++, destruction of objects is performed by destructor function.
- C++ has header files.
- Dennis RitchieComputer Scientist
- Dennis MacAlistair Ritchie was an American computer scientist. He created the C programming language and, with long-time colleague Ken Thompson, the Unix operating system. Wikipedia
- Born: September 9, 1941, Bronxville, New York, United States
- Died: October 12, 2011, Berkeley Heights, New Jersey, United States
- Books: The C Programming Language, more
- Awards: Turing Award, National Medal of Technology and Innovation, IEEE Emanuel R. Piore Award
Sunday, February 9, 2014
Friday, January 17, 2014
Wednesday, January 8, 2014
Saturday, January 4, 2014
Java for Beginners
Please go through the following material by this we can get the basic idea of Java
1) Java Fundamentals
2) Java for Beginners
1) Java Fundamentals
2) Java for Beginners
Subscribe to:
Posts (Atom)