Who is founder of java?



Who is founder of java?..

Answer / Mradul Kumar Verma

The founders of Java are James Gosling, Mike Sheridan, and Patrick Naughton, who were all employed by Sun Microsystems.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is a flag variable?

1 Answers  


Which class contains a method: cloneable or object?

1 Answers  


What is the importance in context in JDBC connection pools?

2 Answers   iFlex,


What are the two environment variables that must be set in order to run any java programs?

1 Answers  


Java does not support multiple inheritance. how interface helps in the same?

5 Answers   TCS,


What are the Class Libraries ?

1 Answers   Wipro,


what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread

1 Answers  


List out five keywords related to exception handling ?

1 Answers  


Explain the scope of a variable.

1 Answers   TCS,


Explain method overloading and overriding?

6 Answers  


How do you add spaces in java?

1 Answers  


Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).

1 Answers  


Categories