Answer Posted / javac
Internally java is based on pointers only.Sun People have
implemented the java utilites using pointer concepts but
they have restricted the developers to use the pointers.so
we cannot use pointers in java.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
what is difference between equals and ==?
What is an object class?
Write a program to find the greatest of three numbers in java?
What are features of java?
Which sorting is best in java?
What are the main differences between the java platform and other platforms?
What’s meant by anonymous class?
Can we have try without catch block?
What are java packages? What's the significance of packages?
What is the difference between access specifiers and access modifiers in java?
Can an interface have a class?
Is it necessary that each try block must be followed by a catch block?
Difference between string, string builder, and string buffer?
How many return statement are allowed in a function?
What is lastindexof in java?