public class Example {
    static int number; // مقدار پیش‌فرض 0
    String text;       // مقدار پیش‌فرض null
}