Answer Posted / sachin atre
Pointer is nothing but the variable which stores the address(memory location) of another variable.
Pointers are not supported in Java but they are applicable in c,c++ languages.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are the types of inner classes (non-static nested class) used in java?
Which sorting algorithm is in place?
How can you say java is object oriented?
How can you set an applet’s height and width as a percentage?
Define how destructors are defined in java?
Is map sorted in java?
What is sleep method?
In how many ways we can do synchronization in java?
What is the use of optional ?
What is difference between ++ I and I ++ in java?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
Write a program to print 15 random numbers using foreach of java 8?
What isan abstract class and when do you use it?
How many types of design patterns are there?
Does constructor be static?