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
Explain list interface?
How do you include a string in java?
Which is bigger float or double?
Explain about the select method with an example?
How many wrapper classes are there in java?
What is multithreading in java?
What happens when I use / and % with a negative numerator?
What is the final variable?
What is your platform?s default character encoding and how to know this?
Is java util regex pattern thread safe?
What are thread groups?
What is the disadvantage of synchronization?
describe synchronization in respect to multithreading? : Java thread
Can we make constructors static?
How do you reverse a string in java without using string buffer?