why java does not contain pointers?
Answer Posted / rameshreddy
pointer means it is something pointes to other things. or
creating memory allocation for all the things(
class,methods,variables). In java creating memory allocation
is possible through java jvm only.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we use different return types for methods when overridden?
Explain the difference between protected and default access.
Can a function return a function?
Why for each loop is used?
Is final static java?
What are scalar data types?
What is the difference between serial and throughput garbage collector?
how can you take care of mutual exclusion using java threads? : Java thread
Does java runtime require a license?
What is functional interface in javatpoint?
why Java does not support multiple inheritances?
Explain the polymorphism principle?
What technique can be employed to compare two strings?
What is the static keyword?
State the difference between creating string as new () and literal.