package p; public class A{ public static int length(){ return 0;}; } class F{ int m(){ String B= null; return A.length(); } }