01What is the primary advantage of the 'Application Factory' pattern (`def create_app():`) over a global `app` variable?
02What is the purpose of the `url_prefix` parameter when registering a Blueprint?
03How do Blueprints handle template and static file resolution if they have their own internal folders?