by Christel Hamers | Mar 30, 2021 | Computing & IT, Object-oriented Java Programming
In 1990, Patrick Naughton, a disgruntled software engineer working for Sun Microsystems (the company was acquired and merged into the Oracle Corporation in 2010), was considering leaving Sun Microsystems for a rival company and detailed in a letter to Sun...
by Christel Hamers | Mar 28, 2021 | Computing & IT, Object-oriented Java Programming
Object-oriented programming is concerned with constructing computer systems out of interacting units of software, called objects. Objects know nothing of how other objects work, but they can interact (when a program is executing) by sending messages to each other and...
by Christel Hamers | Mar 14, 2021 | Computing & IT, Object-oriented Java Programming
Java was created at Sun Microsystems as a general-purpose programming language similar to C and C++, It is object-oriented and platform-independent. It was originally designed in 1995 for use in consumer electronics. Modern usage include things like writing...