who was the founder of java
Answers were Sorted based on User's Feedback
Answer / yamini
James Gosling headed the team that developed the new
language "Oak"in 1991.Patrick Naughton was also in the team.
In 1995 Oak was renamed as JAVA.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / shreya
Java was found by JAmes Gosling in Sun Microsystem in year
1995
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / dinesh
James gostling is not the only founder of java.. it was
found by a group of 5 persons... gostling, ED frank, Mike,
Chris, Patrick.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / ramesha.b.a
Actually java was concieved by James Gousling, Patrick
Naughton, Chris Warth, Ed Frank and Mike Sheridan at Sun
microsystems. It took 18 months to develope first version
of java. initially it called as "OAK" but it was renamed
as "JAVA". There are so many Contributors to Java they were
tried to maturing the java language prototype they are Bill
Joy, Arthur Van Holf, Jonathan Payne, Frank Yellin and Tim
Lindloom....
So James Gousling is main Contributor to the java so he was
the founder....
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / tejas
Java was known as Oak previously. Named after the oak tree
outside James Gosling's office. Then it was named as Java
from a set of random suggestions. Patrick Naughton also has
a contribution in developing Java.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ashish srivastava
Actually java was concieved by James Gousling, Patrick
Naughton, Chris Warth, Ed Frank and Mike Sheridan at Sun
microsystems. It took 18 months to develope first version
of java. initially it called as "OAK" but it was renamed
as "JAVA". There are so many Contributors to Java they were
tried to maturing the java language prototype they are Bill
Joy, Arthur Van Holf, Jonathan Payne, Frank Yellin and Tim
Lindloom....
So James Gousling is main Contributor to the java so he was
the founder....
| Is This Answer Correct ? | 0 Yes | 0 No |
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What is a class reference?
What is flush buffer?
What is multi level inheritance in java?
What is abstraction with strong example program? (not a general program)
Why do we need main method to execute a java program?
What are the restrictions imposed on method overriding?
Can Applet have constructors?
Difference between Preemptive scheduling vs. Time slicing?
What is the need to implement Serializable interface (with no methods) for objects which are to be serialized ? We can write our own functionality which writes objects to streams then why we need to implement and tell JVM that which objects can be serialized.
What is unicode with example?
Why do we use predicate in java?