Java - Packages - Interview Questions and Answers on java.lang

Q1. What is the package name for Exception , Error and Throwable classes?

Ans.java.lang

Q2. Name few classes of package java.lang?

Ans.[Throwable, Error, Object, Exception, IllegalArgumentException]

Q3. What is the package name for IllegalArgumentException class?

Ans.java.lang

Q4. What is the package name for Object class?

Ans.java.lang