Object Class in Java – java.lang package

After java.util package, java.lang package is another java package that is used most by the programmers. This package is by default imported in the java program, therefore it is not required to import it explicitly. Some of the most commonly used class in this package are: Object String StringBuilder StringBuffer Wrapper Classes Now discussing these …

Object Class in Java – java.lang package Read More »