Answer Posted / karthis4u
Main Founder-James Gosling; with- Arthur, Vanholf ,Andy;
that's why J A V A stands for James, Arthur, Vanholf ,Andy(JAVA)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain Basics of OOP Language in java
What is Java Annotations?
Why do we need wrapper classes?
Why is string builder not thread safe?
What is use of a abstract variable?
Can we have multiple public classes in a java source file?
What are exception handling keywords in java?
What is the base class of all classes?
If you do not want your class to be inherited by any other class. What would you do?
Does the order of public and static declaration matter in main method?
Is it possible to compare various strings with the help of == operator?
Explain about serializable interface in java?
What is the difference between an inner class and a sub-class?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
Is an integer an object?