Answer Posted / shreya
Java was found by JAmes Gosling in Sun Microsystem in year
1995
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
What is casting in java programming?
What is string builder in java?
What is the difference between a constructor and a method?
How do you add spaces in java?
Is zero a natural number?
What is vector?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
What about anonymous inner classes in java?
What is a ternary operator in java? What is an interface?
How does java enable high performance?
What is defined as false sharing in the context of multithreading?
What is difference between wait and notify in java?
Can the interface be final?
Can there be an abstract method without an abstract class?