What are runtime exception?
Ans:
Runtime exceptions are those exceptions that are thrown at runtime because of either wrong input data or because of wrong business logic etc. These are not checked by compiler at compile time.
এই exception টা runtime এ হয় কারণ আমরা যদি ভুল input দেয় অথবা আমরা যে logic ব্যবহার করেছি সেটা যদি ভুল হয়। এটা compile করার সময় ধরা পড়ে না কিন্তু runtime এ এসে বোঝা যায়।
Ans:
Runtime exceptions are those exceptions that are thrown at runtime because of either wrong input data or because of wrong business logic etc. These are not checked by compiler at compile time.
এই exception টা runtime এ হয় কারণ আমরা যদি ভুল input দেয় অথবা আমরা যে logic ব্যবহার করেছি সেটা যদি ভুল হয়। এটা compile করার সময় ধরা পড়ে না কিন্তু runtime এ এসে বোঝা যায়।
No comments:
Post a Comment