Code Completion can suggest a name for a variable when you declare it. For example, start typing private FileOutputStream. The IDE will show you a list with suggestions.

complete variable name

You can customize name prefixes for local variables, parameters, instance and static fields in the Settings/Preferences dialog (&shortcut:ShowSettings;) under Code Style.