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
What is the different types of functions?
How do you define a variable?
What do you mean by boolean?
Can I import same package/class twice?
What is the concept of multithreading?
When will you define a method as static in Java?
What is the main method java?
Why strings in java are called as immutable?
Can a string be null?
What is final method in java?
What are void methods?
What is the difference between the paint() and repaint() methods in java programming?
What is the default value of byte datatype in java?
What is unicode in java?
Why can we not override static method?