<%! private String getName() { return "Rosy"; } private int getAge() { return 6; } %> <HTML> <HEAD><TITLE>Declaration Tag - Methods</TITLE></HEAD> <%= getName() %>, age <%= getAge() %>, is one funny kid! </HTML>