Answer Posted / mohit choudhary
POINTER IS A SPECIAL VERIABLE WHICH CAN CONYTAIN A ADDRESS
OF THE ANOTHER VERIABLE IN THE CLASS
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the main purpose of serialization in java?
When do you get classcastexception?
Which is bigger double or float?
Explain differences between checked and unchecked exceptions in java?
What about abstract classes in java?
Is arraylist an object in java?
Can classes declared using the abstract keyword cab be instantiated?
Explain where variables are created in memory?
Can java cast null?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
Why java is used everywhere?
Why do we use predicate in java?
Why we used break and continue statement in java?
Describe how to implement singleton design pattern in struts.
What is the final access modifier in java?