A.private B.package C.protected D.public
A.s.length() B.s[s.length() - 1] C.s.charAt(s.length() - 1) D.charAt(s, length(s))
A.int i = 100; B.float f = 100.0; C.Object o = “Hello world”; D.char c = „\u1234‟;