package test0031; import java.util.*; public class Test { public static void main(String[] args) { Object o = "Hello"; String s = (String) o; } }