Answer Posted / ranganathkini
The Java programming language is a high-level language that
can be characterized by all of the following:
1. Simple
2. Platform Independant
3. Object oriented
4. Distributed
5. High performance
6. Multithreaded
7. Robust
8. Dynamic
7. Secure
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
What is isa relationship?
When do we use hashset over treeset?
Can we create an object of static class in java?
What does java edition mean?
What is temp in java?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
Can array grow dynamically in java?
What is implicit object in java?
How long will it take to learn java?
What is java’s garbage collected heap?
What is difference between synchronize and concurrent collection in java?
What is an array length?
What is an error in java?
Is null an object in java?