what is used instead of pointers in java than c?



what is used instead of pointers in java than c?..

Answer / subhathra

This

Is This Answer Correct ?    10 Yes 0 No

Post New Answer

More C Interview Questions

What is "Duff's Device"?

0 Answers   Celstream,


Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?

1 Answers   Infosys,


Explain what are the advantages and disadvantages of a heap?

0 Answers  


Is exit(status) truly equivalent to returning the same status from main?

0 Answers  


how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);

19 Answers   RMSI,






struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā€œ%dā€,s.x); }

2 Answers   Vector,


How can I remove the leading spaces from a string?

0 Answers  


what will be maximum number of comparisons when number of elements are given?

0 Answers  


why we need function pointers?

3 Answers  


What is a pointer in c?

0 Answers  


To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9

0 Answers   HCL,


Explain what is a stream?

0 Answers  


Categories