Answer Posted / 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 |
Post New Answer View All Answers
Is it necessary that each try block must be followed by a catch block?
Describe the syntax of multiple inheritance? When do we use such an inheritance?
Explain the use of sublass in a java program?
What is arraylist class in java?
When should you use arraylist and when should you use linkedlist?
What is comparator in java?
What language is pass by reference?
What are data structures in java?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
What are generic methods?
Explain the concept of proper inheritance?
How does sublist works in java?
Differentiate between the constructors and methods in java?
Why are data types important?
Can we use switch statement with strings?