What is JAVA? Why it is platform independent?
Answer Posted / bhavani k
java is fully object oriented language, java can run any
where and any time so it is platform independent.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many types of methods are there in java?
Why javac is not recognized?
Define jre i.e. Java runtime environment?
How define set in java?
What is the final blank variable?
What is the benefit of singleton pattern?
How do you calculate square roots?
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).
Is 0 a prime number?
Tell me the Importent classes in net package?
Name some classes present in java.util.regex package.
What is an immutable object?
what is bmg file and how to create that files?what will it contailn?
What will happen if static modifier is removed from the signature of the main method?
Is string an object?