Answer Posted / sonu upreti
use of thes file for run java program as exc file . but
there should be jvm than that will be run
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Why vector is used in java?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
How do I convert a string to an int in java?
What are loops in java? What are three types of loops?
Why inputstreamreader is used in java?
How do you ensure that n threads can access n resources without deadlock?
What is the original name of java?
Define canvas?
What happens when you add a double value to a string?
What is contract between hashcode and equal method?
What is difference between throw and throws ?
What do you mean by scope of variable?
What is class level lock ?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
What is busy spin, and why should you use it?