InterviewSolution
| 1. |
What Is Java? |
|
Answer» JAVA is an object-oriented programming language developed initially by James Gosling and colleagues at Sun Microsystems. The language, initially called Oak (named after the oak trees outside Gosling's office), was intended to REPLACE C++, although the feature set better resembles that of Objective C. Java should not be CONFUSED with JavaScript, which shares only the NAME and a similar C-like SYNTAX. Sun Microsystems currently maintains and updates Java regularly. Java is an object-oriented programming language developed initially by James Gosling and colleagues at Sun Microsystems. The language, initially called Oak (named after the oak trees outside Gosling's office), was intended to replace C++, although the feature set better resembles that of Objective C. Java should not be confused with JavaScript, which shares only the name and a similar C-like syntax. Sun Microsystems currently maintains and updates Java regularly. |
|