In the Server tutorial https://www.b4x.com/android/forum/threads/server-building-web-servers-with-b4j.37172/ there's a statement about the Initialize Sub
By putting code in the Initialize Sub, do I risk it not to be executed or having other side effects?
Is it a mandatory requirement?A handler class should have an empty Initialize
By putting code in the Initialize Sub, do I risk it not to be executed or having other side effects?