An android toast is a form of message, which reflect for a user in terms of feedback. This message reflect for a very short time & goes away automatically.

BY Best Interview Question ON 13 Jan 2019

Example

Toast.makeText(getApplicationContext(),"Best Interview Questions",Toast.LENGTH_SHORT).show();