Answer Posted / 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 |
Post New Answer View All Answers
Why parsing is done?
When do I need to use reflection feature in java?
Why is java logo a cup of coffee?
What is a parameter example?
What are the differences between include directive and include action?
Why do we use variables?
What is collection api?
Explain about anonymous inner classes ?
What is the difference between the paint() and repaint() methods in java programming?
What are green threads in java?
Is class is a data type?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What is starvation?
What are the differences between this and super keyword?
What is a nested class?