What is the point of java?
Answer / Rajesh Dhapodkar
The primary purpose of Java is to create versatile and secure software that can run on various platforms without requiring recompilation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about data types?
I have a sorting issue with a Hashmap. My constraint is that I MUST use the Hashmap and work with existing code. I do a database query and place the results in a Hashmap. When I iterate thru the Hashmap, it loses the original alphabetical sorting done by the database. So, my problem is that I must sort the results coming out of the Hashmap which is then placed into another class.
. Explain Java String Pool.
what is the collable collections in java?
What is r * in math?
What is extension method in java?
different types of threads?
What is a treeset in java?
what invokes a threads run() method? : Java thread
Why deletion in linkedlist is fast than arraylist?
What is a nested list?
What is return in java?