Hi...
When my project is executed as individual files it is executed perfectly. But when its executed as a whole project it throws Null Pointer Exception.
How could this be rectified and what will be the problem.
I accessed the value using variable and tried using getter methods too and still throws the same error.
Thank you.
When my project is executed as individual files it is executed perfectly. But when its executed as a whole project it throws Null Pointer Exception.
How could this be rectified and what will be the problem.
I accessed the value using variable and tried using getter methods too and still throws the same error.
Thank you.
Comment