Problem: A package is simply a container that groups related types (Java classes, interfaces, enumerations, and annotations). For example, in core Java, the ResultSet interface belongs to the java.sql package. The package contains all the related types that are needed for the SQL query and database connection. If I want to use the ResultSet interface in rcode, How i import the java.sql package?
asked
Feb 5
Ali
5.4k points