For full text search please use the '?' prefix. e.g. ? Onboarding
Disadvantages of Pointers
Memory access via
Pointer Arithmetic
— fundamentally unsafe
Manual Memory Management
— not worth the effort for general purpose OOP programming
References
Why Java doesn't support pointers? — Stack overflow
References