What language is java written?



What language is java written?..

Answer / Subodh Shukla

Java was originally developed by James Gosling at Sun Microsystems (now Oracle Corporation) and it was implemented in C and C++.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Difference between method overloading and method overriding in java ?

1 Answers  


What do you understand by the term singleton?

1 Answers  


What are the different types of data structures in java?

1 Answers  


What is nullpointerexception?

1 Answers  


In what types of operations an ArithmeticException will be thrown?

3 Answers  


What is encapsulation? Elaborate with example?

1 Answers   BMC,


What is string made of?

1 Answers  


What is difference between static variable and global variable?

1 Answers  


class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.

2 Answers   Yamaha,


What is double word?

1 Answers  


How to convert string to byte array and vice versa?

1 Answers  


Is binary a low level language?

1 Answers  


Categories