BubikolRamios
03-09-2009, 01:41 AM
<%@page import="org.apache.commons.lang.ObjectUtils"%>
<%@page import="org.apache.commons.lang.*"%>
is there any difference regarding memory consumption or anything else beetween those two declaratiions ? Need only ObjectUtils.
<%@page import="org.apache.commons.lang.*"%>
is there any difference regarding memory consumption or anything else beetween those two declaratiions ? Need only ObjectUtils.