Answer Posted / 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 |
Post New Answer View All Answers
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
How to convert string to byte array and vice versa?
what invokes a threads run() method? : Java thread
What is the purpose of using the java bean?
Explain garbage collection in java?
Which method must be implemented by all threads?
What is concurrent hashmap and its features?
What is static class
How do you clear an arraylist in java?
What is a variable analysis?
What are the basic interfaces of java collections framework?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
What are pass by reference and pass by value?
How to sort an array in java without using sort method?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?