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
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
Can you give few examples of final classes defined in java api?
Is singleton class thread safe?
Is void a keyword in java?
What is a nullable field?
Do extraneous variables affect validity?
I want to print “hello” even before main is executed. How will you acheive that?
What is natural ordering in java?
Can a java program have 2 main methods?
How do you make an arraylist empty in java?
Is space a char?
What is an i/o filter?
Does apple use java?
Is jdk required on each machine to run a java program?
What is string data type?