-1

hello how to create pointer to function in j2me?

2 Answers2

2

There is no function pointers in java. This topic can help you.

Community
  • 1
  • 1
Sergey Vedernikov
  • 7,609
  • 2
  • 25
  • 27
0

Sorry friend. There is no pointer concept in J2ME & java. Pointers are basically in C & C++.

The Java GarbageCollector manages all this task, so no need to have pointers.

Garrett Hyde
  • 5,409
  • 8
  • 49
  • 55
Nilesh
  • 167
  • 3
  • 15
  • Given the age of this thread it is best not to reopen it. Not unless the response adds something significantly different than previous responses. – Leigh Apr 18 '12 at 14:55