Answer Posted / yogtal
i don't know the jvm implementation of how the java engine
talks to O.s.? can any one provide me this ?
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Can an interface extend a class?
Write a program to search a number in the given list of numbers.
Explain about method local inner classes or local inner classes in java?
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
When we should use serialization?
What is a boolean field?
What is the largest number a double can hold?
which pattern is default in scanner package?
Can we have two main methods in a java class?
What will be the output of round(3.7) and ceil(3.7)?
What are the differences between stringbuffer and stringbuilder?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
Can a java program have 2 main methods?
Difference between a class and an object?
What happens when I use / and % with a negative numerator?