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 |
Difference between method overloading and method overriding in java ?
What do you understand by the term singleton?
What are the different types of data structures in java?
What is nullpointerexception?
In what types of operations an ArithmeticException will be thrown?
What is encapsulation? Elaborate with example?
What is string made of?
What is difference between static variable and global variable?
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.
What is double word?
How to convert string to byte array and vice versa?
Is binary a low level language?