Java History Features
Java History Features
Interview Questions
1. What is Java?
2. Why did you decide to make career in java as there are other famous
languages?
3. Tell me some domains where java is used extensively.
History
Java was initially developed by James Gosling with other team members
named Mike Sheridan and Patrick Naughton in the year 1995 for Sun
Microsystems.
Initial name of Java was Oak. Later it is renamed as Green and finally it is
renamed to Java by the Green team.
The Java name is taken from Java coffee, a type of Indonesian coffee.
Simple : Java is very simple language to learn as well as very easy to use.
Java has removed complexities like pointers, operator overloading concepts
that are present in other famous programming languages such as C++.
Portable : Java is portable because java byte code can be carry to any
platform.
Interview Questions
1. Why do we say java is object-oriented language?
2. Is java considered to be 100% object-oriented languages?
3. Why do we say java is platform independent language?
4. How does java ensure its high-performance language?
5. Why do we say java follows write once run anywhere principle?
6. Why do we say java is secure language?