i heard that JVM internally contains pointers...is this true?
Answers were Sorted based on User's Feedback
Answer / chirag
Yes,it is true
Inorder to perform internally process of threading and other activities it need pointer.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sourabh jain
yes,it is true the reason behind it that java is more
powerful object oriented laguage as comparision to c++ so
in java pointer is placed but its nature is hideness
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / awadhesh meheshwari
yes, it is true thr is pointer in JVM to act as threads b/w the compiler and runtime exection..
| Is This Answer Correct ? | 3 Yes | 0 No |
Write a program using call by refernce for two different classes to explain to print whether a given number is automorphic or not.
What can open a jar file?
What is type inference? Is type inference available in older versions like java 7 and before 7 or it is available only in java se 8?
What do I need to install netbeans?
Why is lambda expression used?
suppose we have one String s="india is my country"; now we get the o/p "like country my is India". what is the logic?
What is a stream in programming?
What is a uint8?
What are anonymous methods and lambda expression?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. Define how can I implement this logic?
Is java Class Thread safe ???? How to make java Class Thread safe ??
What is jep in java?